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