| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.hawk |
| ArtifactId | ArtifactIdorg.eclipse.hawk.greycat |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEclipse Hawk Greycat Backend
Eclipse Hawk is a model indexing solution that can take models written with
various technologies and turn them into graphs, for easier and faster
querying.
|
<!-- https://jarcasting.com/artifacts/org.eclipse.hawk/org.eclipse.hawk.greycat/ -->
<dependency>
<groupId>org.eclipse.hawk</groupId>
<artifactId>org.eclipse.hawk.greycat</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hawk/org.eclipse.hawk.greycat/
implementation 'org.eclipse.hawk:org.eclipse.hawk.greycat:2.1.0'
// https://jarcasting.com/artifacts/org.eclipse.hawk/org.eclipse.hawk.greycat/
implementation ("org.eclipse.hawk:org.eclipse.hawk.greycat:2.1.0")
'org.eclipse.hawk:org.eclipse.hawk.greycat:jar:2.1.0'
<dependency org="org.eclipse.hawk" name="org.eclipse.hawk.greycat" rev="2.1.0">
<artifact name="org.eclipse.hawk.greycat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawk', module='org.eclipse.hawk.greycat', version='2.1.0')
)
libraryDependencies += "org.eclipse.hawk" % "org.eclipse.hawk.greycat" % "2.1.0"
[org.eclipse.hawk/org.eclipse.hawk.greycat "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.hawk : org.eclipse.hawk.core | jar | 2.1.0 |
| com.datathings : greycat | jar | 18 |
| com.datathings : greycat-rocksdb | jar | 18 |
| com.datathings : greycat-leveldb | jar | 18 |
| org.apache.lucene : lucene-core | jar | 7.2.1 |
| org.apache.lucene : lucene-analyzers-common | jar | 7.2.1 |
| com.google.guava : guava | jar | 27.1-jre |