Files download
File Operation
of-commons-0.1.25.pom download
Apache Maven
<dependency>
  <groupId>org.openforis.commons</groupId>
  <artifactId>of-commons</artifactId>
  <version>0.1.25</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.openforis.commons:of-commons:0.1.25'
Gradle Kotlin
implementation("org.openforis.commons:of-commons:0.1.25")
Scala SBT
libraryDependencies += "org.openforis.commons" % "of-commons" % "0.1.25"
Groovy Grape
@Grapes(
  @Grab(group='org.openforis.commons', module='of-commons', version='0.1.25')
)
Apache Ivy
<dependency org="org.openforis.commons" name="of-commons" rev="0.1.25" />
Leiningen
[org.openforis.commons/of-commons "0.1.25"]
Apache Buildr
'org.openforis.commons:of-commons:jar:0.1.25'
Dependencies
The project has no third-party dependencies