How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.j3d</groupId>
<artifactId>aviatrix3d</artifactId>
<version>3.0.0-</version>
</dependency>
Choose a version of org.j3d : aviatrix3d to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
aviatrix3d-3.0.0-
|
||
aviatrix3d-3.0.0--RC3
|
|||
aviatrix3d-3.0.0
|
|||
aviatrix3d-3.0.0-RC1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.j3d</groupId>
<artifactId>aviatrix3d</artifactId>
<version>3.0.0-</version>
</dependency>
Advertisement