| License |
License |
|---|---|
| GroupId | GroupIdorg.mal-lang |
| ArtifactId | ArtifactIdmal-lib |
| Version | Version0.2.0 |
| Type | Typejar |
| Description |
DescriptionMAL lib
A Java library for compiling MAL specifications.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mal-lib-0.2.0.pom | |
| mal-lib-0.2.0.jar | 110 KB |
| mal-lib-0.2.0-sources.jar | 39 KB |
| mal-lib-0.2.0-javadoc.jar | 730 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mal-lang : mal-langspec | jar | 1.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |