How can I pull from the dcm4che maven repository?

1,035 views
Skip to first unread message

mr...@qvera.com

unread,
May 15, 2018, 6:57:25 PM5/15/18
to dcm4che
I understand the maven repository should be here: http://maven.dcm4che.org/

However, when I go to this URL in my browser, it returns an HTTP 403 Forbidden, and retrieves an image that says 404: Page not found.

What am I missing?  Ultimately, I want to include the dcm4che-net in the pom.xml of my project.

Thanks.
Mike

Nicolas Pasini

unread,
May 15, 2018, 7:09:59 PM5/15/18
to dcm4che
Hi Mike,

For dcm4che2, which is deprecated : https://dcm4che.atlassian.net/wiki/spaces/d2/overview

For dcm4che 5 Toolkit & Library , which is a complete rewrite of dcm4che2  -> Select "Source code" from this link . https://dcm4che.atlassian.net/wiki/spaces/lib/overview .

Then select GIT or download by clicking the green button

Nicolás

mr...@qvera.com

unread,
May 15, 2018, 8:05:39 PM5/15/18
to dcm4che
Thanks Nicolás,

The version I am looking for is 3.3.8 for dcm4che-net.  And I can see the root of the source code that I want at https://github.com/dcm4che/dcm4che/tree/3.3.8/dcm4che-net

I want to include this version as a downloaded jar in my project using maven.

So, my pom.xml includes this...

<dependency>
<groupId>org.dcm4che</groupId>
<artifactId>dcm4che-net</artifactId>
<version>3.3.8</version>
</dependency>

But the maven repository that I have pointed to in the past (http://maven.dcm4che.org) doesn't seem to be working for me any more.  Is there a different maven repository url that I need to be using? (Github has the source code, but I just need the jar in my project.)  Does that make sense?  Should I compile the project from source to use it in my project?

I appreciate your help,
Mike

Nicolas Pasini

unread,
May 15, 2018, 9:47:40 PM5/15/18
to dcm...@googlegroups.com
Hi Mike,

I had a few issues while compiling the whole project with maven so I decided to use just what I needed (e.g the storescu module) and the I used the jars that I needed to compile that module (e.g dcm4che-core-5.13.0.jar). In other words I imported (e.g the storescu) module and added the jar as external jars.

If you need to use and modify few different modules then you could compile the whole project. That would be the best approach. Didn't work for me.

Regards,
Nicolás
 
Reply all
Reply to author
Forward
0 new messages