| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdnet.sourceforge.rconed | 
    
| ArtifactId | ArtifactIdrconed | 
    
| Last Version | Last Version2.4.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionRconEd 
            RconEd is a Java library for issuing RCON commands to supported game servers. These currently include: Half-Life (HL), Half-ife 2 (Source), Battlefield 2 (BF2), Call of Duty 2 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| rconed-2.4.0.pom | |
| rconed-2.4.0.jar | 26 KB | 
| rconed-2.4.0-sources.jar | 14 KB | 
| rconed-2.4.0-javadoc.jar | 65 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sourceforge.rconed/rconed/ -->
<dependency>
    <groupId>net.sourceforge.rconed</groupId>
    <artifactId>rconed</artifactId>
    <version>2.4.0</version>
</dependency>
                // https://jarcasting.com/artifacts/net.sourceforge.rconed/rconed/
implementation 'net.sourceforge.rconed:rconed:2.4.0'
                // https://jarcasting.com/artifacts/net.sourceforge.rconed/rconed/
implementation ("net.sourceforge.rconed:rconed:2.4.0")
                'net.sourceforge.rconed:rconed:jar:2.4.0'
                <dependency org="net.sourceforge.rconed" name="rconed" rev="2.4.0">
  <artifact name="rconed" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.sourceforge.rconed', module='rconed', version='2.4.0')
)
                libraryDependencies += "net.sourceforge.rconed" % "rconed" % "2.4.0"
                [net.sourceforge.rconed/rconed "2.4.0"]