GroupId | GroupIdme.xdrop |
---|---|
ArtifactId | ArtifactIdjrand |
Version | Version0.2.0-alpha |
Type | Typejar |
Filename | Size |
---|---|
jrand-0.2.0-alpha.pom | |
jrand-0.2.0-alpha.jar | 127 KB |
jrand-0.2.0-alpha-sources.jar | 106 KB |
jrand-0.2.0-alpha-javadoc.jar | 364 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.xdrop/jrand/ -->
<dependency>
<groupId>me.xdrop</groupId>
<artifactId>jrand</artifactId>
<version>0.2.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/me.xdrop/jrand/
implementation 'me.xdrop:jrand:0.2.0-alpha'
// https://jarcasting.com/artifacts/me.xdrop/jrand/
implementation ("me.xdrop:jrand:0.2.0-alpha")
'me.xdrop:jrand:jar:0.2.0-alpha'
<dependency org="me.xdrop" name="jrand" rev="0.2.0-alpha">
<artifact name="jrand" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.xdrop', module='jrand', version='0.2.0-alpha')
)
libraryDependencies += "me.xdrop" % "jrand" % "0.2.0-alpha"
[me.xdrop/jrand "0.2.0-alpha"]