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