Categories |
CategoriesJGroups Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdorg.jgroups |
ArtifactId | ArtifactIdjgroups-azure-parent |
Version | Version1.0.0.CR1 |
Type | Typepom |
Filename | Size |
---|---|
jgroups-azure-parent-1.0.0.CR1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jgroups/jgroups-azure-parent/ -->
<dependency>
<groupId>org.jgroups</groupId>
<artifactId>jgroups-azure-parent</artifactId>
<version>1.0.0.CR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jgroups/jgroups-azure-parent/
implementation 'org.jgroups:jgroups-azure-parent:1.0.0.CR1'
// https://jarcasting.com/artifacts/org.jgroups/jgroups-azure-parent/
implementation ("org.jgroups:jgroups-azure-parent:1.0.0.CR1")
'org.jgroups:jgroups-azure-parent:pom:1.0.0.CR1'
<dependency org="org.jgroups" name="jgroups-azure-parent" rev="1.0.0.CR1">
<artifact name="jgroups-azure-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jgroups', module='jgroups-azure-parent', version='1.0.0.CR1')
)
libraryDependencies += "org.jgroups" % "jgroups-azure-parent" % "1.0.0.CR1"
[org.jgroups/jgroups-azure-parent "1.0.0.CR1"]