License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdhu.blackbelt.karaf.features |
ArtifactId | ArtifactIdeclipse-xtext |
Last Version | Last Version2.16.0_1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionEclipse XText Karaf feature project
Eclpse Modeling Framework features
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
eclipse-xtext-2.16.0_1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hu.blackbelt.karaf.features/eclipse-xtext/ -->
<dependency>
<groupId>hu.blackbelt.karaf.features</groupId>
<artifactId>eclipse-xtext</artifactId>
<version>2.16.0_1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/hu.blackbelt.karaf.features/eclipse-xtext/
implementation 'hu.blackbelt.karaf.features:eclipse-xtext:2.16.0_1'
// https://jarcasting.com/artifacts/hu.blackbelt.karaf.features/eclipse-xtext/
implementation ("hu.blackbelt.karaf.features:eclipse-xtext:2.16.0_1")
'hu.blackbelt.karaf.features:eclipse-xtext:pom:2.16.0_1'
<dependency org="hu.blackbelt.karaf.features" name="eclipse-xtext" rev="2.16.0_1">
<artifact name="eclipse-xtext" type="pom" />
</dependency>
@Grapes(
@Grab(group='hu.blackbelt.karaf.features', module='eclipse-xtext', version='2.16.0_1')
)
libraryDependencies += "hu.blackbelt.karaf.features" % "eclipse-xtext" % "2.16.0_1"
[hu.blackbelt.karaf.features/eclipse-xtext "2.16.0_1"]