How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>dev.voidframework</groupId>
<artifactId>voidframework</artifactId>
<version>1.9.0</version>
</dependency>
Choose a version of dev.voidframework : voidframework to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.9.x |
voidframework-1.9.0
|
||
1.8.x |
voidframework-1.8.1
|
||
voidframework-1.8.0
|
|||
1.7.x |
voidframework-1.7.0
|
||
1.6.x |
voidframework-1.6.1
|
||
voidframework-1.6.0
|
|||
1.5.x |
voidframework-1.5.1
|
||
voidframework-1.5.0
|
|||
1.4.x |
voidframework-1.4.0
|
||
1.3.x |
voidframework-1.3.2
|
||
voidframework-1.3.1
|
|||
voidframework-1.3.0
|
|||
1.2.x |
voidframework-1.2.1
|
||
voidframework-1.2.0
|
|||
1.1.x |
voidframework-1.1.2
|
||
voidframework-1.1.1
|
|||
voidframework-1.1.0
|
|||
1.0.x |
voidframework-1.0.2
|
||
voidframework-1.0.1
|
|||
voidframework-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>dev.voidframework</groupId>
<artifactId>voidframework</artifactId>
<version>1.9.0</version>
</dependency>
Advertisement