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