EncodingBase32

Kotlin Components' Base32 Encoding Component

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

io.matthewnelson.kotlin-components
ArtifactId

ArtifactId

encoding-base32-android
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

aar
Description

Description

EncodingBase32
Kotlin Components' Base32 Encoding Component
Project URL

Project URL

https://github.com/05nelsonm/component-encoding
Source Code Management

Source Code Management

https://github.com/05nelsonm/component-encoding

Download encoding-base32-android

How to add to project

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

Dependencies

compile (2)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0