Files download
File Operation
library-0.0.4-a.pom download
library-0.0.4-a-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cesarvaliente.random_string_generator</groupId>
  <artifactId>library</artifactId>
  <version>0.0.4-a</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.cesarvaliente.random_string_generator:library:0.0.4-a'
Gradle Kotlin
implementation("com.cesarvaliente.random_string_generator:library:0.0.4-a")
Scala SBT
libraryDependencies += "com.cesarvaliente.random_string_generator" % "library" % "0.0.4-a"
Groovy Grape
@Grapes(
  @Grab(group='com.cesarvaliente.random_string_generator', module='library', version='0.0.4-a')
)
Apache Ivy
<dependency org="com.cesarvaliente.random_string_generator" name="library" rev="0.0.4-a" />
Leiningen
[com.cesarvaliente.random_string_generator/library "0.0.4-a"]
Apache Buildr
'com.cesarvaliente.random_string_generator:library:jar:0.0.4-a'