| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdorg.j-im | 
    
| ArtifactId | ArtifactIdjim-client | 
    
| Last Version | Last Version3.0.0.v20200501-RELEASE | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionjim-client 
            jim is the dependent parent project of J-IM communication establishment. 
         | 
    
<!-- https://jarcasting.com/artifacts/org.j-im/jim-client/ -->
<dependency>
    <groupId>org.j-im</groupId>
    <artifactId>jim-client</artifactId>
    <version>3.0.0.v20200501-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.j-im/jim-client/
implementation 'org.j-im:jim-client:3.0.0.v20200501-RELEASE'
                // https://jarcasting.com/artifacts/org.j-im/jim-client/
implementation ("org.j-im:jim-client:3.0.0.v20200501-RELEASE")
                'org.j-im:jim-client:jar:3.0.0.v20200501-RELEASE'
                <dependency org="org.j-im" name="jim-client" rev="3.0.0.v20200501-RELEASE">
  <artifact name="jim-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.j-im', module='jim-client', version='3.0.0.v20200501-RELEASE')
)
                libraryDependencies += "org.j-im" % "jim-client" % "3.0.0.v20200501-RELEASE"
                [org.j-im/jim-client "3.0.0.v20200501-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.j-im : jim-core | jar | 3.0.0.v20200501-RELEASE |