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