How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.crypteron</groupId>
<artifactId>cipherdb-agent</artifactId>
<version>2020.5.1.1</version>
</dependency>
Choose a version of com.crypteron : cipherdb-agent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2020.5.x |
cipherdb-agent-2020.5.1.1
|
||
cipherdb-agent-2020.5.1.0
|
|||
2020.4.x |
cipherdb-agent-2020.4.2.0
|
||
cipherdb-agent-2020.4.1.0
|
|||
2019.11.x |
cipherdb-agent-2019.11.1.0
|
||
2019.6.x |
cipherdb-agent-2019.6.1.0
|
||
2018.1.x |
cipherdb-agent-2018.1.1.0
|
||
2017.8.x |
cipherdb-agent-2017.8.1.0
|
||
2017.7.x |
cipherdb-agent-2017.7.1.3
|
||
cipherdb-agent-2017.7.1.2
|
|||
cipherdb-agent-2017.7.1.1
|
|||
cipherdb-agent-2017.7.1.0
|
|||
2017.3.x |
cipherdb-agent-2017.3.1.1
|
||
2017.1.x |
cipherdb-agent-2017.1.2.0
|
||
cipherdb-agent-2017.1.1.0
|
|||
2016.8.x |
cipherdb-agent-2016.8.1.1
|
||
cipherdb-agent-2016.8.1.0
|
|||
2016.5.x |
cipherdb-agent-2016.5.1.0
|
||
2016.4.x |
cipherdb-agent-2016.4.1.0
|
||
2015.12.x |
cipherdb-agent-2015.12.1.0
|
||
2015.11.x |
cipherdb-agent-2015.11.1.0
|
||
2015.10.x |
cipherdb-agent-2015.10.4.0
|
||
cipherdb-agent-2015.10.3.1
|
|||
cipherdb-agent-2015.10.3.0
|
|||
cipherdb-agent-2015.10.2.0
|
|||
cipherdb-agent-2015.10.1.0
|
|||
2015.08.x |
cipherdb-agent-2015.08.1.0
|
||
2015.07.x |
cipherdb-agent-2015.07.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.crypteron</groupId>
<artifactId>cipherdb-agent</artifactId>
<version>2020.5.1.1</version>
</dependency>
Advertisement