<dependency> <groupId>net.anotheria</groupId> <artifactId>distributeme-parent</artifactId> <version>2.3.1</version> <type>pom</type> </dependency>
implementation 'net.anotheria:distributeme-parent:2.3.1'
implementation("net.anotheria:distributeme-parent:2.3.1")
libraryDependencies += "net.anotheria" % "distributeme-parent" % "2.3.1"
@Grapes( @Grab(group='net.anotheria', module='distributeme-parent', version='2.3.1') )
<dependency org="net.anotheria" name="distributeme-parent" rev="2.3.1" />
[net.anotheria/distributeme-parent "2.3.1"]
'net.anotheria:distributeme-parent:jar:2.3.1'
<parent> <groupId>net.anotheria</groupId> <artifactId>parent</artifactId> <version>2.7</version> </parent>