How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wowtools</groupId>
<artifactId>giscat</artifactId>
<version>g1.7.0</version>
</dependency>
Choose a version of org.wowtools : giscat to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
g1.7.x |
giscat-g1.7.0
|
||
g1.6.x |
giscat-g1.6.1
|
||
giscat-g1.6.0
|
|||
g1.5.x |
giscat-g1.5.0
|
||
1.3.x |
giscat-1.3.0-STABLE
|
||
1.1.x |
giscat-1.1.1-STABLE
|
||
1.0.x |
giscat-1.0.1-STABLE
|
||
giscat-1.0.0-STABLE
|
|||
giscat-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wowtools</groupId>
<artifactId>giscat</artifactId>
<version>g1.7.0</version>
</dependency>
Advertisement