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