MVN

me.zebe.zebra : zebra-commons

Maven & Gradle

Mar 05, 2019

zebra-commons · zebra框架基础通用组件库

<dependency>
    <groupId>me.zebe.zebra</groupId>
    <artifactId>zebra-commons</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.zebe.zebra : zebra-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1-RELEASE

All Versions

Choose a version of me.zebe.zebra : zebra-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
zebra-commons-1.0.1-RELEASE
zebra-commons-1.0.0-RELEASE

How to add a dependency to Maven

Add the following me.zebe.zebra : zebra-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.zebe.zebra</groupId>
    <artifactId>zebra-commons</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.zebe.zebra : zebra-commons gradle dependency to your build.gradle file:

implementation 'me.zebe.zebra:zebra-commons:1.0.1-RELEASE'

Gradle Kotlin DSL: Add the following me.zebe.zebra : zebra-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("me.zebe.zebra:zebra-commons:1.0.1-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.zebe.zebra : zebra-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "me.zebe.zebra" % "zebra-commons" % "1.0.1-RELEASE"