<dependency> <groupId>net.anotheria</groupId> <artifactId>distributeme-core</artifactId> <version>2.5.2</version> </dependency>
implementation 'net.anotheria:distributeme-core:2.5.2'
implementation("net.anotheria:distributeme-core:2.5.2")
libraryDependencies += "net.anotheria" % "distributeme-core" % "2.5.2"
@Grapes( @Grab(group='net.anotheria', module='distributeme-core', version='2.5.2') )
<dependency org="net.anotheria" name="distributeme-core" rev="2.5.2" />
[net.anotheria/distributeme-core "2.5.2"]
'net.anotheria:distributeme-core:jar:2.5.2'
<parent> <groupId>net.anotheria</groupId> <artifactId>distributeme-parent</artifactId> <version>2.5.2</version> </parent>
compile
|-- org.slf4j:slf4j-api
|-- net.anotheria:configureme
|-- net.anotheria:ano-util
|-- net.anotheria:moskito-core
|-- net.anotheria:ano-prise
test
|-- ch.qos.logback:logback-classic
|-- org.mockito:mockito-core