MVN

com.lucadev.trampoline : trampoline-jwt-web

Maven & Gradle

Jun 28, 2019
1 usages
10 stars

A trampoline starter module

<dependency>
    <groupId>com.lucadev.trampoline</groupId>
    <artifactId>trampoline-jwt-web</artifactId>
    <version>20190509</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lucadev.trampoline : trampoline-jwt-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20190509

All Versions

Choose a version of com.lucadev.trampoline : trampoline-jwt-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20190509
trampoline-jwt-web-20190509

How to add a dependency to Maven

Add the following com.lucadev.trampoline : trampoline-jwt-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lucadev.trampoline</groupId>
    <artifactId>trampoline-jwt-web</artifactId>
    <version>20190509</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lucadev.trampoline : trampoline-jwt-web gradle dependency to your build.gradle file:

implementation 'com.lucadev.trampoline:trampoline-jwt-web:20190509'

Gradle Kotlin DSL: Add the following com.lucadev.trampoline : trampoline-jwt-web gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lucadev.trampoline:trampoline-jwt-web:20190509")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lucadev.trampoline : trampoline-jwt-web sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lucadev.trampoline" % "trampoline-jwt-web" % "20190509"

Advertisement