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