is not current version
Last Version 0.1-beta-2

org.objectweb.fractal.mind.compiler:mind-compiler 0.1-alpha-4

Mind compiler is the tool-set that support the development of component-based software written with the Mind programming model.

GroupId

GroupId

org.objectweb.fractal.mind.compiler
ArtifactId

ArtifactId

mind-compiler
Version

Version

0.1-alpha-4
Type

Type

pom

Download mind-compiler 0.1-alpha-4


<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.mind.compiler/mind-compiler/ -->
<dependency>
    <groupId>org.objectweb.fractal.mind.compiler</groupId>
    <artifactId>mind-compiler</artifactId>
    <version>0.1-alpha-4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.mind.compiler/mind-compiler/
implementation 'org.objectweb.fractal.mind.compiler:mind-compiler:0.1-alpha-4'
// https://jarcasting.com/artifacts/org.objectweb.fractal.mind.compiler/mind-compiler/
implementation ("org.objectweb.fractal.mind.compiler:mind-compiler:0.1-alpha-4")
'org.objectweb.fractal.mind.compiler:mind-compiler:pom:0.1-alpha-4'
<dependency org="org.objectweb.fractal.mind.compiler" name="mind-compiler" rev="0.1-alpha-4">
  <artifact name="mind-compiler" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.mind.compiler', module='mind-compiler', version='0.1-alpha-4')
)
libraryDependencies += "org.objectweb.fractal.mind.compiler" % "mind-compiler" % "0.1-alpha-4"
[org.objectweb.fractal.mind.compiler/mind-compiler "0.1-alpha-4"]