| License |
License |
|---|---|
| Categories |
CategoriesUML Business Logic Libraries Documents Processing |
| GroupId | GroupIdorg.umlg |
| ArtifactId | ArtifactIdruntime-ui |
| Last Version | Last Version2.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionruntime-ui
Umlg is a uml to java code generator. From uml class diagrams, java entities are generated. The
entities persist in graph databases.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| runtime-ui-2.0.8.pom | |
| runtime-ui-2.0.8.jar | 5 MB |
| runtime-ui-2.0.8-sources.jar | 5 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.umlg/runtime-ui/ -->
<dependency>
<groupId>org.umlg</groupId>
<artifactId>runtime-ui</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.umlg/runtime-ui/
implementation 'org.umlg:runtime-ui:2.0.8'
// https://jarcasting.com/artifacts/org.umlg/runtime-ui/
implementation ("org.umlg:runtime-ui:2.0.8")
'org.umlg:runtime-ui:jar:2.0.8'
<dependency org="org.umlg" name="runtime-ui" rev="2.0.8">
<artifact name="runtime-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.umlg', module='runtime-ui', version='2.0.8')
)
libraryDependencies += "org.umlg" % "runtime-ui" % "2.0.8"
[org.umlg/runtime-ui "2.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-lang : commons-lang | jar | 2.6 |
| org.umlg : runtime-domain | jar | 2.0.8 |