License |
License
BSD Simplified
|
---|---|
GroupId | GroupIdcom.github.marklister |
ArtifactId | ArtifactIdbase64_2.10 |
Last Version | Last Version0.2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBase64
Small, idiomatic base64 implementation
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
base64_2.10-0.2.4.pom | |
base64_2.10-0.2.4.jar | 30 KB |
base64_2.10-0.2.4-sources.jar | 6 KB |
base64_2.10-0.2.4-javadoc.jar | 364 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marklister/base64_2.10/ -->
<dependency>
<groupId>com.github.marklister</groupId>
<artifactId>base64_2.10</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marklister/base64_2.10/
implementation 'com.github.marklister:base64_2.10:0.2.4'
// https://jarcasting.com/artifacts/com.github.marklister/base64_2.10/
implementation ("com.github.marklister:base64_2.10:0.2.4")
'com.github.marklister:base64_2.10:jar:0.2.4'
<dependency org="com.github.marklister" name="base64_2.10" rev="0.2.4">
<artifact name="base64_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marklister', module='base64_2.10', version='0.2.4')
)
libraryDependencies += "com.github.marklister" % "base64_2.10" % "0.2.4"
[com.github.marklister/base64_2.10 "0.2.4"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.6 |
Group / Artifact | Type | Version |
---|---|---|
com.lihaoyi : utest_2.10 | jar | 0.5.4 |