is not current version
Last Version 3.0.10

org.ow2.carol:carol 3.0.8


GroupId

GroupId

org.ow2.carol
ArtifactId

ArtifactId

carol
Version

Version

3.0.8
Type

Type

jar

Download carol 3.0.8


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