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