How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.openbase.bco</groupId>
<artifactId>registry.location</artifactId>
<version>1.6.8</version>
</dependency>
Choose a version of org.openbase.bco : registry.location to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.6.x |
registry.location-1.6.8
|
||
registry.location-1.6.7
|
|||
registry.location-1.6.6
|
|||
registry.location-1.6.5
|
|||
registry.location-1.6.4
|
|||
registry.location-1.6.3
|
|||
registry.location-1.6.2
|
|||
registry.location-1.6.1
|
|||
registry.location-1.6.0
|
|||
1.5.x |
registry.location-1.5.4
|
||
registry.location-1.5.3
|
|||
registry.location-1.5.1
|
|||
registry.location-1.5.0
|
|||
1.5 |
registry.location-1.5-alpha-0
|
||
1.4.x |
registry.location-1.4.5
|
||
registry.location-1.4.4
|
|||
registry.location-1.4.3
|
|||
registry.location-1.4.2
|
|||
registry.location-1.4.1
|
|||
registry.location-1.4.0
|
|||
1.3.x |
registry.location-1.3.3
|
||
registry.location-1.3.2
|
|||
registry.location-1.3.1
|
|||
registry.location-1.3.0
|
|||
1.2.x |
registry.location-1.2.1
|
||
registry.location-1.2.0
|
|||
1.1.x |
registry.location-1.1.5
|
||
registry.location-1.1.4
|
|||
registry.location-1.1.3
|
|||
registry.location-1.1.2
|
|||
registry.location-1.1.1
|
|||
registry.location-1.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.openbase.bco</groupId>
<artifactId>registry.location</artifactId>
<version>1.6.8</version>
</dependency>
Advertisement