GroupId | GroupIdcom.paulrybitskyi.commons |
---|---|
ArtifactId | ArtifactIdcommons-ktx |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
commons-ktx-1.0.1.pom | |
commons-ktx-1.0.1-sources.jar | 38 KB |
commons-ktx-1.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.paulrybitskyi.commons/commons-ktx/ -->
<dependency>
<groupId>com.paulrybitskyi.commons</groupId>
<artifactId>commons-ktx</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.paulrybitskyi.commons/commons-ktx/
implementation 'com.paulrybitskyi.commons:commons-ktx:1.0.1'
// https://jarcasting.com/artifacts/com.paulrybitskyi.commons/commons-ktx/
implementation ("com.paulrybitskyi.commons:commons-ktx:1.0.1")
'com.paulrybitskyi.commons:commons-ktx:aar:1.0.1'
<dependency org="com.paulrybitskyi.commons" name="commons-ktx" rev="1.0.1">
<artifact name="commons-ktx" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.paulrybitskyi.commons', module='commons-ktx', version='1.0.1')
)
libraryDependencies += "com.paulrybitskyi.commons" % "commons-ktx" % "1.0.1"
[com.paulrybitskyi.commons/commons-ktx "1.0.1"]