GroupId | GroupIdorg.ow2.carol |
---|---|
ArtifactId | ArtifactIdcarol |
Version | Version3.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
carol-3.0-RC2.pom | |
carol-3.0-RC2.jar | 223 KB |
carol-3.0-RC2-sources.jar | 256 KB |
carol-3.0-RC2-javadoc.jar | 961 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.carol/carol/ -->
<dependency>
<groupId>org.ow2.carol</groupId>
<artifactId>carol</artifactId>
<version>3.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.carol/carol/
implementation 'org.ow2.carol:carol:3.0-RC2'
// https://jarcasting.com/artifacts/org.ow2.carol/carol/
implementation ("org.ow2.carol:carol:3.0-RC2")
'org.ow2.carol:carol:jar:3.0-RC2'
<dependency org="org.ow2.carol" name="carol" rev="3.0-RC2">
<artifact name="carol" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.carol', module='carol', version='3.0-RC2')
)
libraryDependencies += "org.ow2.carol" % "carol" % "3.0-RC2"
[org.ow2.carol/carol "3.0-RC2"]