| License |
License |
|---|---|
| GroupId | GroupIdcom.github.scopt |
| ArtifactId | ArtifactIdscopt_2.12.0-RC1 |
| Last Version | Last Version3.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionscopt
a command line options parsing library
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| scopt_2.12.0-RC1-3.5.0.pom | |
| scopt_2.12.0-RC1-3.5.0.jar | 70 KB |
| scopt_2.12.0-RC1-3.5.0-sources.jar | 7 KB |
| scopt_2.12.0-RC1-3.5.0-javadoc.jar | 664 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.scopt/scopt_2.12.0-RC1/ -->
<dependency>
<groupId>com.github.scopt</groupId>
<artifactId>scopt_2.12.0-RC1</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scopt/scopt_2.12.0-RC1/
implementation 'com.github.scopt:scopt_2.12.0-RC1:3.5.0'
// https://jarcasting.com/artifacts/com.github.scopt/scopt_2.12.0-RC1/
implementation ("com.github.scopt:scopt_2.12.0-RC1:3.5.0")
'com.github.scopt:scopt_2.12.0-RC1:jar:3.5.0'
<dependency org="com.github.scopt" name="scopt_2.12.0-RC1" rev="3.5.0">
<artifact name="scopt_2.12.0-RC1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scopt', module='scopt_2.12.0-RC1', version='3.5.0')
)
libraryDependencies += "com.github.scopt" % "scopt_2.12.0-RC1" % "3.5.0"
[com.github.scopt/scopt_2.12.0-RC1 "3.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.0-RC1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.specs2 : specs2-core_2.12.0-RC1 | jar | 3.8.5 |