<dependency> <groupId>org.littleshoot</groupId> <artifactId>p2p-sockets</artifactId> <version>1.0.3</version> </dependency>
implementation 'org.littleshoot:p2p-sockets:1.0.3'
implementation("org.littleshoot:p2p-sockets:1.0.3")
libraryDependencies += "org.littleshoot" % "p2p-sockets" % "1.0.3"
@Grapes( @Grab(group='org.littleshoot', module='p2p-sockets', version='1.0.3') )
<dependency org="org.littleshoot" name="p2p-sockets" rev="1.0.3" />
[org.littleshoot/p2p-sockets "1.0.3"]
'org.littleshoot:p2p-sockets:jar:1.0.3'
<parent> <groupId>org.littleshoot</groupId> <artifactId>parent</artifactId> <version>1.0.3</version> </parent>
compile
|-- com.googlecode.json-simple:json-simple:1.1
|-- org.littleshoot:offer-answer
|-- org.littleshoot:util