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