MVN

au.id.tmm.ausgeo : ausgeo-core_2.12

Maven & Gradle

Nov 22, 2020
1 usages
1 stars

ausgeo-core · ausgeo-core

<dependency>
    <groupId>au.id.tmm.ausgeo</groupId>
    <artifactId>ausgeo-core_2.12</artifactId>
    <version>0.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of au.id.tmm.ausgeo : ausgeo-core_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.6

All Versions

Choose a version of au.id.tmm.ausgeo : ausgeo-core_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
ausgeo-core_2.12-0.2.6
ausgeo-core_2.12-0.2.4
ausgeo-core_2.12-0.2.3
ausgeo-core_2.12-0.2.2
ausgeo-core_2.12-0.2.1
ausgeo-core_2.12-0.2.0

How to add a dependency to Maven

Add the following au.id.tmm.ausgeo : ausgeo-core_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>au.id.tmm.ausgeo</groupId>
    <artifactId>ausgeo-core_2.12</artifactId>
    <version>0.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following au.id.tmm.ausgeo : ausgeo-core_2.12 gradle dependency to your build.gradle file:

implementation 'au.id.tmm.ausgeo:ausgeo-core_2.12:0.2.6'

Gradle Kotlin DSL: Add the following au.id.tmm.ausgeo : ausgeo-core_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("au.id.tmm.ausgeo:ausgeo-core_2.12:0.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following au.id.tmm.ausgeo : ausgeo-core_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "au.id.tmm.ausgeo" % "ausgeo-core_2.12" % "0.2.6"

Advertisement