| License | License | 
|---|---|
| GroupId | GroupIdorg.orbisgis | 
| ArtifactId | ArtifactIdorbisgis-nexus | 
| Version | Version3 | 
| Type | Typepom | 
| Description | DescriptionOrbisGIS Nexus Parent nexus.orbisgis.org repository | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| orbisgis-nexus-3.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.orbisgis/orbisgis-nexus/ -->
<dependency>
    <groupId>org.orbisgis</groupId>
    <artifactId>orbisgis-nexus</artifactId>
    <version>3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.orbisgis/orbisgis-nexus/
implementation 'org.orbisgis:orbisgis-nexus:3'// https://jarcasting.com/artifacts/org.orbisgis/orbisgis-nexus/
implementation ("org.orbisgis:orbisgis-nexus:3")'org.orbisgis:orbisgis-nexus:pom:3'<dependency org="org.orbisgis" name="orbisgis-nexus" rev="3">
  <artifact name="orbisgis-nexus" type="pom" />
</dependency>@Grapes(
@Grab(group='org.orbisgis', module='orbisgis-nexus', version='3')
)libraryDependencies += "org.orbisgis" % "orbisgis-nexus" % "3"[org.orbisgis/orbisgis-nexus "3"]