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