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