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