<dependency> <groupId>org.jgroups</groupId> <artifactId>jgroups</artifactId> <version>3.5.0.Beta6</version> <type>bundle</type> </dependency>
implementation 'org.jgroups:jgroups:3.5.0.Beta6'
implementation("org.jgroups:jgroups:3.5.0.Beta6")
libraryDependencies += "org.jgroups" % "jgroups" % "3.5.0.Beta6"
@Grapes( @Grab(group='org.jgroups', module='jgroups', version='3.5.0.Beta6') )
<dependency org="org.jgroups" name="jgroups" rev="3.5.0.Beta6" />
[org.jgroups/jgroups "3.5.0.Beta6"]
'org.jgroups:jgroups:jar:3.5.0.Beta6'
compile
|-- log4j:log4j:1.2.14
|-- org.apache.logging.log4j:log4j-core:2.0-beta9
test
|-- org.testng:testng:6.8.5
|-- org.jboss.byteman:byteman-bmunit:2.1.3
|-- bouncycastle:bcprov-jdk15:140