MAL lib

A Java library for compiling MAL specifications.

License

License

GroupId

GroupId

org.mal-lang
ArtifactId

ArtifactId

mal-lib
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

MAL lib
A Java library for compiling MAL specifications.
Project URL

Project URL

https://mal-lang.org/mal-lib
Project Organization

Project Organization

MAL
Source Code Management

Source Code Management

https://github.com/mal-lang/mal-lib

Download mal-lib

How to add to project

<!-- https://jarcasting.com/artifacts/org.mal-lang/mal-lib/ -->
<dependency>
    <groupId>org.mal-lang</groupId>
    <artifactId>mal-lib</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mal-lang/mal-lib/
implementation 'org.mal-lang:mal-lib:0.2.0'
// https://jarcasting.com/artifacts/org.mal-lang/mal-lib/
implementation ("org.mal-lang:mal-lib:0.2.0")
'org.mal-lang:mal-lib:jar:0.2.0'
<dependency org="org.mal-lang" name="mal-lib" rev="0.2.0">
  <artifact name="mal-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mal-lang', module='mal-lib', version='0.2.0')
)
libraryDependencies += "org.mal-lang" % "mal-lib" % "0.2.0"
[org.mal-lang/mal-lib "0.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.mal-lang : mal-langspec jar 1.0.2

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.1
0.1.0