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