| GroupId | GroupIdio.github.flowersinthesand |
|---|---|
| ArtifactId | ArtifactIdwes-atmosphere2 |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wes-atmosphere2-0.1.0.pom | |
| wes-atmosphere2-0.1.0.jar | 11 KB |
| wes-atmosphere2-0.1.0-sources.jar | 5 KB |
| wes-atmosphere2-0.1.0-javadoc.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.flowersinthesand/wes-atmosphere2/ -->
<dependency>
<groupId>io.github.flowersinthesand</groupId>
<artifactId>wes-atmosphere2</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.flowersinthesand/wes-atmosphere2/
implementation 'io.github.flowersinthesand:wes-atmosphere2:0.1.0'
// https://jarcasting.com/artifacts/io.github.flowersinthesand/wes-atmosphere2/
implementation ("io.github.flowersinthesand:wes-atmosphere2:0.1.0")
'io.github.flowersinthesand:wes-atmosphere2:jar:0.1.0'
<dependency org="io.github.flowersinthesand" name="wes-atmosphere2" rev="0.1.0">
<artifact name="wes-atmosphere2" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.flowersinthesand', module='wes-atmosphere2', version='0.1.0')
)
libraryDependencies += "io.github.flowersinthesand" % "wes-atmosphere2" % "0.1.0"
[io.github.flowersinthesand/wes-atmosphere2 "0.1.0"]