How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.evasion</groupId>
<artifactId>PLUGINS</artifactId>
<version>2.0.0.2</version>
</dependency>
Choose a version of com.evasion : PLUGINS to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
PLUGINS-2.0.0.2
|
||
PLUGINS-2.0.0.1
|
|||
PLUGINS-2.0.0.0
|
|||
1.0.x |
PLUGINS-1.0.0.6-RC2
|
||
PLUGINS-1.0.0.6-RC1
|
|||
PLUGINS-1.0.0.5
|
|||
PLUGINS-1.0.0.4
|
|||
PLUGINS-1.0.0.3
|
|||
PLUGINS-1.0.0.2
|
|||
PLUGINS-1.0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.evasion</groupId>
<artifactId>PLUGINS</artifactId>
<version>2.0.0.2</version>
</dependency>
Advertisement