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