MVN

com.github.infogen7 : infogen_authc

Maven & Gradle

Apr 09, 2018
0 stars

分布式服务框架

<dependency>
    <groupId>com.github.infogen7</groupId>
    <artifactId>infogen_authc</artifactId>
    <version>V3.0.0R180409</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.infogen7 : infogen_authc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: V3.0.0R180409

All Versions

Choose a version of com.github.infogen7 : infogen_authc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
V2.7.x
infogen_authc-V2.7.1R171107
infogen_authc-V2.7.0R171023
V2.6.x
infogen_authc-V2.6.11R161118
infogen_authc-V2.6.10R161101
infogen_authc-V2.6.01R160829
infogen_authc-V2.6.00R160729
V2.5.x
infogen_authc-V2.5.01R160727
infogen_authc-V2.5.00R160728
infogen_authc-V2.5.00R160727
infogen_authc-V2.5.00R151230
V3.0.x
infogen_authc-V3.0.0R180409

How to add a dependency to Maven

Add the following com.github.infogen7 : infogen_authc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.infogen7</groupId>
    <artifactId>infogen_authc</artifactId>
    <version>V3.0.0R180409</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.infogen7 : infogen_authc gradle dependency to your build.gradle file:

implementation 'com.github.infogen7:infogen_authc:V3.0.0R180409'

Gradle Kotlin DSL: Add the following com.github.infogen7 : infogen_authc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.infogen7:infogen_authc:V3.0.0R180409")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.infogen7 : infogen_authc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.infogen7" % "infogen_authc" % "V3.0.0R180409"