MVN

work.keane : xh-common-core-simple

Maven & Gradle

Jan 06, 2023

xh-common-core-simple · 这是一些 util,只包含 json 和 common 相关依赖,不含其它依赖

<dependency>
    <groupId>work.keane</groupId>
    <artifactId>xh-common-core-simple</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of work.keane : xh-common-core-simple to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of work.keane : xh-common-core-simple to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
xh-common-core-simple-1.0.0

How to add a dependency to Maven

Add the following work.keane : xh-common-core-simple maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>work.keane</groupId>
    <artifactId>xh-common-core-simple</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following work.keane : xh-common-core-simple gradle dependency to your build.gradle file:

implementation 'work.keane:xh-common-core-simple:1.0.0'

Gradle Kotlin DSL: Add the following work.keane : xh-common-core-simple gradle kotlin dependency to your build.gradle.kts file:

implementation("work.keane:xh-common-core-simple:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following work.keane : xh-common-core-simple sbt scala dependency to your build.sbt file:

libraryDependencies += "work.keane" % "xh-common-core-simple" % "1.0.0"