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