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