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