is not current version
Last Version 2.2.10

org.objectweb.carol:carol 2.0.5


GroupId

GroupId

org.objectweb.carol
ArtifactId

ArtifactId

carol
Version

Version

2.0.5
Type

Type

jar

Download carol 2.0.5


<!-- https://jarcasting.com/artifacts/org.objectweb.carol/carol/ -->
<dependency>
    <groupId>org.objectweb.carol</groupId>
    <artifactId>carol</artifactId>
    <version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.carol/carol/
implementation 'org.objectweb.carol:carol:2.0.5'
// https://jarcasting.com/artifacts/org.objectweb.carol/carol/
implementation ("org.objectweb.carol:carol:2.0.5")
'org.objectweb.carol:carol:jar:2.0.5'
<dependency org="org.objectweb.carol" name="carol" rev="2.0.5">
  <artifact name="carol" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.carol', module='carol', version='2.0.5')
)
libraryDependencies += "org.objectweb.carol" % "carol" % "2.0.5"
[org.objectweb.carol/carol "2.0.5"]