x

xuml-model-compiler-runtime

Runtime classes for use with classes generated by xuml-model-compiler
Files download
File Operation
xuml-model-compiler-runtime-0.5.jar download
xuml-model-compiler-runtime-0.5.pom download
xuml-model-compiler-runtime-0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.davidmoten</groupId>
  <artifactId>xuml-model-compiler-runtime</artifactId>
  <version>0.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.davidmoten:xuml-model-compiler-runtime:0.5'
Gradle Kotlin
implementation("com.github.davidmoten:xuml-model-compiler-runtime:0.5")
Scala SBT
libraryDependencies += "com.github.davidmoten" % "xuml-model-compiler-runtime" % "0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.davidmoten', module='xuml-model-compiler-runtime', version='0.5')
)
Apache Ivy
<dependency org="com.github.davidmoten" name="xuml-model-compiler-runtime" rev="0.5" />
Leiningen
[com.github.davidmoten/xuml-model-compiler-runtime "0.5"]
Apache Buildr
'com.github.davidmoten:xuml-model-compiler-runtime:jar:0.5'