How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.funixproductions.api.google</groupId>
<artifactId>funixproductions-google</artifactId>
<version>1.2.2.0</version>
</dependency>
Choose a version of com.funixproductions.api.google : funixproductions-google to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
funixproductions-google-1.2.2.0
|
||
funixproductions-google-1.2.1.2
|
|||
funixproductions-google-1.2.1.1
|
|||
funixproductions-google-1.2.1
|
|||
funixproductions-google-1.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.funixproductions.api.google</groupId>
<artifactId>funixproductions-google</artifactId>
<version>1.2.2.0</version>
</dependency>
Advertisement