License |
License |
---|---|
GroupId | GroupIdcom.github.scopt |
ArtifactId | ArtifactIdscopt_2.9.0-1 |
Last Version | Last Version2.1.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.9.0-1-2.1.0.pom | |
scopt_2.9.0-1-2.1.0.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.scopt/scopt_2.9.0-1/ -->
<dependency>
<groupId>com.github.scopt</groupId>
<artifactId>scopt_2.9.0-1</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scopt/scopt_2.9.0-1/
implementation 'com.github.scopt:scopt_2.9.0-1:2.1.0'
// https://jarcasting.com/artifacts/com.github.scopt/scopt_2.9.0-1/
implementation ("com.github.scopt:scopt_2.9.0-1:2.1.0")
'com.github.scopt:scopt_2.9.0-1:jar:2.1.0'
<dependency org="com.github.scopt" name="scopt_2.9.0-1" rev="2.1.0">
<artifact name="scopt_2.9.0-1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scopt', module='scopt_2.9.0-1', version='2.1.0')
)
libraryDependencies += "com.github.scopt" % "scopt_2.9.0-1" % "2.1.0"
[com.github.scopt/scopt_2.9.0-1 "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.9.0-1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |
org.scalatest : scalatest_2.9.0 | jar | 1.8 |