GroupId | GroupIddev.secondsun |
---|---|
ArtifactId | ArtifactIdwla4j |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
wla4j-0.5.pom | |
wla4j-0.5.jar | 204 KB |
wla4j-0.5-sources.jar | 101 KB |
wla4j-0.5-javadoc.jar | 986 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.secondsun/wla4j/ -->
<dependency>
<groupId>dev.secondsun</groupId>
<artifactId>wla4j</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/dev.secondsun/wla4j/
implementation 'dev.secondsun:wla4j:0.5'
// https://jarcasting.com/artifacts/dev.secondsun/wla4j/
implementation ("dev.secondsun:wla4j:0.5")
'dev.secondsun:wla4j:jar:0.5'
<dependency org="dev.secondsun" name="wla4j" rev="0.5">
<artifact name="wla4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.secondsun', module='wla4j', version='0.5')
)
libraryDependencies += "dev.secondsun" % "wla4j" % "0.5"
[dev.secondsun/wla4j "0.5"]