| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesUML Business Logic Libraries Documents Processing | 
        
| GroupId | GroupIdorg.umlg | 
    
| ArtifactId | ArtifactIdrestlet | 
    
| 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. 
         | 
    
| Filename | Size | 
|---|---|
| restlet-2.0.8.pom | |
| restlet-2.0.8.jar | 135 KB | 
| restlet-2.0.8-sources.jar | 67 KB | 
| restlet-2.0.8-javadoc.jar | 212 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.umlg/restlet/ -->
<dependency>
    <groupId>org.umlg</groupId>
    <artifactId>restlet</artifactId>
    <version>2.0.8</version>
</dependency>
                // https://jarcasting.com/artifacts/org.umlg/restlet/
implementation 'org.umlg:restlet:2.0.8'
                // https://jarcasting.com/artifacts/org.umlg/restlet/
implementation ("org.umlg:restlet:2.0.8")
                'org.umlg:restlet:jar:2.0.8'
                <dependency org="org.umlg" name="restlet" rev="2.0.8">
  <artifact name="restlet" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.umlg', module='restlet', version='2.0.8')
)
                libraryDependencies += "org.umlg" % "restlet" % "2.0.8"
                [org.umlg/restlet "2.0.8"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.umlg : java-generation | jar | 2.0.8 |