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