MVN

com.zusmart : zusmart-basic

Maven & Gradle

Mar 25, 2019
2 usages

zusmart-basic · 基础模块,提供配置,日志,SPI,图排序,路径匹配,资源扫描,包扫描,常用工具类

<dependency>
    <groupId>com.zusmart</groupId>
    <artifactId>zusmart-basic</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zusmart : zusmart-basic to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of com.zusmart : zusmart-basic to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
zusmart-basic-0.0.3
zusmart-basic-0.0.2
zusmart-basic-0.0.1

How to add a dependency to Maven

Add the following com.zusmart : zusmart-basic maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zusmart</groupId>
    <artifactId>zusmart-basic</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zusmart : zusmart-basic gradle dependency to your build.gradle file:

implementation 'com.zusmart:zusmart-basic:0.0.3'

Gradle Kotlin DSL: Add the following com.zusmart : zusmart-basic gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zusmart:zusmart-basic:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zusmart : zusmart-basic sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zusmart" % "zusmart-basic" % "0.0.3"

Advertisement