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