m

meshy

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