| License |
License |
|---|---|
| GroupId | GroupIdorg.mintshell |
| ArtifactId | ArtifactIdmintshell-mcl |
| Version | Version0.3.0 |
| Type | Typejar |
| Description |
DescriptionMintshell MCL
Parser and command interpreter for the (M)intshell (C)ommand (L)anguange
|
| Project Organization |
Project OrganizationMintshell |
| Filename | Size |
|---|---|
| mintshell-mcl-0.3.0.pom | |
| mintshell-mcl-0.3.0.jar | 33 KB |
| mintshell-mcl-0.3.0-sources.jar | 14 KB |
| mintshell-mcl-0.3.0-javadoc.jar | 126 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mintshell/mintshell-mcl/ -->
<dependency>
<groupId>org.mintshell</groupId>
<artifactId>mintshell-mcl</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mintshell/mintshell-mcl/
implementation 'org.mintshell:mintshell-mcl:0.3.0'
// https://jarcasting.com/artifacts/org.mintshell/mintshell-mcl/
implementation ("org.mintshell:mintshell-mcl:0.3.0")
'org.mintshell:mintshell-mcl:jar:0.3.0'
<dependency org="org.mintshell" name="mintshell-mcl" rev="0.3.0">
<artifact name="mintshell-mcl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mintshell', module='mintshell-mcl', version='0.3.0')
)
libraryDependencies += "org.mintshell" % "mintshell-mcl" % "0.3.0"
[org.mintshell/mintshell-mcl "0.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mintshell : mintshell-api | jar | 0.3.0 |
| org.mintshell : mintshell-core | jar | 0.3.0 |
| org.antlr : antlr4 | jar | 4.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.8.0 |