| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.hawk |
| ArtifactId | ArtifactIdorg.eclipse.hawk.timeaware |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEclipse Hawk Time-Aware Querying Core
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.timeaware/ -->
<dependency>
<groupId>org.eclipse.hawk</groupId>
<artifactId>org.eclipse.hawk.timeaware</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hawk/org.eclipse.hawk.timeaware/
implementation 'org.eclipse.hawk:org.eclipse.hawk.timeaware:2.1.0'
// https://jarcasting.com/artifacts/org.eclipse.hawk/org.eclipse.hawk.timeaware/
implementation ("org.eclipse.hawk:org.eclipse.hawk.timeaware:2.1.0")
'org.eclipse.hawk:org.eclipse.hawk.timeaware:jar:2.1.0'
<dependency org="org.eclipse.hawk" name="org.eclipse.hawk.timeaware" rev="2.1.0">
<artifact name="org.eclipse.hawk.timeaware" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawk', module='org.eclipse.hawk.timeaware', version='2.1.0')
)
libraryDependencies += "org.eclipse.hawk" % "org.eclipse.hawk.timeaware" % "2.1.0"
[org.eclipse.hawk/org.eclipse.hawk.timeaware "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.hawk : org.eclipse.hawk.core | jar | 2.1.0 |
| org.eclipse.hawk : org.eclipse.hawk.graph | jar | 2.1.0 |
| org.eclipse.hawk : org.eclipse.hawk.epsilon | jar | 2.1.0 |
| org.slf4j : slf4j-api | jar | 1.7.7 |