How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>tech.catheu</groupId>
<artifactId>jnotebook</artifactId>
<version>0.12.0</version>
</dependency>
Choose a version of tech.catheu : jnotebook to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.12.x |
jnotebook-0.12.0
|
||
0.11.x |
jnotebook-0.11.0
|
||
0.10.x |
jnotebook-0.10.0
|
||
0.9.x |
jnotebook-0.9.0
|
||
0.8.x |
jnotebook-0.8.0
|
||
0.7.x |
jnotebook-0.7.0
|
||
0.6.x |
jnotebook-0.6.0
|
||
0.5.x |
jnotebook-0.5.0
|
||
0.4.x |
jnotebook-0.4.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>tech.catheu</groupId>
<artifactId>jnotebook</artifactId>
<version>0.12.0</version>
</dependency>
Advertisement