MVN

cn.herodotus.engine : assistant-sdk-ip2region

Maven & Gradle

Oct 24, 2023

基于 Spring Authorization Server 的 Dante Cloud IP 离线IP地址定位模块

<dependency>
    <groupId>cn.herodotus.engine</groupId>
    <artifactId>assistant-sdk-ip2region</artifactId>
    <version>3.1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.herodotus.engine : assistant-sdk-ip2region to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.5.1

All Versions

Choose a version of cn.herodotus.engine : assistant-sdk-ip2region to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
assistant-sdk-ip2region-3.1.5.1

How to add a dependency to Maven

Add the following cn.herodotus.engine : assistant-sdk-ip2region maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.herodotus.engine</groupId>
    <artifactId>assistant-sdk-ip2region</artifactId>
    <version>3.1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.herodotus.engine : assistant-sdk-ip2region gradle dependency to your build.gradle file:

implementation 'cn.herodotus.engine:assistant-sdk-ip2region:3.1.5.1'

Gradle Kotlin DSL: Add the following cn.herodotus.engine : assistant-sdk-ip2region gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.herodotus.engine:assistant-sdk-ip2region:3.1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.herodotus.engine : assistant-sdk-ip2region sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.herodotus.engine" % "assistant-sdk-ip2region" % "3.1.5.1"