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