GroupId | GroupIdcom.github.nicosensei |
---|---|
ArtifactId | ArtifactIdcommons-cmd |
Version | Version1.5.2 |
Type | Typejar |
Filename | Size |
---|---|
commons-cmd-1.5.2.pom | |
commons-cmd-1.5.2.jar | 4 KB |
commons-cmd-1.5.2-sources.jar | 2 KB |
commons-cmd-1.5.2-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicosensei/commons-cmd/ -->
<dependency>
<groupId>com.github.nicosensei</groupId>
<artifactId>commons-cmd</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicosensei/commons-cmd/
implementation 'com.github.nicosensei:commons-cmd:1.5.2'
// https://jarcasting.com/artifacts/com.github.nicosensei/commons-cmd/
implementation ("com.github.nicosensei:commons-cmd:1.5.2")
'com.github.nicosensei:commons-cmd:jar:1.5.2'
<dependency org="com.github.nicosensei" name="commons-cmd" rev="1.5.2">
<artifact name="commons-cmd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicosensei', module='commons-cmd', version='1.5.2')
)
libraryDependencies += "com.github.nicosensei" % "commons-cmd" % "1.5.2"
[com.github.nicosensei/commons-cmd "1.5.2"]