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