How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.theicenet</groupId>
<artifactId>theicenet-cryptography</artifactId>
<version>1.3.2</version>
</dependency>
Choose a version of com.theicenet : theicenet-cryptography to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
theicenet-cryptography-1.3.2
|
||
theicenet-cryptography-1.3.1
|
|||
theicenet-cryptography-1.3.0
|
|||
1.2.x |
theicenet-cryptography-1.2.2
|
||
theicenet-cryptography-1.2.1
|
|||
theicenet-cryptography-1.2.0
|
|||
1.1.x |
theicenet-cryptography-1.1.5
|
||
theicenet-cryptography-1.1.4
|
|||
theicenet-cryptography-1.1.3
|
|||
theicenet-cryptography-1.1.2
|
|||
theicenet-cryptography-1.1.1
|
|||
theicenet-cryptography-1.1.0
|
|||
1.0.x |
theicenet-cryptography-1.0.3
|
||
theicenet-cryptography-1.0.2
|
|||
theicenet-cryptography-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.theicenet</groupId>
<artifactId>theicenet-cryptography</artifactId>
<version>1.3.2</version>
</dependency>
Advertisement