<dependency> <groupId>com.github.davidmoten</groupId> <artifactId>xuml-model-compiler-runtime</artifactId> <version>0.5</version> </dependency>
'com.github.davidmoten:xuml-model-compiler-runtime:jar:0.5'
<dependency org="com.github.davidmoten" name="xuml-model-compiler-runtime" rev="0.5"> <artifact name="xuml-model-compiler-runtime" type="jar" /> </dependency>
@Grapes( @Grab(group='com.github.davidmoten', module='xuml-model-compiler-runtime', version='0.5') )
compile 'com.github.davidmoten:xuml-model-compiler-runtime:0.5'
libraryDependencies += "com.github.davidmoten" % "xuml-model-compiler-runtime" % "0.5"
[com.github.davidmoten/xuml-model-compiler-runtime "0.5"]