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