o

of-commons-gateway

Files download
File Operation
of-commons-gateway-0.1.27.jar download
of-commons-gateway-0.1.27.pom download
of-commons-gateway-0.1.27-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openforis.commons</groupId>
  <artifactId>of-commons-gateway</artifactId>
  <version>0.1.27</version>
</dependency>
Gradle Groovy
implementation 'org.openforis.commons:of-commons-gateway:0.1.27'
Gradle Kotlin
implementation("org.openforis.commons:of-commons-gateway:0.1.27")
Scala SBT
libraryDependencies += "org.openforis.commons" % "of-commons-gateway" % "0.1.27"
Groovy Grape
@Grapes(
  @Grab(group='org.openforis.commons', module='of-commons-gateway', version='0.1.27')
)
Apache Ivy
<dependency org="org.openforis.commons" name="of-commons-gateway" rev="0.1.27" />
Leiningen
[org.openforis.commons/of-commons-gateway "0.1.27"]
Apache Buildr
'org.openforis.commons:of-commons-gateway:jar:0.1.27'