MVN

me.geso : avans-jetty

Maven & Gradle

Dec 10, 2014
50 stars

avans-jetty · avans-jetty

<dependency>
    <groupId>me.geso</groupId>
    <artifactId>avans-jetty</artifactId>
    <version>0.40.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.geso : avans-jetty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.40.0

All Versions

Choose a version of me.geso : avans-jetty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.40.x
avans-jetty-0.40.0
0.39.x
avans-jetty-0.39.0
0.38.x
avans-jetty-0.38.0
0.37.x
avans-jetty-0.37.1
0.36.x
avans-jetty-0.36.2
avans-jetty-0.36.1
avans-jetty-0.36.0
0.35.x
avans-jetty-0.35.0
0.34.x
avans-jetty-0.34.3

How to add a dependency to Maven

Add the following me.geso : avans-jetty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.geso</groupId>
    <artifactId>avans-jetty</artifactId>
    <version>0.40.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.geso : avans-jetty gradle dependency to your build.gradle file:

implementation 'me.geso:avans-jetty:0.40.0'

Gradle Kotlin DSL: Add the following me.geso : avans-jetty gradle kotlin dependency to your build.gradle.kts file:

implementation("me.geso:avans-jetty:0.40.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.geso : avans-jetty sbt scala dependency to your build.sbt file:

libraryDependencies += "me.geso" % "avans-jetty" % "0.40.0"

Advertisement