License |
License |
---|---|
GroupId | GroupIdorg.objectweb.util |
ArtifactId | ArtifactIdcommandline |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe ObjectWeb commandline library.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationObjectWeb Consortium |
Filename | Size |
---|---|
commandline-1.0.pom | |
commandline-1.0.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.util/commandline/ -->
<dependency>
<groupId>org.objectweb.util</groupId>
<artifactId>commandline</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.util/commandline/
implementation 'org.objectweb.util:commandline:1.0'
// https://jarcasting.com/artifacts/org.objectweb.util/commandline/
implementation ("org.objectweb.util:commandline:1.0")
'org.objectweb.util:commandline:jar:1.0'
<dependency org="org.objectweb.util" name="commandline" rev="1.0">
<artifact name="commandline" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.util', module='commandline', version='1.0')
)
libraryDependencies += "org.objectweb.util" % "commandline" % "1.0"
[org.objectweb.util/commandline "1.0"]