MVN

org.jamgo : jamgo-model-territory

Maven & Gradle

Jul 17, 2023
1 usages

org.jamgo:jamgo-model-territory · Jamgo Framework

<dependency>
    <groupId>org.jamgo</groupId>
    <artifactId>jamgo-model-territory</artifactId>
    <version>8.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jamgo : jamgo-model-territory to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.2

All Versions

Choose a version of org.jamgo : jamgo-model-territory to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
jamgo-model-territory-8.0.2
jamgo-model-territory-8.0.1
jamgo-model-territory-8.0.0
7.0.x
jamgo-model-territory-7.0.0
jamgo-model-territory-7.0.0-M1
6.0.x
jamgo-model-territory-6.0.0
5.1.x
jamgo-model-territory-5.1.0
5.0.x
jamgo-model-territory-5.0.0
jamgo-model-territory-5.0.0-M4
jamgo-model-territory-5.0.0-M3
jamgo-model-territory-5.0.0-M2
jamgo-model-territory-5.0.0-M1
4.0.x
jamgo-model-territory-4.0.1

How to add a dependency to Maven

Add the following org.jamgo : jamgo-model-territory maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jamgo</groupId>
    <artifactId>jamgo-model-territory</artifactId>
    <version>8.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jamgo : jamgo-model-territory gradle dependency to your build.gradle file:

implementation 'org.jamgo:jamgo-model-territory:8.0.2'

Gradle Kotlin DSL: Add the following org.jamgo : jamgo-model-territory gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jamgo:jamgo-model-territory:8.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jamgo : jamgo-model-territory sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jamgo" % "jamgo-model-territory" % "8.0.2"

Advertisement