<dependency> <groupId>net.anotheria</groupId> <artifactId>distributeme-parent</artifactId> <version>2.2.1</version> <type>pom</type> </dependency>
implementation 'net.anotheria:distributeme-parent:2.2.1'
implementation("net.anotheria:distributeme-parent:2.2.1")
libraryDependencies += "net.anotheria" % "distributeme-parent" % "2.2.1"
@Grapes( @Grab(group='net.anotheria', module='distributeme-parent', version='2.2.1') )
<dependency org="net.anotheria" name="distributeme-parent" rev="2.2.1" />
[net.anotheria/distributeme-parent "2.2.1"]
'net.anotheria:distributeme-parent:jar:2.2.1'
<parent> <groupId>net.anotheria</groupId> <artifactId>parent</artifactId> <version>2.4</version> </parent>
compile
|-- org.slf4j:slf4j-api
|-- net.anotheria:ano-util:2.1.1
|-- net.anotheria:ano-net:2.1.0
|-- net.anotheria:ano-prise:2.1.0
|-- net.anotheria:configureme:2.3.0
|-- org.jdom:jdom:1.1
|-- net.anotheria:moskito-core