| License |
License |
|---|---|
| GroupId | GroupIdcom.google.android.filament |
| ArtifactId | ArtifactIdgltfio-android |
| Version | Version1.14.0 |
| Type | Typeaar |
| Description |
DescriptionFilament glTF Loader
Real-time physically based rendering engine for Android.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gltfio-android-1.14.0.pom | |
| gltfio-android-1.14.0-sources.jar | 15 KB |
| gltfio-android-1.14.0-javadoc.jar | 422 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.android.filament/gltfio-android/ -->
<dependency>
<groupId>com.google.android.filament</groupId>
<artifactId>gltfio-android</artifactId>
<version>1.14.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.android.filament/gltfio-android/
implementation 'com.google.android.filament:gltfio-android:1.14.0'
// https://jarcasting.com/artifacts/com.google.android.filament/gltfio-android/
implementation ("com.google.android.filament:gltfio-android:1.14.0")
'com.google.android.filament:gltfio-android:aar:1.14.0'
<dependency org="com.google.android.filament" name="gltfio-android" rev="1.14.0">
<artifact name="gltfio-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.google.android.filament', module='gltfio-android', version='1.14.0')
)
libraryDependencies += "com.google.android.filament" % "gltfio-android" % "1.14.0"
[com.google.android.filament/gltfio-android "1.14.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android.filament : filament-android | jar | 1.14.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.annotation » annotation | jar | 1.3.0 |