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