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