| GroupId | GroupIdcom.tesera.andbtiles |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version1.0.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-1.0.2.pom | |
| library-1.0.2.aar | 87 KB |
| library-1.0.2-sources.jar | 22 KB |
| library-1.0.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tesera.andbtiles/library/ -->
<dependency>
<groupId>com.tesera.andbtiles</groupId>
<artifactId>library</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tesera.andbtiles/library/
implementation 'com.tesera.andbtiles:library:1.0.2'
// https://jarcasting.com/artifacts/com.tesera.andbtiles/library/
implementation ("com.tesera.andbtiles:library:1.0.2")
'com.tesera.andbtiles:library:aar:1.0.2'
<dependency org="com.tesera.andbtiles" name="library" rev="1.0.2">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tesera.andbtiles', module='library', version='1.0.2')
)
libraryDependencies += "com.tesera.andbtiles" % "library" % "1.0.2"
[com.tesera.andbtiles/library "1.0.2"]