is not current version
Last Version 0.1-beta-2

org.objectweb.fractal.mind.compiler:idl-parser 0.1-alpha-1

Contains the parser of the IDL language of the Mind programming model.

GroupId

GroupId

org.objectweb.fractal.mind.compiler
ArtifactId

ArtifactId

idl-parser
Version

Version

0.1-alpha-1
Type

Type

jar

Download idl-parser 0.1-alpha-1


<!-- 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-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.mind.compiler/idl-parser/
implementation 'org.objectweb.fractal.mind.compiler:idl-parser:0.1-alpha-1'
// https://jarcasting.com/artifacts/org.objectweb.fractal.mind.compiler/idl-parser/
implementation ("org.objectweb.fractal.mind.compiler:idl-parser:0.1-alpha-1")
'org.objectweb.fractal.mind.compiler:idl-parser:jar:0.1-alpha-1'
<dependency org="org.objectweb.fractal.mind.compiler" name="idl-parser" rev="0.1-alpha-1">
  <artifact name="idl-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.mind.compiler', module='idl-parser', version='0.1-alpha-1')
)
libraryDependencies += "org.objectweb.fractal.mind.compiler" % "idl-parser" % "0.1-alpha-1"
[org.objectweb.fractal.mind.compiler/idl-parser "0.1-alpha-1"]