is not current version
Last Version 1.1

ru.d-shap:base64 1.0

Base64 library converts bytes to base64 representation and vice versa

GroupId

GroupId

ru.d-shap
ArtifactId

ArtifactId

base64
Version

Version

1.0
Type

Type

jar

Download base64 1.0


<!-- https://jarcasting.com/artifacts/ru.d-shap/base64/ -->
<dependency>
    <groupId>ru.d-shap</groupId>
    <artifactId>base64</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.d-shap/base64/
implementation 'ru.d-shap:base64:1.0'
// https://jarcasting.com/artifacts/ru.d-shap/base64/
implementation ("ru.d-shap:base64:1.0")
'ru.d-shap:base64:jar:1.0'
<dependency org="ru.d-shap" name="base64" rev="1.0">
  <artifact name="base64" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.d-shap', module='base64', version='1.0')
)
libraryDependencies += "ru.d-shap" % "base64" % "1.0"
[ru.d-shap/base64 "1.0"]