<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>xuml-model-compiler-runtime</artifactId>
<version>0.5</version>
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='xuml-model-compiler-runtime', version='0.5')
)
<parent> <groupId>com.github.davidmoten</groupId> <artifactId>xuml-tools</artifactId> <version>0.5</version> </parent>
compile
|-- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
|-- com.typesafe.akka:akka-actor_2.11:2.5.32
|-- com.typesafe.akka:akka-slf4j_2.11:2.5.32
|-- com.esotericsoftware:kryo:5.3.0
test
|-- junit:junit