License |
License |
---|---|
GroupId | GroupIdcom.github.cuzfrog |
ArtifactId | ArtifactIdscmd_2.12 |
Version | Version0.1.2 |
Type | Typejar |
Description |
Descriptionscmd
simple-cmd, a command-line argument parsing library for scala.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scmd_2.12-0.1.2.pom | |
scmd_2.12-0.1.2.jar | 1 MB |
scmd_2.12-0.1.2-sources.jar | 77 KB |
scmd_2.12-0.1.2-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cuzfrog/scmd_2.12/ -->
<dependency>
<groupId>com.github.cuzfrog</groupId>
<artifactId>scmd_2.12</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cuzfrog/scmd_2.12/
implementation 'com.github.cuzfrog:scmd_2.12:0.1.2'
// https://jarcasting.com/artifacts/com.github.cuzfrog/scmd_2.12/
implementation ("com.github.cuzfrog:scmd_2.12:0.1.2")
'com.github.cuzfrog:scmd_2.12:jar:0.1.2'
<dependency org="com.github.cuzfrog" name="scmd_2.12" rev="0.1.2">
<artifact name="scmd_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cuzfrog', module='scmd_2.12', version='0.1.2')
)
libraryDependencies += "com.github.cuzfrog" % "scmd_2.12" % "0.1.2"
[com.github.cuzfrog/scmd_2.12 "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.3 |
Group / Artifact | Type | Version |
---|---|---|
org.scalameta : scalameta_2.12 | jar | 1.8.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.novocode : junit-interface | jar | 0.11 |