| Группа | Группаcom.github.scopt |
|---|---|
| Идентификатор | Идентификаторscopt_2.11 |
| Версия | Версия3.7.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| scopt_2.11-3.7.1.pom | |
| scopt_2.11-3.7.1.jar | 151 KB |
| scopt_2.11-3.7.1-sources.jar | 8 KB |
| scopt_2.11-3.7.1-javadoc.jar | 384 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.scopt/scopt_2.11/ -->
<dependency>
<groupId>com.github.scopt</groupId>
<artifactId>scopt_2.11</artifactId>
<version>3.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scopt/scopt_2.11/
implementation 'com.github.scopt:scopt_2.11:3.7.1'
// https://jarcasting.com/artifacts/com.github.scopt/scopt_2.11/
implementation ("com.github.scopt:scopt_2.11:3.7.1")
'com.github.scopt:scopt_2.11:jar:3.7.1'
<dependency org="com.github.scopt" name="scopt_2.11" rev="3.7.1">
<artifact name="scopt_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scopt', module='scopt_2.11', version='3.7.1')
)
libraryDependencies += "com.github.scopt" % "scopt_2.11" % "3.7.1"
[com.github.scopt/scopt_2.11 "3.7.1"]