MVN

org.teknux : jetty-bootstrap-annotations

Maven & Gradle

May 03, 2019
1 usages

Jetty Bootstrap : Annotations Dependencies

<dependency>
    <groupId>org.teknux</groupId>
    <artifactId>jetty-bootstrap-annotations</artifactId>
    <version>1.0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.teknux : jetty-bootstrap-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.14

All Versions

Choose a version of org.teknux : jetty-bootstrap-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jetty-bootstrap-annotations-1.0.14
jetty-bootstrap-annotations-1.0.13
jetty-bootstrap-annotations-1.0.12
jetty-bootstrap-annotations-1.0.11
jetty-bootstrap-annotations-1.0.10
jetty-bootstrap-annotations-1.0.9
jetty-bootstrap-annotations-1.0.8
jetty-bootstrap-annotations-1.0.7
jetty-bootstrap-annotations-1.0.6
jetty-bootstrap-annotations-1.0.5
jetty-bootstrap-annotations-1.0.4
jetty-bootstrap-annotations-1.0.3
jetty-bootstrap-annotations-1.0.2
jetty-bootstrap-annotations-1.0.1

How to add a dependency to Maven

Add the following org.teknux : jetty-bootstrap-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.teknux</groupId>
    <artifactId>jetty-bootstrap-annotations</artifactId>
    <version>1.0.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.teknux : jetty-bootstrap-annotations gradle dependency to your build.gradle file:

implementation 'org.teknux:jetty-bootstrap-annotations:1.0.14'

Gradle Kotlin DSL: Add the following org.teknux : jetty-bootstrap-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("org.teknux:jetty-bootstrap-annotations:1.0.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.teknux : jetty-bootstrap-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "org.teknux" % "jetty-bootstrap-annotations" % "1.0.14"

Advertisement