Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdio.matthewnelson.kotlin-components |
ArtifactId | ArtifactIdencoding-base64-android |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
encoding-base64-android-1.0.1.pom | |
encoding-base64-android-1.0.1-sources.jar | 3 KB |
encoding-base64-android-1.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.matthewnelson.kotlin-components/encoding-base64-android/ -->
<dependency>
<groupId>io.matthewnelson.kotlin-components</groupId>
<artifactId>encoding-base64-android</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.matthewnelson.kotlin-components/encoding-base64-android/
implementation 'io.matthewnelson.kotlin-components:encoding-base64-android:1.0.1'
// https://jarcasting.com/artifacts/io.matthewnelson.kotlin-components/encoding-base64-android/
implementation ("io.matthewnelson.kotlin-components:encoding-base64-android:1.0.1")
'io.matthewnelson.kotlin-components:encoding-base64-android:aar:1.0.1'
<dependency org="io.matthewnelson.kotlin-components" name="encoding-base64-android" rev="1.0.1">
<artifact name="encoding-base64-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.matthewnelson.kotlin-components', module='encoding-base64-android', version='1.0.1')
)
libraryDependencies += "io.matthewnelson.kotlin-components" % "encoding-base64-android" % "1.0.1"
[io.matthewnelson.kotlin-components/encoding-base64-android "1.0.1"]