How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.dayeshing</groupId>
<artifactId>apiface</artifactId>
<version>2.1.6</version>
</dependency>
Choose a version of io.github.dayeshing : apiface to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
apiface-2.1.6
|
||
apiface-2.1.5
|
|||
1.8.x |
apiface-1.8.9
|
||
1.4.x |
apiface-1.4.5-RC1
|
||
1.2.x |
apiface-1.2.4-RELEASE
|
||
apiface-1.2.1
|
|||
1.0.x |
apiface-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.dayeshing</groupId>
<artifactId>apiface</artifactId>
<version>2.1.6</version>
</dependency>
Advertisement