License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.gorisse.thomas.sceneform |
ArtifactId | ArtifactIdsceneform |
Last Version | Last Version1.21.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionSceneform SDK for Android
Sceneform is a 3D framework with a physically based renderer that is optimized for mobile devices and that makes it easy for you to build Augmented Reality (AR) apps without requiring OpenGL or Unity.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sceneform-1.21.0.pom | |
sceneform-1.21.0-sources.jar | 261 bytes |
sceneform-1.21.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.gorisse.thomas.sceneform/sceneform/ -->
<dependency>
<groupId>com.gorisse.thomas.sceneform</groupId>
<artifactId>sceneform</artifactId>
<version>1.21.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.gorisse.thomas.sceneform/sceneform/
implementation 'com.gorisse.thomas.sceneform:sceneform:1.21.0'
// https://jarcasting.com/artifacts/com.gorisse.thomas.sceneform/sceneform/
implementation ("com.gorisse.thomas.sceneform:sceneform:1.21.0")
'com.gorisse.thomas.sceneform:sceneform:aar:1.21.0'
<dependency org="com.gorisse.thomas.sceneform" name="sceneform" rev="1.21.0">
<artifact name="sceneform" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.gorisse.thomas.sceneform', module='sceneform', version='1.21.0')
)
libraryDependencies += "com.gorisse.thomas.sceneform" % "sceneform" % "1.21.0"
[com.gorisse.thomas.sceneform/sceneform "1.21.0"]
Group / Artifact | Type | Version |
---|---|---|
com.gorisse.thomas.sceneform : core | jar | 1.21.0 |
com.gorisse.thomas.sceneform : ux | jar | 1.21.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |