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