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