<dependency> <groupId>net.anotheria</groupId> <artifactId>distributeme-core</artifactId> <version>2.1.0</version> </dependency>
implementation 'net.anotheria:distributeme-core:2.1.0'
implementation("net.anotheria:distributeme-core:2.1.0")
libraryDependencies += "net.anotheria" % "distributeme-core" % "2.1.0"
@Grapes( @Grab(group='net.anotheria', module='distributeme-core', version='2.1.0') )
<dependency org="net.anotheria" name="distributeme-core" rev="2.1.0" />
[net.anotheria/distributeme-core "2.1.0"]
'net.anotheria:distributeme-core:jar:2.1.0'
<parent> <groupId>net.anotheria</groupId> <artifactId>distributeme-parent</artifactId> <version>2.1.0</version> </parent>
test
|-- log4j:log4j
|-- ch.qos.logback:logback-classic