k

ketty-utils

Netty related utilities.
https://github.com/marks-yag/ketty
Files download
File Operation
ketty-utils-0.20.2.jar download
ketty-utils-0.20.2.pom download
ketty-utils-0.20.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.marks-yag</groupId>
  <artifactId>ketty-utils</artifactId>
  <version>0.20.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.marks-yag:ketty-utils:0.20.2'
Gradle Kotlin
implementation("com.github.marks-yag:ketty-utils:0.20.2")
Scala SBT
libraryDependencies += "com.github.marks-yag" % "ketty-utils" % "0.20.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.marks-yag', module='ketty-utils', version='0.20.2')
)
Apache Ivy
<dependency org="com.github.marks-yag" name="ketty-utils" rev="0.20.2" />
Leiningen
[com.github.marks-yag/ketty-utils "0.20.2"]
Apache Buildr
'com.github.marks-yag:ketty-utils:jar:0.20.2'