| GroupId | GroupIdcom.tunjid.androidx |
|---|---|
| ArtifactId | ArtifactIdcore |
| Version | Version1.3.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| core-1.3.1.pom | |
| core-1.3.1-sources.jar | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tunjid.androidx/core/ -->
<dependency>
<groupId>com.tunjid.androidx</groupId>
<artifactId>core</artifactId>
<version>1.3.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tunjid.androidx/core/
implementation 'com.tunjid.androidx:core:1.3.1'
// https://jarcasting.com/artifacts/com.tunjid.androidx/core/
implementation ("com.tunjid.androidx:core:1.3.1")
'com.tunjid.androidx:core:aar:1.3.1'
<dependency org="com.tunjid.androidx" name="core" rev="1.3.1">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tunjid.androidx', module='core', version='1.3.1')
)
libraryDependencies += "com.tunjid.androidx" % "core" % "1.3.1"
[com.tunjid.androidx/core "1.3.1"]