MVN

com.adtsw : jchannels

Maven & Gradle

Apr 22, 2023
0 stars

Jetty Channels · Jetty wrapper for simplifying communication

<dependency>
    <groupId>com.adtsw</groupId>
    <artifactId>jchannels</artifactId>
    <version>1.0.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adtsw : jchannels to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.30

All Versions

Choose a version of com.adtsw : jchannels to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jchannels-1.0.30
jchannels-1.0.29
jchannels-1.0.28
jchannels-1.0.27
jchannels-1.0.26
jchannels-1.0.25
jchannels-1.0.24
jchannels-1.0.23
jchannels-1.0.22
jchannels-1.0.21
jchannels-1.0.19
jchannels-1.0.18
jchannels-1.0.16

How to add a dependency to Maven

Add the following com.adtsw : jchannels maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adtsw</groupId>
    <artifactId>jchannels</artifactId>
    <version>1.0.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adtsw : jchannels gradle dependency to your build.gradle file:

implementation 'com.adtsw:jchannels:1.0.30'

Gradle Kotlin DSL: Add the following com.adtsw : jchannels gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adtsw:jchannels:1.0.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adtsw : jchannels sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adtsw" % "jchannels" % "1.0.30"

Advertisement