Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.apache.rya |
ArtifactId | ArtifactIdrya.indexing.example |
Version | Version3.2.11-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>3.2.11-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.rya/rya.indexing.example/
implementation 'org.apache.rya:rya.indexing.example:3.2.11-incubating'
// https://jarcasting.com/artifacts/org.apache.rya/rya.indexing.example/
implementation ("org.apache.rya:rya.indexing.example:3.2.11-incubating")
'org.apache.rya:rya.indexing.example:jar:3.2.11-incubating'
<dependency org="org.apache.rya" name="rya.indexing.example" rev="3.2.11-incubating">
<artifact name="rya.indexing.example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.rya', module='rya.indexing.example', version='3.2.11-incubating')
)
libraryDependencies += "org.apache.rya" % "rya.indexing.example" % "3.2.11-incubating"
[org.apache.rya/rya.indexing.example "3.2.11-incubating"]