文件下载
文件名 操作
tcp2ws-1.3.1.pom 下载
tcp2ws-1.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>app.nekogram.tcp2ws</groupId>
  <artifactId>tcp2ws</artifactId>
  <version>1.3.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'app.nekogram.tcp2ws:tcp2ws:1.3.1'
Gradle Kotlin
implementation("app.nekogram.tcp2ws:tcp2ws:1.3.1")
Scala SBT
libraryDependencies += "app.nekogram.tcp2ws" % "tcp2ws" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='app.nekogram.tcp2ws', module='tcp2ws', version='1.3.1')
)
Apache Ivy
<dependency org="app.nekogram.tcp2ws" name="tcp2ws" rev="1.3.1" />
Leiningen
[app.nekogram.tcp2ws/tcp2ws "1.3.1"]
Apache Buildr
'app.nekogram.tcp2ws:tcp2ws:jar:1.3.1'