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