License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.hawk |
ArtifactId | ArtifactIdmondo-hawk-plain |
Last Version | Last Version2.0.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 |
---|---|
mondo-hawk-plain-2.0.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hawk/mondo-hawk-plain/ -->
<dependency>
<groupId>org.eclipse.hawk</groupId>
<artifactId>mondo-hawk-plain</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hawk/mondo-hawk-plain/
implementation 'org.eclipse.hawk:mondo-hawk-plain:2.0.0'
// https://jarcasting.com/artifacts/org.eclipse.hawk/mondo-hawk-plain/
implementation ("org.eclipse.hawk:mondo-hawk-plain:2.0.0")
'org.eclipse.hawk:mondo-hawk-plain:pom:2.0.0'
<dependency org="org.eclipse.hawk" name="mondo-hawk-plain" rev="2.0.0">
<artifact name="mondo-hawk-plain" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawk', module='mondo-hawk-plain', version='2.0.0')
)
libraryDependencies += "org.eclipse.hawk" % "mondo-hawk-plain" % "2.0.0"
[org.eclipse.hawk/mondo-hawk-plain "2.0.0"]