Files download
File Operation
tcp2ws-2.0.5.pom download
tcp2ws-2.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>app.nekogram.tcp2ws</groupId>
  <artifactId>tcp2ws</artifactId>
  <version>2.0.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'app.nekogram.tcp2ws:tcp2ws:2.0.5'
Gradle Kotlin
implementation("app.nekogram.tcp2ws:tcp2ws:2.0.5")
Scala SBT
libraryDependencies += "app.nekogram.tcp2ws" % "tcp2ws" % "2.0.5"
Groovy Grape
@Grapes(
  @Grab(group='app.nekogram.tcp2ws', module='tcp2ws', version='2.0.5')
)
Apache Ivy
<dependency org="app.nekogram.tcp2ws" name="tcp2ws" rev="2.0.5" />
Leiningen
[app.nekogram.tcp2ws/tcp2ws "2.0.5"]
Apache Buildr
'app.nekogram.tcp2ws:tcp2ws:jar:2.0.5'