MVN

io.github.montu376 : jwthelpermontu

Maven & Gradle

Aug 20, 2023

Archetype - jwthelper · JwtHelper Will help me in my Wings exam - With Spring security 5.7.0

<dependency>
    <groupId>io.github.montu376</groupId>
    <artifactId>jwthelpermontu</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.montu376 : jwthelpermontu to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of io.github.montu376 : jwthelpermontu to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jwthelpermontu-2.0.1
jwthelpermontu-2.0.0
1.0.x
jwthelpermontu-1.0.7
jwthelpermontu-1.0.3
jwthelpermontu-1.0.2
jwthelpermontu-1.0.1
1.0
jwthelpermontu-1.0

How to add a dependency to Maven

Add the following io.github.montu376 : jwthelpermontu maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.montu376</groupId>
    <artifactId>jwthelpermontu</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.montu376 : jwthelpermontu gradle dependency to your build.gradle file:

implementation 'io.github.montu376:jwthelpermontu:1.0.7'

Gradle Kotlin DSL: Add the following io.github.montu376 : jwthelpermontu gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.montu376:jwthelpermontu:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.montu376 : jwthelpermontu sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.montu376" % "jwthelpermontu" % "1.0.7"

Advertisement