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.4.2.jar download
xuml-model-compiler-runtime-0.4.2.pom download
xuml-model-compiler-runtime-0.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.davidmoten</groupId>
  <artifactId>xuml-model-compiler-runtime</artifactId>
  <version>0.4.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.davidmoten:xuml-model-compiler-runtime:0.4.2'
Gradle Kotlin
implementation("com.github.davidmoten:xuml-model-compiler-runtime:0.4.2")
Scala SBT
libraryDependencies += "com.github.davidmoten" % "xuml-model-compiler-runtime" % "0.4.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.davidmoten', module='xuml-model-compiler-runtime', version='0.4.2')
)
Apache Ivy
<dependency org="com.github.davidmoten" name="xuml-model-compiler-runtime" rev="0.4.2" />
Leiningen
[com.github.davidmoten/xuml-model-compiler-runtime "0.4.2"]
Apache Buildr
'com.github.davidmoten:xuml-model-compiler-runtime:jar:0.4.2'