| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface ORM Data | 
        
| GroupId | GroupIdorg.odpi.egeria | 
    
| ArtifactId | ArtifactIdplatform-services-client | 
    
| Last Version | Last Version3.9 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionPlatform Services Clients 
            The Open Metadata Platform Services (OMRS) client
        contains the support to call platform services in a remote server. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/platform-services-client/ -->
<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>platform-services-client</artifactId>
    <version>3.9</version>
</dependency>
                // https://jarcasting.com/artifacts/org.odpi.egeria/platform-services-client/
implementation 'org.odpi.egeria:platform-services-client:3.9'
                // https://jarcasting.com/artifacts/org.odpi.egeria/platform-services-client/
implementation ("org.odpi.egeria:platform-services-client:3.9")
                'org.odpi.egeria:platform-services-client:jar:3.9'
                <dependency org="org.odpi.egeria" name="platform-services-client" rev="3.9">
  <artifact name="platform-services-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.odpi.egeria', module='platform-services-client', version='3.9')
)
                libraryDependencies += "org.odpi.egeria" % "platform-services-client" % "3.9"
                [org.odpi.egeria/platform-services-client "3.9"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.odpi.egeria : open-connector-framework | jar | 3.9 | 
| org.odpi.egeria : audit-log-framework | jar | 3.9 | 
| org.odpi.egeria : ffdc-services | jar | 3.9 | 
| org.odpi.egeria : platform-services-api | jar | 3.9 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.36 |