x

xuml-tools

A collection of tools for Executable UML in the style of Mellor and Balcer and miUML.org based on JPA and Akka
https://github.com/davidmoten/xuml-tools
The Apache Software License, Version 2.0
Dave Moten
Files download
File Operation
xuml-tools-0.4.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.davidmoten</groupId>
  <artifactId>xuml-tools</artifactId>
  <version>0.4.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.davidmoten:xuml-tools:0.4.1'
Gradle Kotlin
implementation("com.github.davidmoten:xuml-tools:0.4.1")
Scala SBT
libraryDependencies += "com.github.davidmoten" % "xuml-tools" % "0.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.davidmoten', module='xuml-tools', version='0.4.1')
)
Apache Ivy
<dependency org="com.github.davidmoten" name="xuml-tools" rev="0.4.1" />
Leiningen
[com.github.davidmoten/xuml-tools "0.4.1"]
Apache Buildr
'com.github.davidmoten:xuml-tools:jar:0.4.1'