GroupId | GroupIdorg.apache.servicemix.jbi.cluster |
---|---|
ArtifactId | ArtifactIdcluster |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
cluster-1.0.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.jbi.cluster/cluster/ -->
<dependency>
<groupId>org.apache.servicemix.jbi.cluster</groupId>
<artifactId>cluster</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.jbi.cluster/cluster/
implementation 'org.apache.servicemix.jbi.cluster:cluster:1.0.0'
// https://jarcasting.com/artifacts/org.apache.servicemix.jbi.cluster/cluster/
implementation ("org.apache.servicemix.jbi.cluster:cluster:1.0.0")
'org.apache.servicemix.jbi.cluster:cluster:pom:1.0.0'
<dependency org="org.apache.servicemix.jbi.cluster" name="cluster" rev="1.0.0">
<artifact name="cluster" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.jbi.cluster', module='cluster', version='1.0.0')
)
libraryDependencies += "org.apache.servicemix.jbi.cluster" % "cluster" % "1.0.0"
[org.apache.servicemix.jbi.cluster/cluster "1.0.0"]