is not current version
Last Version 1.1.0

net.moznion:random-string 1.0.0

Generate random strings based on a pattern

Categories

Categories

Net
GroupId

GroupId

net.moznion
ArtifactId

ArtifactId

random-string
Version

Version

1.0.0
Type

Type

jar

Download random-string 1.0.0


<!-- https://jarcasting.com/artifacts/net.moznion/random-string/ -->
<dependency>
    <groupId>net.moznion</groupId>
    <artifactId>random-string</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.moznion/random-string/
implementation 'net.moznion:random-string:1.0.0'
// https://jarcasting.com/artifacts/net.moznion/random-string/
implementation ("net.moznion:random-string:1.0.0")
'net.moznion:random-string:jar:1.0.0'
<dependency org="net.moznion" name="random-string" rev="1.0.0">
  <artifact name="random-string" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.moznion', module='random-string', version='1.0.0')
)
libraryDependencies += "net.moznion" % "random-string" % "1.0.0"
[net.moznion/random-string "1.0.0"]