MVN

com.gitee.l0km : authkernel-common

Maven & Gradle

Aug 04, 2022

authkernel-common

<dependency>
    <groupId>com.gitee.l0km</groupId>
    <artifactId>authkernel-common</artifactId>
    <version>1.12.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.l0km : authkernel-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.1

All Versions

Choose a version of com.gitee.l0km : authkernel-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.12.x
authkernel-common-1.12.1
authkernel-common-1.12.0
1.11.x
authkernel-common-1.11.0
1.10.x
authkernel-common-1.10.0
1.9.x
authkernel-common-1.9.6
authkernel-common-1.9.5
authkernel-common-1.9.4
authkernel-common-1.9.3
authkernel-common-1.9.2
authkernel-common-1.9.1
authkernel-common-1.9.0
1.8.x
authkernel-common-1.8.0
1.7.x
authkernel-common-1.7.1
authkernel-common-1.7.0
1.6.x
authkernel-common-1.6.2
authkernel-common-1.6.1
authkernel-common-1.6.0
1.5.x
authkernel-common-1.5.0
1.4.x
authkernel-common-1.4.0
1.3.x
authkernel-common-1.3.0
1.2.x
authkernel-common-1.2.0
1.1.x
authkernel-common-1.1.0
1.0.x
authkernel-common-1.0.0

How to add a dependency to Maven

Add the following com.gitee.l0km : authkernel-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.l0km</groupId>
    <artifactId>authkernel-common</artifactId>
    <version>1.12.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.l0km : authkernel-common gradle dependency to your build.gradle file:

implementation 'com.gitee.l0km:authkernel-common:1.12.1'

Gradle Kotlin DSL: Add the following com.gitee.l0km : authkernel-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.l0km:authkernel-common:1.12.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.l0km : authkernel-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.l0km" % "authkernel-common" % "1.12.1"

Advertisement