GroupId | GroupIdcom.cedarsoft.commons |
---|---|
ArtifactId | ArtifactIdcmd |
Version | Version1.4.3 |
Type | Typejar |
Filename | Size |
---|---|
cmd-1.4.3.pom | |
cmd-1.4.3.jar | 15 KB |
cmd-1.4.3-tests.jar | 3 KB |
cmd-1.4.3-sources.jar | 8 KB |
cmd-1.4.3-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/cmd/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>cmd</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/cmd/
implementation 'com.cedarsoft.commons:cmd:1.4.3'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/cmd/
implementation ("com.cedarsoft.commons:cmd:1.4.3")
'com.cedarsoft.commons:cmd:jar:1.4.3'
<dependency org="com.cedarsoft.commons" name="cmd" rev="1.4.3">
<artifact name="cmd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='cmd', version='1.4.3')
)
libraryDependencies += "com.cedarsoft.commons" % "cmd" % "1.4.3"
[com.cedarsoft.commons/cmd "1.4.3"]