How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>fr.funixgaming.api</groupId>
<artifactId>funixgaming-api</artifactId>
<version>1.3.0.5</version>
</dependency>
Choose a version of fr.funixgaming.api : funixgaming-api to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
funixgaming-api-1.3.0.5
|
||
funixgaming-api-1.3.0.4
|
|||
funixgaming-api-1.3.0.3
|
|||
funixgaming-api-1.3.0.2
|
|||
funixgaming-api-1.3.0.1
|
|||
funixgaming-api-1.3.0.0
|
|||
1.2.x |
funixgaming-api-1.2.9.1
|
||
funixgaming-api-1.2.9
|
|||
funixgaming-api-1.2.8.6
|
POM as dependency in dependencyManagement
<dependency>
<groupId>fr.funixgaming.api</groupId>
<artifactId>funixgaming-api</artifactId>
<version>1.3.0.5</version>
</dependency>
Advertisement