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