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