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