| License |
License |
|---|---|
| GroupId | GroupIdcom.github.scopt |
| ArtifactId | ArtifactIdscopt_2.10.0-RC2 |
| Version | Version2.1.0 |
| Type | Typejar |
| Description |
Descriptionscopt
a command line options parsing library
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| scopt_2.10.0-RC2-2.1.0.pom | |
| scopt_2.10.0-RC2-2.1.0.jar | 121 KB |
| scopt_2.10.0-RC2-2.1.0-sources.jar | 7 KB |
| scopt_2.10.0-RC2-2.1.0-javadoc.jar | 356 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.scopt/scopt_2.10.0-RC2/ -->
<dependency>
<groupId>com.github.scopt</groupId>
<artifactId>scopt_2.10.0-RC2</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scopt/scopt_2.10.0-RC2/
implementation 'com.github.scopt:scopt_2.10.0-RC2:2.1.0'
// https://jarcasting.com/artifacts/com.github.scopt/scopt_2.10.0-RC2/
implementation ("com.github.scopt:scopt_2.10.0-RC2:2.1.0")
'com.github.scopt:scopt_2.10.0-RC2:jar:2.1.0'
<dependency org="com.github.scopt" name="scopt_2.10.0-RC2" rev="2.1.0">
<artifact name="scopt_2.10.0-RC2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scopt', module='scopt_2.10.0-RC2', version='2.1.0')
)
libraryDependencies += "com.github.scopt" % "scopt_2.10.0-RC2" % "2.1.0"
[com.github.scopt/scopt_2.10.0-RC2 "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.10.0-RC2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.7 |
| org.scalatest : scalatest_2.10.0-RC2 | jar | 1.8 |