How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>de.gsi</groupId>
<artifactId>chartfx</artifactId>
<version>11.2.7</version>
</dependency>
Choose a version of de.gsi : chartfx to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
11.2.x |
chartfx-11.2.7
|
||
chartfx-11.2.6
|
|||
chartfx-11.2.5
|
|||
chartfx-11.2.4
|
|||
chartfx-11.2.3
|
|||
chartfx-11.2.2
|
|||
chartfx-11.2.1
|
|||
chartfx-11.2.0
|
|||
11.1.x |
chartfx-11.1.5
|
||
chartfx-11.1.4
|
|||
chartfx-11.1.3
|
|||
chartfx-11.1.2
|
|||
chartfx-11.1.1
|
|||
chartfx-11.1.0
|
|||
11.0.x |
chartfx-11.0.4
|
||
chartfx-11.0.3
|
|||
chartfx-11.0.2
|
|||
chartfx-11.0.1
|
|||
chartfx-11.0.0
|
|||
8.1.x |
chartfx-8.1.5
|
||
chartfx-8.1.4
|
|||
chartfx-8.1.3
|
|||
chartfx-8.1.1
|
|||
chartfx-8.1.0
|
|||
8.0.x |
chartfx-8.0.4
|
||
chartfx-8.0.3
|
|||
chartfx-8.0.2
|
|||
chartfx-8.0.1
|
|||
chartfx-8.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>de.gsi</groupId>
<artifactId>chartfx</artifactId>
<version>11.2.7</version>
</dependency>
Advertisement