How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gemserk.animation4j</groupId>
<artifactId>animation4j</artifactId>
<version>0.2.0</version>
</dependency>
Choose a version of com.gemserk.animation4j : animation4j to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.2.x |
animation4j-0.2.0
|
||
0.1.x |
animation4j-0.1.0
|
||
0.0.x |
animation4j-0.0.14
|
||
animation4j-0.0.11
|
|||
animation4j-0.0.10
|
|||
animation4j-0.0.9
|
|||
animation4j-0.0.8
|
|||
animation4j-0.0.7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gemserk.animation4j</groupId>
<artifactId>animation4j</artifactId>
<version>0.2.0</version>
</dependency>
Advertisement