GroupId | GroupIdorg.opensourcebim |
---|---|
ArtifactId | ArtifactIdgltf |
Version | Version0.0.19 |
Type | Typejar |
Filename | Size |
---|---|
gltf-0.0.19.pom | |
gltf-0.0.19.jar | 35 KB |
gltf-0.0.19-sources.jar | 23 KB |
gltf-0.0.19-plugin.xml | 694 bytes |
gltf-0.0.19-javadoc.jar | 42 KB |
gltf-0.0.19-icon.png | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/gltf/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>gltf</artifactId>
<version>0.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/gltf/
implementation 'org.opensourcebim:gltf:0.0.19'
// https://jarcasting.com/artifacts/org.opensourcebim/gltf/
implementation ("org.opensourcebim:gltf:0.0.19")
'org.opensourcebim:gltf:jar:0.0.19'
<dependency org="org.opensourcebim" name="gltf" rev="0.0.19">
<artifact name="gltf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='gltf', version='0.0.19')
)
libraryDependencies += "org.opensourcebim" % "gltf" % "0.0.19"
[org.opensourcebim/gltf "0.0.19"]