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