How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.tribbloids.spookystuff</groupId>
<artifactId>spookystuff</artifactId>
<version>0.3.2</version>
</dependency>
Choose a version of com.tribbloids.spookystuff : spookystuff to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
spookystuff-0.3.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.tribbloids.spookystuff</groupId>
<artifactId>spookystuff</artifactId>
<version>0.3.2</version>
</dependency>
Advertisement