MVN

io.tech1.framework : tech1-framework-b2b-mongodb-security-jwt-websockets

Maven & Gradle

May 04, 2023
6 stars
<dependency>
    <groupId>io.tech1.framework</groupId>
    <artifactId>tech1-framework-b2b-mongodb-security-jwt-websockets</artifactId>
    <version>1.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.tech1.framework : tech1-framework-b2b-mongodb-security-jwt-websockets to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12

All Versions

Choose a version of io.tech1.framework : tech1-framework-b2b-mongodb-security-jwt-websockets to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.12
tech1-framework-b2b-mongodb-security-jwt-websockets-1.12
1.11
tech1-framework-b2b-mongodb-security-jwt-websockets-1.11
1.10
tech1-framework-b2b-mongodb-security-jwt-websockets-1.10
1.9
tech1-framework-b2b-mongodb-security-jwt-websockets-1.9
1.8
tech1-framework-b2b-mongodb-security-jwt-websockets-1.8
1.7
tech1-framework-b2b-mongodb-security-jwt-websockets-1.7
1.6
tech1-framework-b2b-mongodb-security-jwt-websockets-1.6
1.5
tech1-framework-b2b-mongodb-security-jwt-websockets-1.5
1.4
tech1-framework-b2b-mongodb-security-jwt-websockets-1.4

How to add a dependency to Maven

Add the following io.tech1.framework : tech1-framework-b2b-mongodb-security-jwt-websockets maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.tech1.framework</groupId>
    <artifactId>tech1-framework-b2b-mongodb-security-jwt-websockets</artifactId>
    <version>1.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.tech1.framework : tech1-framework-b2b-mongodb-security-jwt-websockets gradle dependency to your build.gradle file:

implementation 'io.tech1.framework:tech1-framework-b2b-mongodb-security-jwt-websockets:1.12'

Gradle Kotlin DSL: Add the following io.tech1.framework : tech1-framework-b2b-mongodb-security-jwt-websockets gradle kotlin dependency to your build.gradle.kts file:

implementation("io.tech1.framework:tech1-framework-b2b-mongodb-security-jwt-websockets:1.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.tech1.framework : tech1-framework-b2b-mongodb-security-jwt-websockets sbt scala dependency to your build.sbt file:

libraryDependencies += "io.tech1.framework" % "tech1-framework-b2b-mongodb-security-jwt-websockets" % "1.12"