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