| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJGroups Application Layer Libs Distributed Applications | 
        
| GroupId | GroupIdcom.liferay | 
    
| ArtifactId | ArtifactIdorg.jgroups | 
    
| Version | Version3.6.16.LIFERAY-PATCHED-1 | 
        
| Type | Typejar | 
    
| Description | 
            Description | 
    
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.liferay/org.jgroups/ -->
<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>org.jgroups</artifactId>
    <version>3.6.16.LIFERAY-PATCHED-1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.liferay/org.jgroups/
implementation 'com.liferay:org.jgroups:3.6.16.LIFERAY-PATCHED-1'
                // https://jarcasting.com/artifacts/com.liferay/org.jgroups/
implementation ("com.liferay:org.jgroups:3.6.16.LIFERAY-PATCHED-1")
                'com.liferay:org.jgroups:jar:3.6.16.LIFERAY-PATCHED-1'
                <dependency org="com.liferay" name="org.jgroups" rev="3.6.16.LIFERAY-PATCHED-1">
  <artifact name="org.jgroups" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.liferay', module='org.jgroups', version='3.6.16.LIFERAY-PATCHED-1')
)
                libraryDependencies += "com.liferay" % "org.jgroups" % "3.6.16.LIFERAY-PATCHED-1"
                [com.liferay/org.jgroups "3.6.16.LIFERAY-PATCHED-1"]