How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>de.thksystems</groupId>
<artifactId>tksparent</artifactId>
<version>1.3</version>
</dependency>
Choose a version of de.thksystems : tksparent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3 |
tksparent-1.3
|
||
1.2 |
tksparent-1.2
|
||
1.1 |
tksparent-1.1
|
||
1.0 |
tksparent-1.0
|
||
0.5 |
tksparent-0.5
|
||
0.4.x |
tksparent-0.4.1
|
||
0.4 |
tksparent-0.4
|
||
0.3 |
tksparent-0.3
|
||
0.2.x |
tksparent-0.2.1
|
||
0.2 |
tksparent-0.2
|
||
0.1 |
tksparent-0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>de.thksystems</groupId>
<artifactId>tksparent</artifactId>
<version>1.3</version>
</dependency>
Advertisement