<dependency> <groupId>org.littleshoot</groupId> <artifactId>portmapping</artifactId> <version>1.0.3</version> </dependency>
implementation 'org.littleshoot:portmapping:1.0.3'
implementation("org.littleshoot:portmapping:1.0.3")
libraryDependencies += "org.littleshoot" % "portmapping" % "1.0.3"
@Grapes( @Grab(group='org.littleshoot', module='portmapping', version='1.0.3') )
<dependency org="org.littleshoot" name="portmapping" rev="1.0.3" />
[org.littleshoot/portmapping "1.0.3"]
'org.littleshoot:portmapping:jar:1.0.3'
<parent> <groupId>org.littleshoot</groupId> <artifactId>parent</artifactId> <version>1.0.3</version> </parent>
compile
|-- org.littleshoot:util