| GroupId | GroupIdcom.tagcommander.lib |
|---|---|
| ArtifactId | ArtifactIdcore |
| Version | Version4.6.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| core-4.6.0.pom | |
| core-4.6.0.aar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tagcommander.lib/core/ -->
<dependency>
<groupId>com.tagcommander.lib</groupId>
<artifactId>core</artifactId>
<version>4.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tagcommander.lib/core/
implementation 'com.tagcommander.lib:core:4.6.0'
// https://jarcasting.com/artifacts/com.tagcommander.lib/core/
implementation ("com.tagcommander.lib:core:4.6.0")
'com.tagcommander.lib:core:aar:4.6.0'
<dependency org="com.tagcommander.lib" name="core" rev="4.6.0">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tagcommander.lib', module='core', version='4.6.0')
)
libraryDependencies += "com.tagcommander.lib" % "core" % "4.6.0"
[com.tagcommander.lib/core "4.6.0"]