Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.moznion |
ArtifactId | ArtifactIdrandom-string |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
random-string-1.0.0.pom | |
random-string-1.0.0.jar | 18 KB |
random-string-1.0.0-sources.jar | 7 KB |
random-string-1.0.0-javadoc.jar | 24 KB |
Browse |
<!-- 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"]