GroupId | GroupIdio.github.ramerf |
---|---|
ArtifactId | ArtifactIdwind-annotation |
Version | Version3.7.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.ramerf/wind-annotation/ -->
<dependency>
<groupId>io.github.ramerf</groupId>
<artifactId>wind-annotation</artifactId>
<version>3.7.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ramerf/wind-annotation/
implementation 'io.github.ramerf:wind-annotation:3.7.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.ramerf/wind-annotation/
implementation ("io.github.ramerf:wind-annotation:3.7.0-RELEASE")
'io.github.ramerf:wind-annotation:jar:3.7.0-RELEASE'
<dependency org="io.github.ramerf" name="wind-annotation" rev="3.7.0-RELEASE">
<artifact name="wind-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ramerf', module='wind-annotation', version='3.7.0-RELEASE')
)
libraryDependencies += "io.github.ramerf" % "wind-annotation" % "3.7.0-RELEASE"
[io.github.ramerf/wind-annotation "3.7.0-RELEASE"]