License |
License |
---|---|
GroupId | GroupIdorg.objectweb.fractal.mind.compiler |
ArtifactId | ArtifactIdidl-parser |
Last Version | Last Version0.1-beta-2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionIDL Parser
Contains the parser of the IDL language of the Mind programming model.
|
Filename | Size |
---|---|
idl-parser-0.1-beta-2.pom | |
idl-parser-0.1-beta-2.jar | 164 KB |
idl-parser-0.1-beta-2-sources.jar | 94 KB |
idl-parser-0.1-beta-2-javadoc.jar | 607 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.mind.compiler/idl-parser/ -->
<dependency>
<groupId>org.objectweb.fractal.mind.compiler</groupId>
<artifactId>idl-parser</artifactId>
<version>0.1-beta-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.mind.compiler/idl-parser/
implementation 'org.objectweb.fractal.mind.compiler:idl-parser:0.1-beta-2'
// https://jarcasting.com/artifacts/org.objectweb.fractal.mind.compiler/idl-parser/
implementation ("org.objectweb.fractal.mind.compiler:idl-parser:0.1-beta-2")
'org.objectweb.fractal.mind.compiler:idl-parser:jar:0.1-beta-2'
<dependency org="org.objectweb.fractal.mind.compiler" name="idl-parser" rev="0.1-beta-2">
<artifact name="idl-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.mind.compiler', module='idl-parser', version='0.1-beta-2')
)
libraryDependencies += "org.objectweb.fractal.mind.compiler" % "idl-parser" % "0.1-beta-2"
[org.objectweb.fractal.mind.compiler/idl-parser "0.1-beta-2"]
Group / Artifact | Type | Version |
---|---|---|
org.objectweb.fractal.fractaladl : ast-core | jar | 2.4-alpha-6 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 5.8 |