<dependency> <groupId>net.anotheria</groupId> <artifactId>configureme</artifactId> <version>2.0.0</version> </dependency>
implementation 'net.anotheria:configureme:2.0.0'
implementation("net.anotheria:configureme:2.0.0")
libraryDependencies += "net.anotheria" % "configureme" % "2.0.0"
@Grapes( @Grab(group='net.anotheria', module='configureme', version='2.0.0') )
<dependency org="net.anotheria" name="configureme" rev="2.0.0" />
[net.anotheria/configureme "2.0.0"]
'net.anotheria:configureme:jar:2.0.0'
<parent> <groupId>net.anotheria</groupId> <artifactId>parent</artifactId> <version>2.0</version> </parent>
compile
|-- net.anotheria:ano-util:2.0.0
|-- org.json:json:1.0