MVN

cz.jirutka.spring : spring-boot-servlet-inherit-channel

Maven & Gradle

Mar 22, 2018
0 stars

Spring Boot Servlet Inherit Channel · Pass TCP socket to your Spring Boot application with embedded servlet container.

<dependency>
    <groupId>cz.jirutka.spring</groupId>
    <artifactId>spring-boot-servlet-inherit-channel</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.jirutka.spring : spring-boot-servlet-inherit-channel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of cz.jirutka.spring : spring-boot-servlet-inherit-channel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
spring-boot-servlet-inherit-channel-0.1.1
spring-boot-servlet-inherit-channel-0.1.0

How to add a dependency to Maven

Add the following cz.jirutka.spring : spring-boot-servlet-inherit-channel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.jirutka.spring</groupId>
    <artifactId>spring-boot-servlet-inherit-channel</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.jirutka.spring : spring-boot-servlet-inherit-channel gradle dependency to your build.gradle file:

implementation 'cz.jirutka.spring:spring-boot-servlet-inherit-channel:0.1.1'

Gradle Kotlin DSL: Add the following cz.jirutka.spring : spring-boot-servlet-inherit-channel gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.jirutka.spring:spring-boot-servlet-inherit-channel:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.jirutka.spring : spring-boot-servlet-inherit-channel sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.jirutka.spring" % "spring-boot-servlet-inherit-channel" % "0.1.1"