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