MVN

com.streetcodevn : ntc-jettyserver

Maven & Gradle

Jun 17, 2021
1 stars

ntc-jettyserver · ntc-jettyserver is java web server by Jetty

<dependency>
    <groupId>com.streetcodevn</groupId>
    <artifactId>ntc-jettyserver</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.streetcodevn : ntc-jettyserver to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.streetcodevn : ntc-jettyserver to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ntc-jettyserver-1.0.4
ntc-jettyserver-1.0.3
ntc-jettyserver-1.0.2
ntc-jettyserver-1.0.1
ntc-jettyserver-1.0.0

How to add a dependency to Maven

Add the following com.streetcodevn : ntc-jettyserver maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.streetcodevn</groupId>
    <artifactId>ntc-jettyserver</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.streetcodevn : ntc-jettyserver gradle dependency to your build.gradle file:

implementation 'com.streetcodevn:ntc-jettyserver:1.0.4'

Gradle Kotlin DSL: Add the following com.streetcodevn : ntc-jettyserver gradle kotlin dependency to your build.gradle.kts file:

implementation("com.streetcodevn:ntc-jettyserver:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.streetcodevn : ntc-jettyserver sbt scala dependency to your build.sbt file:

libraryDependencies += "com.streetcodevn" % "ntc-jettyserver" % "1.0.4"