How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.tentackle</groupId>
<artifactId>tentackle-tools</artifactId>
<version>8.3.0.1</version>
</dependency>
Choose a version of org.tentackle : tentackle-tools to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8.3.x |
tentackle-tools-8.3.0.1
|
||
tentackle-tools-8.3.0.0
|
|||
8.2.x |
tentackle-tools-8.2.8.0
|
||
tentackle-tools-8.2.7.4
|
|||
tentackle-tools-8.2.7.0
|
|||
tentackle-tools-8.2.6.0
|
|||
tentackle-tools-8.2.5.0
|
|||
tentackle-tools-8.2.4.0
|
|||
tentackle-tools-8.2.3.0
|
|||
tentackle-tools-8.2.2.0
|
|||
2.1.x |
tentackle-tools-2.1.6
|
||
tentackle-tools-2.1.5
|
|||
tentackle-tools-2.1.4
|
|||
tentackle-tools-2.1.2
|
|||
tentackle-tools-2.1.1
|
|||
tentackle-tools-2.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.tentackle</groupId>
<artifactId>tentackle-tools</artifactId>
<version>8.3.0.1</version>
</dependency>
Advertisement