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