MVN

io.github.agdturner : ccg-v3d

Maven & Gradle

Nov 18, 2022
2 stars

ccg-v3d · A Java Library for handling 3D spatial vector data.

<dependency>
    <groupId>io.github.agdturner</groupId>
    <artifactId>ccg-v3d</artifactId>
    <version>0.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.agdturner : ccg-v3d to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.19

All Versions

Choose a version of io.github.agdturner : ccg-v3d to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.19
ccg-v3d-0.19
0.17
ccg-v3d-0.17
0.16
ccg-v3d-0.16
0.15
ccg-v3d-0.15
0.14
ccg-v3d-0.14
0.13
ccg-v3d-0.13
0.12
ccg-v3d-0.12
0.11
ccg-v3d-0.11
0.10
ccg-v3d-0.10

How to add a dependency to Maven

Add the following io.github.agdturner : ccg-v3d maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.agdturner</groupId>
    <artifactId>ccg-v3d</artifactId>
    <version>0.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.agdturner : ccg-v3d gradle dependency to your build.gradle file:

implementation 'io.github.agdturner:ccg-v3d:0.19'

Gradle Kotlin DSL: Add the following io.github.agdturner : ccg-v3d gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.agdturner:ccg-v3d:0.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.agdturner : ccg-v3d sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.agdturner" % "ccg-v3d" % "0.19"

Advertisement