License |
License |
---|---|
GroupId | GroupIddev.secondsun |
ArtifactId | ArtifactIdwla4j |
Version | Version0.6.0 |
Type | Typejar |
Description |
Descriptiondev.secondsun:wla4j
This is a library that provides a parser for the WLA macro language. See
http://www.villehelin.com/wla.txt for language details.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wla4j-0.6.0.pom | |
wla4j-0.6.0.jar | 204 KB |
wla4j-0.6.0-sources.jar | 101 KB |
wla4j-0.6.0-javadoc.jar | 689 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.secondsun/wla4j/ -->
<dependency>
<groupId>dev.secondsun</groupId>
<artifactId>wla4j</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.secondsun/wla4j/
implementation 'dev.secondsun:wla4j:0.6.0'
// https://jarcasting.com/artifacts/dev.secondsun/wla4j/
implementation ("dev.secondsun:wla4j:0.6.0")
'dev.secondsun:wla4j:jar:0.6.0'
<dependency org="dev.secondsun" name="wla4j" rev="0.6.0">
<artifact name="wla4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.secondsun', module='wla4j', version='0.6.0')
)
libraryDependencies += "dev.secondsun" % "wla4j" % "0.6.0"
[dev.secondsun/wla4j "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.json : jakarta.json-api | jar | 1.1.5 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish : jakarta.json Optional | jar | 1.1.5 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.3.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.3.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |
org.junit.platform : junit-platform-commons | jar | 1.3.1 |
com.google.code.gson : gson | jar | 2.8.5 |