Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdorg.xowl.hime |
ArtifactId | ArtifactIdredist |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
redist-1.0.0.pom | |
redist-1.0.0.jar | 72 KB |
redist-1.0.0-sources.jar | 70 KB |
redist-1.0.0-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xowl.hime/redist/ -->
<dependency>
<groupId>org.xowl.hime</groupId>
<artifactId>redist</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xowl.hime/redist/
implementation 'org.xowl.hime:redist:1.0.0'
// https://jarcasting.com/artifacts/org.xowl.hime/redist/
implementation ("org.xowl.hime:redist:1.0.0")
'org.xowl.hime:redist:jar:1.0.0'
<dependency org="org.xowl.hime" name="redist" rev="1.0.0">
<artifact name="redist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xowl.hime', module='redist', version='1.0.0')
)
libraryDependencies += "org.xowl.hime" % "redist" % "1.0.0"
[org.xowl.hime/redist "1.0.0"]