<dependency> <groupId>com.github.davidmoten</groupId> <artifactId>xuml-tools</artifactId> <version>0.4.1</version> <type>pom</type> </dependency>
implementation 'com.github.davidmoten:xuml-tools:0.4.1'
implementation("com.github.davidmoten:xuml-tools:0.4.1")
libraryDependencies += "com.github.davidmoten" % "xuml-tools" % "0.4.1"
@Grapes( @Grab(group='com.github.davidmoten', module='xuml-tools', version='0.4.1') )
<dependency org="com.github.davidmoten" name="xuml-tools" rev="0.4.1" />
[com.github.davidmoten/xuml-tools "0.4.1"]
'com.github.davidmoten:xuml-tools:jar:0.4.1'
<parent> <groupId>com.github.davidmoten</groupId> <artifactId>sonatype-parent</artifactId> <version>0.1</version> </parent>