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