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