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