| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.hawk |
| ArtifactId | ArtifactIdeclipse-hawk-plain |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionEclipse Hawk Parent
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| eclipse-hawk-plain-2.1.0.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hawk/eclipse-hawk-plain/ -->
<dependency>
<groupId>org.eclipse.hawk</groupId>
<artifactId>eclipse-hawk-plain</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hawk/eclipse-hawk-plain/
implementation 'org.eclipse.hawk:eclipse-hawk-plain:2.1.0'
// https://jarcasting.com/artifacts/org.eclipse.hawk/eclipse-hawk-plain/
implementation ("org.eclipse.hawk:eclipse-hawk-plain:2.1.0")
'org.eclipse.hawk:eclipse-hawk-plain:pom:2.1.0'
<dependency org="org.eclipse.hawk" name="eclipse-hawk-plain" rev="2.1.0">
<artifact name="eclipse-hawk-plain" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawk', module='eclipse-hawk-plain', version='2.1.0')
)
libraryDependencies += "org.eclipse.hawk" % "eclipse-hawk-plain" % "2.1.0"
[org.eclipse.hawk/eclipse-hawk-plain "2.1.0"]