MVN

cn.stylefeng.roses : biz-support-log-api

Maven & Gradle

Mar 04, 2019
1 usages

biz-support-log-api · 日志业务的对外服务api接口

<dependency>
    <groupId>cn.stylefeng.roses</groupId>
    <artifactId>biz-support-log-api</artifactId>
    <version>1.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.stylefeng.roses : biz-support-log-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5

All Versions

Choose a version of cn.stylefeng.roses : biz-support-log-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
biz-support-log-api-1.1.5
biz-support-log-api-1.1.0
1.0.x
biz-support-log-api-1.0.0

How to add a dependency to Maven

Add the following cn.stylefeng.roses : biz-support-log-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.stylefeng.roses</groupId>
    <artifactId>biz-support-log-api</artifactId>
    <version>1.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.stylefeng.roses : biz-support-log-api gradle dependency to your build.gradle file:

implementation 'cn.stylefeng.roses:biz-support-log-api:1.1.5'

Gradle Kotlin DSL: Add the following cn.stylefeng.roses : biz-support-log-api gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.stylefeng.roses:biz-support-log-api:1.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.stylefeng.roses : biz-support-log-api sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.stylefeng.roses" % "biz-support-log-api" % "1.1.5"