<dependency> <groupId>org.threadly</groupId> <artifactId>litesockets</artifactId> <version>4.13</version> </dependency>
implementation 'org.threadly:litesockets:4.13'
implementation("org.threadly:litesockets:4.13")
libraryDependencies += "org.threadly" % "litesockets" % "4.13"
@Grapes( @Grab(group='org.threadly', module='litesockets', version='4.13') )
<dependency org="org.threadly" name="litesockets" rev="4.13" />
[org.threadly/litesockets "4.13"]
'org.threadly:litesockets:jar:4.13'
compile
|-- org.threadly:threadly:5.41
test
|-- junit:junit:4.12