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