| Categories | 
                CategoriesJBoss Container Application Servers | 
        
|---|---|
| GroupId | GroupIdorg.jboss.remoting | 
    
| ArtifactId | ArtifactIdjboss-remoting-core | 
    
| Last Version | Last Version3.0.0.GA | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description | 
    
| Filename | Size | 
|---|---|
| jboss-remoting-core-3.0.0.GA.pom | |
| jboss-remoting-core-3.0.0.GA.jar | 107 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jboss.remoting/jboss-remoting-core/ -->
<dependency>
    <groupId>org.jboss.remoting</groupId>
    <artifactId>jboss-remoting-core</artifactId>
    <version>3.0.0.GA</version>
</dependency>
                // https://jarcasting.com/artifacts/org.jboss.remoting/jboss-remoting-core/
implementation 'org.jboss.remoting:jboss-remoting-core:3.0.0.GA'
                // https://jarcasting.com/artifacts/org.jboss.remoting/jboss-remoting-core/
implementation ("org.jboss.remoting:jboss-remoting-core:3.0.0.GA")
                'org.jboss.remoting:jboss-remoting-core:jar:3.0.0.GA'
                <dependency org="org.jboss.remoting" name="jboss-remoting-core" rev="3.0.0.GA">
  <artifact name="jboss-remoting-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.jboss.remoting', module='jboss-remoting-core', version='3.0.0.GA')
)
                libraryDependencies += "org.jboss.remoting" % "jboss-remoting-core" % "3.0.0.GA"
                [org.jboss.remoting/jboss-remoting-core "3.0.0.GA"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.jboss.remoting : jboss-remoting-api | jar | 3.0.0.GA |