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