| GroupId | GroupIdio.github.ramerf |
|---|---|
| ArtifactId | ArtifactIdwind-core |
| Version | Version3.8.1-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| wind-core-3.8.1-RELEASE.pom | |
| wind-core-3.8.1-RELEASE.jar | 218 KB |
| wind-core-3.8.1-RELEASE-sources.jar | 122 KB |
| wind-core-3.8.1-RELEASE-javadoc.jar | 769 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ramerf/wind-core/ -->
<dependency>
<groupId>io.github.ramerf</groupId>
<artifactId>wind-core</artifactId>
<version>3.8.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ramerf/wind-core/
implementation 'io.github.ramerf:wind-core:3.8.1-RELEASE'
// https://jarcasting.com/artifacts/io.github.ramerf/wind-core/
implementation ("io.github.ramerf:wind-core:3.8.1-RELEASE")
'io.github.ramerf:wind-core:jar:3.8.1-RELEASE'
<dependency org="io.github.ramerf" name="wind-core" rev="3.8.1-RELEASE">
<artifact name="wind-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ramerf', module='wind-core', version='3.8.1-RELEASE')
)
libraryDependencies += "io.github.ramerf" % "wind-core" % "3.8.1-RELEASE"
[io.github.ramerf/wind-core "3.8.1-RELEASE"]