GroupId | GroupIdio.github.dheid |
---|---|
ArtifactId | ArtifactIdwings |
Version | Version3.3.0 |
Type | Typejar |
Filename | Size |
---|---|
wings-3.3.0.pom | |
wings-3.3.0.jar | 4 MB |
wings-3.3.0-sources.jar | 3 MB |
wings-3.3.0-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dheid/wings/ -->
<dependency>
<groupId>io.github.dheid</groupId>
<artifactId>wings</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dheid/wings/
implementation 'io.github.dheid:wings:3.3.0'
// https://jarcasting.com/artifacts/io.github.dheid/wings/
implementation ("io.github.dheid:wings:3.3.0")
'io.github.dheid:wings:jar:3.3.0'
<dependency org="io.github.dheid" name="wings" rev="3.3.0">
<artifact name="wings" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dheid', module='wings', version='3.3.0')
)
libraryDependencies += "io.github.dheid" % "wings" % "3.3.0"
[io.github.dheid/wings "3.3.0"]