GroupId | GroupIdorg.objectweb.carol |
---|---|
ArtifactId | ArtifactIdcarol |
Last Version | Last Version2.2.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCarol
CAROL: Common Architecture for RMI ObjectWeb Layer.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
carol-2.2.10.pom | |
carol-2.2.10.jar | 200 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.carol/carol/ -->
<dependency>
<groupId>org.objectweb.carol</groupId>
<artifactId>carol</artifactId>
<version>2.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.carol/carol/
implementation 'org.objectweb.carol:carol:2.2.10'
// https://jarcasting.com/artifacts/org.objectweb.carol/carol/
implementation ("org.objectweb.carol:carol:2.2.10")
'org.objectweb.carol:carol:jar:2.2.10'
<dependency org="org.objectweb.carol" name="carol" rev="2.2.10">
<artifact name="carol" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.carol', module='carol', version='2.2.10')
)
libraryDependencies += "org.objectweb.carol" % "carol" % "2.2.10"
[org.objectweb.carol/carol "2.2.10"]