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