x

xuml-model-compiler-test

Unit tests for xuml-model-compiler
文件下载
文件名 操作
xuml-model-compiler-test-0.4.1.jar 下载
xuml-model-compiler-test-0.4.1.pom 下载
xuml-model-compiler-test-0.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.davidmoten</groupId>
  <artifactId>xuml-model-compiler-test</artifactId>
  <version>0.4.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.davidmoten:xuml-model-compiler-test:0.4.1'
Gradle Kotlin
implementation("com.github.davidmoten:xuml-model-compiler-test:0.4.1")
Scala SBT
libraryDependencies += "com.github.davidmoten" % "xuml-model-compiler-test" % "0.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.davidmoten', module='xuml-model-compiler-test', version='0.4.1')
)
Apache Ivy
<dependency org="com.github.davidmoten" name="xuml-model-compiler-test" rev="0.4.1" />
Leiningen
[com.github.davidmoten/xuml-model-compiler-test "0.4.1"]
Apache Buildr
'com.github.davidmoten:xuml-model-compiler-test:jar:0.4.1'