<dependency> <groupId>top.redscorpion</groupId> <artifactId>redscorpion-find</artifactId> <version>0.0.8</version> </dependency>
implementation 'top.redscorpion:redscorpion-find:0.0.8'
implementation("top.redscorpion:redscorpion-find:0.0.8")
libraryDependencies += "top.redscorpion" % "redscorpion-find" % "0.0.8"
@Grapes( @Grab(group='top.redscorpion', module='redscorpion-find', version='0.0.8') )
<dependency org="top.redscorpion" name="redscorpion-find" rev="0.0.8" />
[top.redscorpion/redscorpion-find "0.0.8"]
'top.redscorpion:redscorpion-find:jar:0.0.8'
<parent> <groupId>top.redscorpion</groupId> <artifactId>redscorpion-parent</artifactId> <version>0.0.8</version> </parent>
compile
|-- top.redscorpion:redscorpion-core