MVN

io.shulie.takin : takin-common-operation-log-api

Maven & Gradle

Nov 19, 2021
1 usages
<dependency>
    <groupId>io.shulie.takin</groupId>
    <artifactId>takin-common-operation-log-api</artifactId>
    <version>common-1.7.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.shulie.takin : takin-common-operation-log-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: common-1.7.5

All Versions

Choose a version of io.shulie.takin : takin-common-operation-log-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
common
takin-common-operation-log-api-common-1.7.5
takin-common-operation-log-api-common-1.7.4
takin-common-operation-log-api-common-1.7.3
takin-common-operation-log-api-common-1.7.2
takin-common-operation-log-api-common-1.7.1-jdk-1.6
takin-common-operation-log-api-common-1.7.1
takin-common-operation-log-api-common-1.7.0

How to add a dependency to Maven

Add the following io.shulie.takin : takin-common-operation-log-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.shulie.takin</groupId>
    <artifactId>takin-common-operation-log-api</artifactId>
    <version>common-1.7.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.shulie.takin : takin-common-operation-log-api gradle dependency to your build.gradle file:

implementation 'io.shulie.takin:takin-common-operation-log-api:common-1.7.5'

Gradle Kotlin DSL: Add the following io.shulie.takin : takin-common-operation-log-api gradle kotlin dependency to your build.gradle.kts file:

implementation("io.shulie.takin:takin-common-operation-log-api:common-1.7.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.shulie.takin : takin-common-operation-log-api sbt scala dependency to your build.sbt file:

libraryDependencies += "io.shulie.takin" % "takin-common-operation-log-api" % "common-1.7.5"