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