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.4.jar download
smt-random-strings-1.4.pom download
smt-random-strings-1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.shiver-me-timbers</groupId>
  <artifactId>smt-random-strings</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.shiver-me-timbers:smt-random-strings:1.4'
Gradle Kotlin
implementation("com.github.shiver-me-timbers:smt-random-strings:1.4")
Scala SBT
libraryDependencies += "com.github.shiver-me-timbers" % "smt-random-strings" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.shiver-me-timbers', module='smt-random-strings', version='1.4')
)
Apache Ivy
<dependency org="com.github.shiver-me-timbers" name="smt-random-strings" rev="1.4" />
Leiningen
[com.github.shiver-me-timbers/smt-random-strings "1.4"]
Apache Buildr
'com.github.shiver-me-timbers:smt-random-strings:jar:1.4'