| GroupId | GroupIdio.github.ramerf |
|---|---|
| ArtifactId | ArtifactIdwind |
| Version | Version3.8.2-RELEASE |
| Type | Typepom |
| Filename | Size |
|---|---|
| wind-3.8.2-RELEASE.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ramerf/wind/ -->
<dependency>
<groupId>io.github.ramerf</groupId>
<artifactId>wind</artifactId>
<version>3.8.2-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ramerf/wind/
implementation 'io.github.ramerf:wind:3.8.2-RELEASE'
// https://jarcasting.com/artifacts/io.github.ramerf/wind/
implementation ("io.github.ramerf:wind:3.8.2-RELEASE")
'io.github.ramerf:wind:pom:3.8.2-RELEASE'
<dependency org="io.github.ramerf" name="wind" rev="3.8.2-RELEASE">
<artifact name="wind" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.ramerf', module='wind', version='3.8.2-RELEASE')
)
libraryDependencies += "io.github.ramerf" % "wind" % "3.8.2-RELEASE"
[io.github.ramerf/wind "3.8.2-RELEASE"]