GroupId | GroupIdio.github.clearwsd |
---|---|
ArtifactId | ArtifactIdclearwsd |
Version | Version0.12.0 |
Type | Typepom |
Filename | Size |
---|---|
clearwsd-0.12.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.clearwsd/clearwsd/ -->
<dependency>
<groupId>io.github.clearwsd</groupId>
<artifactId>clearwsd</artifactId>
<version>0.12.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.clearwsd/clearwsd/
implementation 'io.github.clearwsd:clearwsd:0.12.0'
// https://jarcasting.com/artifacts/io.github.clearwsd/clearwsd/
implementation ("io.github.clearwsd:clearwsd:0.12.0")
'io.github.clearwsd:clearwsd:pom:0.12.0'
<dependency org="io.github.clearwsd" name="clearwsd" rev="0.12.0">
<artifact name="clearwsd" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.clearwsd', module='clearwsd', version='0.12.0')
)
libraryDependencies += "io.github.clearwsd" % "clearwsd" % "0.12.0"
[io.github.clearwsd/clearwsd "0.12.0"]