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