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