License |
License |
---|---|
Categories |
CategoriesJavaScript Languages Kotlin |
GroupId | GroupIdio.matthewnelson.kotlin-components |
ArtifactId | ArtifactIdencoding-base64-js |
Last Version | Last Version1.1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionEncodingBase64
Kotlin Components' Base64 Encoding Component
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
encoding-base64-js-1.1.3.pom | |
encoding-base64-js-1.1.3-sources.jar | 3 KB |
encoding-base64-js-1.1.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.matthewnelson.kotlin-components/encoding-base64-js/ -->
<dependency>
<groupId>io.matthewnelson.kotlin-components</groupId>
<artifactId>encoding-base64-js</artifactId>
<version>1.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.matthewnelson.kotlin-components/encoding-base64-js/
implementation 'io.matthewnelson.kotlin-components:encoding-base64-js:1.1.3'
// https://jarcasting.com/artifacts/io.matthewnelson.kotlin-components/encoding-base64-js/
implementation ("io.matthewnelson.kotlin-components:encoding-base64-js:1.1.3")
'io.matthewnelson.kotlin-components:encoding-base64-js:pom:1.1.3'
<dependency org="io.matthewnelson.kotlin-components" name="encoding-base64-js" rev="1.1.3">
<artifact name="encoding-base64-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.matthewnelson.kotlin-components', module='encoding-base64-js', version='1.1.3')
)
libraryDependencies += "io.matthewnelson.kotlin-components" % "encoding-base64-js" % "1.1.3"
[io.matthewnelson.kotlin-components/encoding-base64-js "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.21 |
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.21 |