GroupId | GroupIdio.matthewnelson.topl-android |
---|---|
ArtifactId | ArtifactIdtopl-core |
Version | Version2.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
topl-core-2.1.0.pom | |
topl-core-2.1.0-sources.jar | 53 KB |
topl-core-2.1.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.matthewnelson.topl-android/topl-core/ -->
<dependency>
<groupId>io.matthewnelson.topl-android</groupId>
<artifactId>topl-core</artifactId>
<version>2.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.matthewnelson.topl-android/topl-core/
implementation 'io.matthewnelson.topl-android:topl-core:2.1.0'
// https://jarcasting.com/artifacts/io.matthewnelson.topl-android/topl-core/
implementation ("io.matthewnelson.topl-android:topl-core:2.1.0")
'io.matthewnelson.topl-android:topl-core:aar:2.1.0'
<dependency org="io.matthewnelson.topl-android" name="topl-core" rev="2.1.0">
<artifact name="topl-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.matthewnelson.topl-android', module='topl-core', version='2.1.0')
)
libraryDependencies += "io.matthewnelson.topl-android" % "topl-core" % "2.1.0"
[io.matthewnelson.topl-android/topl-core "2.1.0"]