MVN

com.github.nikolaybespalov : gt-ozi

Maven & Gradle

Feb 04, 2019
1 stars

gt-ozi · GeoTools plugin that allows you to use OziExplorer spatial reference file(.map) in your Java application.

<dependency>
    <groupId>com.github.nikolaybespalov</groupId>
    <artifactId>gt-ozi</artifactId>
    <version>0.1.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nikolaybespalov : gt-ozi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.17

All Versions

Choose a version of com.github.nikolaybespalov : gt-ozi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
gt-ozi-0.1.17
gt-ozi-0.1.16
gt-ozi-0.1.15
gt-ozi-0.1.14
gt-ozi-0.1.13
gt-ozi-0.1.12
gt-ozi-0.1.11
gt-ozi-0.1.9
gt-ozi-0.1.8
gt-ozi-0.1.7
gt-ozi-0.1.6
gt-ozi-0.1.5
gt-ozi-0.1.4
gt-ozi-0.1.3
gt-ozi-0.1.2
gt-ozi-0.1.1
gt-ozi-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.nikolaybespalov</groupId>
    <artifactId>gt-ozi</artifactId>
    <version>0.1.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nikolaybespalov : gt-ozi gradle dependency to your build.gradle file:

implementation 'com.github.nikolaybespalov:gt-ozi:0.1.17'

Gradle Kotlin DSL: Add the following com.github.nikolaybespalov : gt-ozi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nikolaybespalov:gt-ozi:0.1.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nikolaybespalov : gt-ozi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nikolaybespalov" % "gt-ozi" % "0.1.17"

Advertisement