MVN

com.io7m.jspatial : com.io7m.jspatial.api

Maven & Gradle

Mar 17, 2020

com.io7m.jspatial.api · Spatial data structures (API)

<dependency>
    <groupId>com.io7m.jspatial</groupId>
    <artifactId>com.io7m.jspatial.api</artifactId>
    <version>3.0.0-beta0003</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.io7m.jspatial : com.io7m.jspatial.api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-beta0003
  • Latest Beta: 3.0.0-beta0003

All Versions

Choose a version of com.io7m.jspatial : com.io7m.jspatial.api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
com.io7m.jspatial.api-3.0.0-beta0003
com.io7m.jspatial.api-3.0.0-beta0002
com.io7m.jspatial.api-3.0.0-beta0001

How to add a dependency to Maven

Add the following com.io7m.jspatial : com.io7m.jspatial.api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.io7m.jspatial</groupId>
    <artifactId>com.io7m.jspatial.api</artifactId>
    <version>3.0.0-beta0003</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.io7m.jspatial : com.io7m.jspatial.api gradle dependency to your build.gradle file:

implementation 'com.io7m.jspatial:com.io7m.jspatial.api:3.0.0-beta0003'

Gradle Kotlin DSL: Add the following com.io7m.jspatial : com.io7m.jspatial.api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.io7m.jspatial:com.io7m.jspatial.api:3.0.0-beta0003")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.io7m.jspatial : com.io7m.jspatial.api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.io7m.jspatial" % "com.io7m.jspatial.api" % "3.0.0-beta0003"