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