s

smartsockets

Smartsockets is an open source communication library that automatically discovers many of the connectivity problems and solves them with as little support from the user as possible.
https://github.com/junglecomputing/smartsockets
The Apache License, Version 2.0
Jason Maassen
文件下载
文件名 操作
smartsockets-1.80.jar 下载
smartsockets-1.80.pom 下载
smartsockets-1.80-sources.jar 下载
Apache Maven
<dependency>
  <groupId>nl.junglecomputing</groupId>
  <artifactId>smartsockets</artifactId>
  <version>1.80</version>
</dependency>
Gradle Groovy
implementation 'nl.junglecomputing:smartsockets:1.80'
Gradle Kotlin
implementation("nl.junglecomputing:smartsockets:1.80")
Scala SBT
libraryDependencies += "nl.junglecomputing" % "smartsockets" % "1.80"
Groovy Grape
@Grapes(
  @Grab(group='nl.junglecomputing', module='smartsockets', version='1.80')
)
Apache Ivy
<dependency org="nl.junglecomputing" name="smartsockets" rev="1.80" />
Leiningen
[nl.junglecomputing/smartsockets "1.80"]
Apache Buildr
'nl.junglecomputing:smartsockets:jar:1.80'