<dependency> <groupId>io.leopard.depend</groupId> <artifactId>depend</artifactId> <version>0.9.13</version> <type>pom</type> </dependency>
implementation 'io.leopard.depend:depend:0.9.13'
implementation("io.leopard.depend:depend:0.9.13")
libraryDependencies += "io.leopard.depend" % "depend" % "0.9.13"
@Grapes( @Grab(group='io.leopard.depend', module='depend', version='0.9.13') )
<dependency org="io.leopard.depend" name="depend" rev="0.9.13" />
[io.leopard.depend/depend "0.9.13"]
'io.leopard.depend:depend:jar:0.9.13'