MVN

com.github.sogyf : goja-mvt

Maven & Gradle

Mar 17, 2015
1 usages
<dependency>
    <groupId>com.github.sogyf</groupId>
    <artifactId>goja-mvt</artifactId>
    <version>0.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sogyf : goja-mvt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.7

All Versions

Choose a version of com.github.sogyf : goja-mvt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
goja-mvt-0.1.7
goja-mvt-0.1.6
goja-mvt-0.1.5.2
goja-mvt-0.1.5.1
goja-mvt-0.1.5
goja-mvt-0.1.4
goja-mvt-0.1.4-1
goja-mvt-0.1.3
goja-mvt-0.1.2
goja-mvt-0.1.1
0.1
goja-mvt-0.1
0.0.x
goja-mvt-0.0.10

How to add a dependency to Maven

Add the following com.github.sogyf : goja-mvt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.sogyf</groupId>
    <artifactId>goja-mvt</artifactId>
    <version>0.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sogyf : goja-mvt gradle dependency to your build.gradle file:

implementation 'com.github.sogyf:goja-mvt:0.1.7'

Gradle Kotlin DSL: Add the following com.github.sogyf : goja-mvt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sogyf:goja-mvt:0.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sogyf : goja-mvt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sogyf" % "goja-mvt" % "0.1.7"