is not current version
Last Version 3.0.10

org.ow2.carol:carol 3.0.1


GroupId

GroupId

org.ow2.carol
ArtifactId

ArtifactId

carol
Version

Version

3.0.1
Type

Type

jar

Download carol 3.0.1


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