GroupId | GroupIdcom.github.scopt |
---|---|
ArtifactId | ArtifactIdscopt_2.11 |
Version | Version3.4.0 |
Type | Typejar |
Filename | Size |
---|---|
scopt_2.11-3.4.0.pom | |
scopt_2.11-3.4.0.jar | 129 KB |
scopt_2.11-3.4.0-sources.jar | 7 KB |
scopt_2.11-3.4.0-javadoc.jar | 371 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.scopt/scopt_2.11/ -->
<dependency>
<groupId>com.github.scopt</groupId>
<artifactId>scopt_2.11</artifactId>
<version>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scopt/scopt_2.11/
implementation 'com.github.scopt:scopt_2.11:3.4.0'
// https://jarcasting.com/artifacts/com.github.scopt/scopt_2.11/
implementation ("com.github.scopt:scopt_2.11:3.4.0")
'com.github.scopt:scopt_2.11:jar:3.4.0'
<dependency org="com.github.scopt" name="scopt_2.11" rev="3.4.0">
<artifact name="scopt_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scopt', module='scopt_2.11', version='3.4.0')
)
libraryDependencies += "com.github.scopt" % "scopt_2.11" % "3.4.0"
[com.github.scopt/scopt_2.11 "3.4.0"]