<dependency> <groupId>net.anotheria</groupId> <artifactId>distributeme-core</artifactId> <version>4.0.0</version> </dependency>
implementation 'net.anotheria:distributeme-core:4.0.0'
implementation("net.anotheria:distributeme-core:4.0.0")
libraryDependencies += "net.anotheria" % "distributeme-core" % "4.0.0"
@Grapes( @Grab(group='net.anotheria', module='distributeme-core', version='4.0.0') )
<dependency org="net.anotheria" name="distributeme-core" rev="4.0.0" />
[net.anotheria/distributeme-core "4.0.0"]
'net.anotheria:distributeme-core:jar:4.0.0'
<parent> <groupId>net.anotheria</groupId> <artifactId>distributeme-parent</artifactId> <version>4.0.0</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