is not current version
Last Version 1.0.2

io.github.khoamt:base64-lib 1.0.0

Kotlin Library for Base64 encoding

GroupId

GroupId

io.github.khoamt
ArtifactId

ArtifactId

base64-lib
Version

Version

1.0.0
Type

Type

aar

Download base64-lib 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.khoamt/base64-lib/ -->
<dependency>
    <groupId>io.github.khoamt</groupId>
    <artifactId>base64-lib</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.khoamt/base64-lib/
implementation 'io.github.khoamt:base64-lib:1.0.0'
// https://jarcasting.com/artifacts/io.github.khoamt/base64-lib/
implementation ("io.github.khoamt:base64-lib:1.0.0")
'io.github.khoamt:base64-lib:aar:1.0.0'
<dependency org="io.github.khoamt" name="base64-lib" rev="1.0.0">
  <artifact name="base64-lib" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.khoamt', module='base64-lib', version='1.0.0')
)
libraryDependencies += "io.github.khoamt" % "base64-lib" % "1.0.0"
[io.github.khoamt/base64-lib "1.0.0"]