How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.openscience.cdk</groupId>
<artifactId>cdkdepict</artifactId>
<version>1.10</version>
</dependency>
Choose a version of org.openscience.cdk : cdkdepict to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.10 |
cdkdepict-1.10
|
||
1.9.x |
cdkdepict-1.9.3
|
||
cdkdepict-1.9.2
|
|||
cdkdepict-1.9.1
|
|||
1.9 |
cdkdepict-1.9
|
||
1.8 |
cdkdepict-1.8
|
||
1.7 |
cdkdepict-1.7
|
||
1.6 |
cdkdepict-1.6
|
||
1.5 |
cdkdepict-1.5
|
||
1.4 |
cdkdepict-1.4
|
||
1.3 |
cdkdepict-1.3
|
||
1.2 |
cdkdepict-1.2
|
||
1.1 |
cdkdepict-1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.openscience.cdk</groupId>
<artifactId>cdkdepict</artifactId>
<version>1.10</version>
</dependency>
Advertisement