License |
License |
---|---|
GroupId | GroupIdcom.github.scopt |
ArtifactId | ArtifactIdscopt_2.9.2 |
Last Version | Last Version3.3.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.2-3.3.0.pom | |
scopt_2.9.2-3.3.0.jar | 121 KB |
scopt_2.9.2-3.3.0-sources.jar | 6 KB |
scopt_2.9.2-3.3.0-javadoc.jar | 254 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.scopt/scopt_2.9.2/ -->
<dependency>
<groupId>com.github.scopt</groupId>
<artifactId>scopt_2.9.2</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scopt/scopt_2.9.2/
implementation 'com.github.scopt:scopt_2.9.2:3.3.0'
// https://jarcasting.com/artifacts/com.github.scopt/scopt_2.9.2/
implementation ("com.github.scopt:scopt_2.9.2:3.3.0")
'com.github.scopt:scopt_2.9.2:jar:3.3.0'
<dependency org="com.github.scopt" name="scopt_2.9.2" rev="3.3.0">
<artifact name="scopt_2.9.2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scopt', module='scopt_2.9.2', version='3.3.0')
)
libraryDependencies += "com.github.scopt" % "scopt_2.9.2" % "3.3.0"
[com.github.scopt/scopt_2.9.2 "3.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.9.2 |
Group / Artifact | Type | Version |
---|---|---|
org.specs2 : specs2_2.9.2 | jar | 1.12.3 |