How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.orbyfied.j8</groupId>
<artifactId>j8s-command</artifactId>
<version>0.1.3.1</version>
</dependency>
Choose a version of net.orbyfied.j8 : j8s-command to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
j8s-command-0.1.3.1
|
||
j8s-command-0.1.3
|
|||
j8s-command-0.1.2
|
|||
j8s-command-0.1.1
|
|||
j8s-command-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.orbyfied.j8</groupId>
<artifactId>j8s-command</artifactId>
<version>0.1.3.1</version>
</dependency>
Advertisement