is not current version
Last Version 0.6.0

dev.secondsun:wla4j 0.5

This is a library that provides a parser for the WLA macro language. See http://www.villehelin.com/wla.txt for language details.

GroupId

GroupId

dev.secondsun
ArtifactId

ArtifactId

wla4j
Version

Version

0.5
Type

Type

jar

Download wla4j 0.5


<!-- 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"]