| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesUML Business Logic Libraries Documents Processing CLI User Interface | 
        
| GroupId | GroupIdorg.umlg | 
    
| ArtifactId | ArtifactIdruntime-restlet-client | 
    
| Last Version | Last Version2.0.8 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionUmlg is a uml to java code generator. From uml class diagrams, java entities are generated. The
        entities persist in graph databases. 
         | 
    
<!-- https://jarcasting.com/artifacts/org.umlg/runtime-restlet-client/ -->
<dependency>
    <groupId>org.umlg</groupId>
    <artifactId>runtime-restlet-client</artifactId>
    <version>2.0.8</version>
</dependency>
                // https://jarcasting.com/artifacts/org.umlg/runtime-restlet-client/
implementation 'org.umlg:runtime-restlet-client:2.0.8'
                // https://jarcasting.com/artifacts/org.umlg/runtime-restlet-client/
implementation ("org.umlg:runtime-restlet-client:2.0.8")
                'org.umlg:runtime-restlet-client:jar:2.0.8'
                <dependency org="org.umlg" name="runtime-restlet-client" rev="2.0.8">
  <artifact name="runtime-restlet-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.umlg', module='runtime-restlet-client', version='2.0.8')
)
                libraryDependencies += "org.umlg" % "runtime-restlet-client" % "2.0.8"
                [org.umlg/runtime-restlet-client "2.0.8"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.3 | 
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.3 |