| Categories |
CategoriesUnity Business Logic Libraries Game Development |
|---|---|
| GroupId | GroupIdbr.com.handtalk |
| ArtifactId | ArtifactIdunity |
| Last Version | Last Version0.1.2 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Description |
| Filename | Size |
|---|---|
| unity-0.1.2.pom | |
| unity-0.1.2.aar | 23 MB |
| unity-0.1.2-sources.jar | 2 KB |
| unity-0.1.2-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/br.com.handtalk/unity/ -->
<dependency>
<groupId>br.com.handtalk</groupId>
<artifactId>unity</artifactId>
<version>0.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.handtalk/unity/
implementation 'br.com.handtalk:unity:0.1.2'
// https://jarcasting.com/artifacts/br.com.handtalk/unity/
implementation ("br.com.handtalk:unity:0.1.2")
'br.com.handtalk:unity:aar:0.1.2'
<dependency org="br.com.handtalk" name="unity" rev="0.1.2">
<artifact name="unity" type="aar" />
</dependency>
@Grapes(
@Grab(group='br.com.handtalk', module='unity', version='0.1.2')
)
libraryDependencies += "br.com.handtalk" % "unity" % "0.1.2"
[br.com.handtalk/unity "0.1.2"]