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