Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdhu.blackbelt.karaf.features |
ArtifactId | ArtifactIdeclipse-xtext |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
eclipse-xtext-1.0.0.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>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/hu.blackbelt.karaf.features/eclipse-xtext/
implementation 'hu.blackbelt.karaf.features:eclipse-xtext:1.0.0'
// https://jarcasting.com/artifacts/hu.blackbelt.karaf.features/eclipse-xtext/
implementation ("hu.blackbelt.karaf.features:eclipse-xtext:1.0.0")
'hu.blackbelt.karaf.features:eclipse-xtext:pom:1.0.0'
<dependency org="hu.blackbelt.karaf.features" name="eclipse-xtext" rev="1.0.0">
<artifact name="eclipse-xtext" type="pom" />
</dependency>
@Grapes(
@Grab(group='hu.blackbelt.karaf.features', module='eclipse-xtext', version='1.0.0')
)
libraryDependencies += "hu.blackbelt.karaf.features" % "eclipse-xtext" % "1.0.0"
[hu.blackbelt.karaf.features/eclipse-xtext "1.0.0"]