base64-lib

Kotlin Library for Base64 encoding

License

License

GroupId

GroupId

io.github.khoamt
ArtifactId

ArtifactId

base64-lib
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

aar
Description

Description

base64-lib
Kotlin Library for Base64 encoding
Project URL

Project URL

https://github.com/khoamt/base64
Source Code Management

Source Code Management

https://github.com/khoamt/base64

Download base64-lib

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.31

runtime (3)

Group / Artifact Type Version
androidx.core » core-ktx jar 1.7.0
androidx.appcompat » appcompat jar 1.3.1
com.google.android.material » material jar 1.4.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0