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