文件下载
文件名 操作
base64_2.11-0.2.9.jar 下载
base64_2.11-0.2.9.pom 下载
base64_2.11-0.2.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.marklister</groupId>
  <artifactId>base64_2.11</artifactId>
  <version>0.2.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.marklister:base64_2.11:0.2.9'
Gradle Kotlin
implementation("com.github.marklister:base64_2.11:0.2.9")
Scala SBT
libraryDependencies += "com.github.marklister" % "base64_2.11" % "0.2.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.marklister', module='base64_2.11', version='0.2.9')
)
Apache Ivy
<dependency org="com.github.marklister" name="base64_2.11" rev="0.2.9" />
Leiningen
[com.github.marklister/base64_2.11 "0.2.9"]
Apache Buildr
'com.github.marklister:base64_2.11:jar:0.2.9'