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