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