s

smt-random-strings

This library contains helper methods for generating random strings.
http://shiver-me-timbers.github.io/smt-random-strings/
Files download
File Operation
smt-random-strings-1.2.jar download
smt-random-strings-1.2.pom download
smt-random-strings-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.shiver-me-timbers</groupId>
  <artifactId>smt-random-strings</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.shiver-me-timbers:smt-random-strings:1.2'
Gradle Kotlin
implementation("com.github.shiver-me-timbers:smt-random-strings:1.2")
Scala SBT
libraryDependencies += "com.github.shiver-me-timbers" % "smt-random-strings" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.shiver-me-timbers', module='smt-random-strings', version='1.2')
)
Apache Ivy
<dependency org="com.github.shiver-me-timbers" name="smt-random-strings" rev="1.2" />
Leiningen
[com.github.shiver-me-timbers/smt-random-strings "1.2"]
Apache Buildr
'com.github.shiver-me-timbers:smt-random-strings:jar:1.2'