License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdorg.xowl.hime |
ArtifactId | ArtifactIdredist |
Last Version | Last Version2.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHime Runtime
Redistributable Java runtime for the parsers generated with Hime
|
Project Organization |
Project OrganizationLaurent Wouters |
Filename | Size |
---|---|
redist-2.0.6.pom | |
redist-2.0.6.jar | 75 KB |
redist-2.0.6-sources.jar | 71 KB |
redist-2.0.6-javadoc.jar | 192 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xowl.hime/redist/ -->
<dependency>
<groupId>org.xowl.hime</groupId>
<artifactId>redist</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.xowl.hime/redist/
implementation 'org.xowl.hime:redist:2.0.6'
// https://jarcasting.com/artifacts/org.xowl.hime/redist/
implementation ("org.xowl.hime:redist:2.0.6")
'org.xowl.hime:redist:jar:2.0.6'
<dependency org="org.xowl.hime" name="redist" rev="2.0.6">
<artifact name="redist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xowl.hime', module='redist', version='2.0.6')
)
libraryDependencies += "org.xowl.hime" % "redist" % "2.0.6"
[org.xowl.hime/redist "2.0.6"]