| GroupId | GroupIdorg.objectweb.fractal.mind.compiler |
|---|---|
| ArtifactId | ArtifactIdfractal-runtime |
| Version | Version0.1-alpha-4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fractal-runtime-0.1-alpha-4.pom | |
| fractal-runtime-0.1-alpha-4.jar | 33 KB |
| fractal-runtime-0.1-alpha-4-sources.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.mind.compiler/fractal-runtime/ -->
<dependency>
<groupId>org.objectweb.fractal.mind.compiler</groupId>
<artifactId>fractal-runtime</artifactId>
<version>0.1-alpha-4</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.mind.compiler/fractal-runtime/
implementation 'org.objectweb.fractal.mind.compiler:fractal-runtime:0.1-alpha-4'
// https://jarcasting.com/artifacts/org.objectweb.fractal.mind.compiler/fractal-runtime/
implementation ("org.objectweb.fractal.mind.compiler:fractal-runtime:0.1-alpha-4")
'org.objectweb.fractal.mind.compiler:fractal-runtime:jar:0.1-alpha-4'
<dependency org="org.objectweb.fractal.mind.compiler" name="fractal-runtime" rev="0.1-alpha-4">
<artifact name="fractal-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.mind.compiler', module='fractal-runtime', version='0.1-alpha-4')
)
libraryDependencies += "org.objectweb.fractal.mind.compiler" % "fractal-runtime" % "0.1-alpha-4"
[org.objectweb.fractal.mind.compiler/fractal-runtime "0.1-alpha-4"]