| Categories | 
                CategoriesJGroups Application Layer Libs Distributed Applications | 
        
|---|---|
| GroupId | GroupIdorg.jgroups.rolling-upgrades | 
    
| ArtifactId | ArtifactIdrelay-server | 
    
| Last Version | Last Version1.0.0.Final | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionRelayServer 
            RelayServer 
         | 
    
<!-- https://jarcasting.com/artifacts/org.jgroups.rolling-upgrades/relay-server/ -->
<dependency>
    <groupId>org.jgroups.rolling-upgrades</groupId>
    <artifactId>relay-server</artifactId>
    <version>1.0.0.Final</version>
</dependency>
                // https://jarcasting.com/artifacts/org.jgroups.rolling-upgrades/relay-server/
implementation 'org.jgroups.rolling-upgrades:relay-server:1.0.0.Final'
                // https://jarcasting.com/artifacts/org.jgroups.rolling-upgrades/relay-server/
implementation ("org.jgroups.rolling-upgrades:relay-server:1.0.0.Final")
                'org.jgroups.rolling-upgrades:relay-server:jar:1.0.0.Final'
                <dependency org="org.jgroups.rolling-upgrades" name="relay-server" rev="1.0.0.Final">
  <artifact name="relay-server" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.jgroups.rolling-upgrades', module='relay-server', version='1.0.0.Final')
)
                libraryDependencies += "org.jgroups.rolling-upgrades" % "relay-server" % "1.0.0.Final"
                [org.jgroups.rolling-upgrades/relay-server "1.0.0.Final"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.jgroups.rolling-upgrades : common | jar | ${project.version} | 
| org.jgroups : jgroups | jar | ${version.jgroups} |