Files download
File Operation
jgltf-model-2.0.1.jar download
jgltf-model-2.0.1.pom download
jgltf-model-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.javagl</groupId>
  <artifactId>jgltf-model</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'de.javagl:jgltf-model:2.0.1'
Gradle Kotlin
implementation("de.javagl:jgltf-model:2.0.1")
Scala SBT
libraryDependencies += "de.javagl" % "jgltf-model" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='de.javagl', module='jgltf-model', version='2.0.1')
)
Apache Ivy
<dependency org="de.javagl" name="jgltf-model" rev="2.0.1" />
Leiningen
[de.javagl/jgltf-model "2.0.1"]
Apache Buildr
'de.javagl:jgltf-model:jar:2.0.1'