m

meshy

TCP multiplexing gearwheels
Apache License, Version 2.0
Files download
File Operation
meshy-2.1.6.jar download
meshy-2.1.6.pom download
meshy-2.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.addthis</groupId>
  <artifactId>meshy</artifactId>
  <version>2.1.6</version>
</dependency>
Gradle Groovy
implementation 'com.addthis:meshy:2.1.6'
Gradle Kotlin
implementation("com.addthis:meshy:2.1.6")
Scala SBT
libraryDependencies += "com.addthis" % "meshy" % "2.1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.addthis', module='meshy', version='2.1.6')
)
Apache Ivy
<dependency org="com.addthis" name="meshy" rev="2.1.6" />
Leiningen
[com.addthis/meshy "2.1.6"]
Apache Buildr
'com.addthis:meshy:jar:2.1.6'