<dependency> <groupId>net.anotheria</groupId> <artifactId>ano-util</artifactId> <version>4.0.0</version> </dependency>
implementation 'net.anotheria:ano-util:4.0.0'
implementation("net.anotheria:ano-util:4.0.0")
libraryDependencies += "net.anotheria" % "ano-util" % "4.0.0"
@Grapes( @Grab(group='net.anotheria', module='ano-util', version='4.0.0') )
<dependency org="net.anotheria" name="ano-util" rev="4.0.0" />
[net.anotheria/ano-util "4.0.0"]
'net.anotheria:ano-util:jar:4.0.0'
<parent> <groupId>net.anotheria</groupId> <artifactId>parent</artifactId> <version>4.0</version> </parent>
compile
|-- org.slf4j:slf4j-api
|-- net.anotheria:configureme:4.0.0
|-- org.bouncycastle:bcprov-jdk15on:1.68
test
|-- org.apache.commons:commons-lang3
|-- ch.qos.logback:logback-classic
|-- org.hamcrest:hamcrest-all:1.3