| GroupId | GroupIdorg.objectweb.carol |
|---|---|
| ArtifactId | ArtifactIdcarol |
| Version | Version2.0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| carol-2.0.5.pom | |
| carol-2.0.5.jar | 188 KB |
| Browse |
<!-- 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"]