MVN

com.github.nikolaybespalov : imageio-ozf

Maven & Gradle

Nov 14, 2018
1 usages
3 stars

imageio-ozf · ImageIO plugin that allows you to use OziExplorer image files(ozf2/ozf3/ozf4) without using GDAL/OziApi or any other environment dependencies.

<dependency>
    <groupId>com.github.nikolaybespalov</groupId>
    <artifactId>imageio-ozf</artifactId>
    <version>0.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.5

All Versions

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

Version Vulnerabilities Updated
0.1.x
imageio-ozf-0.1.5
imageio-ozf-0.1.4
imageio-ozf-0.1.3
imageio-ozf-0.1.2
imageio-ozf-0.1.1
imageio-ozf-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.nikolaybespalov</groupId>
    <artifactId>imageio-ozf</artifactId>
    <version>0.1.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.nikolaybespalov:imageio-ozf:0.1.5'

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

implementation("com.github.nikolaybespalov:imageio-ozf:0.1.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.nikolaybespalov" % "imageio-ozf" % "0.1.5"