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