m

meshy

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