is not current version
Last Version 3.0.10

org.ow2.carol:carol 3.0.9


GroupId

GroupId

org.ow2.carol
ArtifactId

ArtifactId

carol
Version

Version

3.0.9
Type

Type

jar

Download carol 3.0.9


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