| License |
License |
|---|---|
| Categories |
CategoriesNative Development Tools |
| GroupId | GroupIdcom.github.scopt |
| ArtifactId | ArtifactIdscopt_native0.2_2.11 |
| Last Version | Last Version3.6.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_native0.2_2.11-3.6.0.pom | |
| scopt_native0.2_2.11-3.6.0.jar | 286 KB |
| scopt_native0.2_2.11-3.6.0-sources.jar | 8 KB |
| scopt_native0.2_2.11-3.6.0-javadoc.jar | 382 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.scopt/scopt_native0.2_2.11/ -->
<dependency>
<groupId>com.github.scopt</groupId>
<artifactId>scopt_native0.2_2.11</artifactId>
<version>3.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scopt/scopt_native0.2_2.11/
implementation 'com.github.scopt:scopt_native0.2_2.11:3.6.0'
// https://jarcasting.com/artifacts/com.github.scopt/scopt_native0.2_2.11/
implementation ("com.github.scopt:scopt_native0.2_2.11:3.6.0")
'com.github.scopt:scopt_native0.2_2.11:jar:3.6.0'
<dependency org="com.github.scopt" name="scopt_native0.2_2.11" rev="3.6.0">
<artifact name="scopt_native0.2_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scopt', module='scopt_native0.2_2.11', version='3.6.0')
)
libraryDependencies += "com.github.scopt" % "scopt_native0.2_2.11" % "3.6.0"
[com.github.scopt/scopt_native0.2_2.11 "3.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.11.11 |
| org.scala-native : nativelib_native0.2_2.11 | jar | 0.2.1 |
| org.scala-native : javalib_native0.2_2.11 | jar | 0.2.1 |
| org.scala-native : scalalib_native0.2_2.11 | jar | 0.2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.specs2 : specs2-core_2.11 | jar | 3.8.6 |