I took the liberty of checking the latest 3.1.0 release into Maven Central. Maven users can now specify dyn4j as a dependency in their Maven projects with:
Code: Select all
<dependency>
<groupId>org.dyn4j</groupId>
<artifactId>dyn4j</artifactId>
<version>3.1.0</version>
</dependency>
@William: This required me to take "ownership" of the org.dyn4j group ID on the central repository. If you create an account on Sonatype, I can pass the rights to that group ID to you. Alternatively, if you don't mind me publishing your jar files, I can continue publishing releases from my account whenever you publish one.