Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.mod4j.org.eclipse.xtext |
ArtifactId | ArtifactIdxtend |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
xtend-0.7.1.pom | |
xtend-0.7.1.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mod4j.org.eclipse.xtext/xtend/ -->
<dependency>
<groupId>org.mod4j.org.eclipse.xtext</groupId>
<artifactId>xtend</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mod4j.org.eclipse.xtext/xtend/
implementation 'org.mod4j.org.eclipse.xtext:xtend:0.7.1'
// https://jarcasting.com/artifacts/org.mod4j.org.eclipse.xtext/xtend/
implementation ("org.mod4j.org.eclipse.xtext:xtend:0.7.1")
'org.mod4j.org.eclipse.xtext:xtend:jar:0.7.1'
<dependency org="org.mod4j.org.eclipse.xtext" name="xtend" rev="0.7.1">
<artifact name="xtend" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mod4j.org.eclipse.xtext', module='xtend', version='0.7.1')
)
libraryDependencies += "org.mod4j.org.eclipse.xtext" % "xtend" % "0.7.1"
[org.mod4j.org.eclipse.xtext/xtend "0.7.1"]