GroupId | GroupIdorg.objectweb.fractal.cecilia |
---|---|
ArtifactId | ArtifactIdruntime |
Version | Version2.1.0 |
Type | Typepom |
Filename | Size |
---|---|
runtime-2.1.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.cecilia/runtime/ -->
<dependency>
<groupId>org.objectweb.fractal.cecilia</groupId>
<artifactId>runtime</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.cecilia/runtime/
implementation 'org.objectweb.fractal.cecilia:runtime:2.1.0'
// https://jarcasting.com/artifacts/org.objectweb.fractal.cecilia/runtime/
implementation ("org.objectweb.fractal.cecilia:runtime:2.1.0")
'org.objectweb.fractal.cecilia:runtime:pom:2.1.0'
<dependency org="org.objectweb.fractal.cecilia" name="runtime" rev="2.1.0">
<artifact name="runtime" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.cecilia', module='runtime', version='2.1.0')
)
libraryDependencies += "org.objectweb.fractal.cecilia" % "runtime" % "2.1.0"
[org.objectweb.fractal.cecilia/runtime "2.1.0"]