Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.apache.rya |
ArtifactId | ArtifactIdrya.indexing.example |
Version | Version4.0.0-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.rya/rya.indexing.example/ -->
<dependency>
<groupId>org.apache.rya</groupId>
<artifactId>rya.indexing.example</artifactId>
<version>4.0.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.rya/rya.indexing.example/
implementation 'org.apache.rya:rya.indexing.example:4.0.0-incubating'
// https://jarcasting.com/artifacts/org.apache.rya/rya.indexing.example/
implementation ("org.apache.rya:rya.indexing.example:4.0.0-incubating")
'org.apache.rya:rya.indexing.example:jar:4.0.0-incubating'
<dependency org="org.apache.rya" name="rya.indexing.example" rev="4.0.0-incubating">
<artifact name="rya.indexing.example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.rya', module='rya.indexing.example', version='4.0.0-incubating')
)
libraryDependencies += "org.apache.rya" % "rya.indexing.example" % "4.0.0-incubating"
[org.apache.rya/rya.indexing.example "4.0.0-incubating"]