MVN

org.jgrasstools : jgt-oms3

Maven & Gradle

Feb 28, 2017
4 usages

Object Modeling System (JGrasstools package)

<dependency>
    <groupId>org.jgrasstools</groupId>
    <artifactId>jgt-oms3</artifactId>
    <version>0.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jgrasstools : jgt-oms3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.1

All Versions

Choose a version of org.jgrasstools : jgt-oms3 to add to Maven or Gradle - All Versions:

  • Version Updated
  • jgt-oms3-0.8.1

    Feb 28, 2017
  • jgt-oms3-0.8.0

    Nov 08, 2016
  • jgt-oms3-0.7.8

    Aug 19, 2014
  • jgt-oms3-0.7.7

    Aug 19, 2014
  • jgt-oms3-0.7.6

    Oct 11, 2012
  • jgt-oms3-0.7.5

    Apr 19, 2012
  • jgt-oms3-0.7.4

    Mar 25, 2012
  • jgt-oms3-0.7.3

    Jan 03, 2012
  • jgt-oms3-0.7.2

    Jul 20, 2011
  • jgt-oms3-0.7.1

    Jul 02, 2011
  • jgt-oms3-0.7.0

    May 14, 2011

How to add a dependency to Maven

Add the following org.jgrasstools : jgt-oms3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jgrasstools</groupId>
    <artifactId>jgt-oms3</artifactId>
    <version>0.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jgrasstools : jgt-oms3 gradle dependency to your build.gradle file:

implementation 'org.jgrasstools:jgt-oms3:0.8.1'

Gradle Kotlin DSL: Add the following org.jgrasstools : jgt-oms3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jgrasstools:jgt-oms3:0.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jgrasstools : jgt-oms3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jgrasstools" % "jgt-oms3" % "0.8.1"