<dependency> <groupId>net.anotheria</groupId> <artifactId>configureme</artifactId> <version>2.3.4</version> </dependency>
implementation 'net.anotheria:configureme:2.3.4'
implementation("net.anotheria:configureme:2.3.4")
libraryDependencies += "net.anotheria" % "configureme" % "2.3.4"
@Grapes( @Grab(group='net.anotheria', module='configureme', version='2.3.4') )
<dependency org="net.anotheria" name="configureme" rev="2.3.4" />
[net.anotheria/configureme "2.3.4"]
'net.anotheria:configureme:jar:2.3.4'
<parent> <groupId>net.anotheria</groupId> <artifactId>parent</artifactId> <version>2.8</version> </parent>
compile
|-- org.slf4j:slf4j-api
|-- org.json:json:20090211
|-- com.sun.jersey:jersey-client:1.18.1
|-- com.sun.jersey:jersey-json:1.18.1
test
|-- ch.qos.logback:logback-classic
|-- com.github.tomakehurst:wiremock:1.57