How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>fun.hereis.code</groupId>
<artifactId>code</artifactId>
<version>3.0.RLS</version>
</dependency>
Choose a version of fun.hereis.code : code to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
code-3.0.RLS
|
||
2.1.x |
code-2.1.RLS
|
||
2.0.x |
code-2.0.RLS
|
||
1.17.x |
code-1.17.RLS
|
||
1.16.x |
code-1.16.RLS
|
||
1.15.x |
code-1.15.RLS
|
||
1.14.x |
code-1.14.RLS
|
||
1.13.x |
code-1.13.RLS
|
||
1.9.x |
code-1.9.RLS
|
||
1.8.x |
code-1.8.RLS
|
||
1.7.x |
code-1.7.RLS
|
||
1.6.x |
code-1.6.RELEASE
|
||
1.5 |
code-1.5
|
||
1.4 |
code-1.4
|
||
1.1 |
code-1.1
|
||
1.0 |
code-1.0
|
||
0.1 |
code-0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>fun.hereis.code</groupId>
<artifactId>code</artifactId>
<version>3.0.RLS</version>
</dependency>
Advertisement