o

orbisgis-nexus

nexus.orbisgis.org repository
http://www.orbisgis.org
GNU General Public License (GPLV3+)
Nicolas Fortin Erwan Bocher Adam Gouge
Files download
File Operation
orbisgis-nexus-1.pom download
Apache Maven
<dependency>
  <groupId>org.orbisgis</groupId>
  <artifactId>orbisgis-nexus</artifactId>
  <version>1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.orbisgis:orbisgis-nexus:1'
Gradle Kotlin
implementation("org.orbisgis:orbisgis-nexus:1")
Scala SBT
libraryDependencies += "org.orbisgis" % "orbisgis-nexus" % "1"
Groovy Grape
@Grapes(
  @Grab(group='org.orbisgis', module='orbisgis-nexus', version='1')
)
Apache Ivy
<dependency org="org.orbisgis" name="orbisgis-nexus" rev="1" />
Leiningen
[org.orbisgis/orbisgis-nexus "1"]
Apache Buildr
'org.orbisgis:orbisgis-nexus:jar:1'