Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.plugins |
ArtifactId | ArtifactIdclustering |
Version | Version2.1.5 |
Type | Typepom |
Filename | Size |
---|---|
clustering-2.1.5.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.plugins/clustering/ -->
<dependency>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>clustering</artifactId>
<version>2.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/clustering/
implementation 'org.apache.geronimo.plugins:clustering:2.1.5'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/clustering/
implementation ("org.apache.geronimo.plugins:clustering:2.1.5")
'org.apache.geronimo.plugins:clustering:pom:2.1.5'
<dependency org="org.apache.geronimo.plugins" name="clustering" rev="2.1.5">
<artifact name="clustering" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='clustering', version='2.1.5')
)
libraryDependencies += "org.apache.geronimo.plugins" % "clustering" % "2.1.5"
[org.apache.geronimo.plugins/clustering "2.1.5"]