MVN

com.aliyun.openservices : aliyun-log-producer-internal

Maven & Gradle

Apr 11, 2023
125 stars

Aliyun LOG Java Producer · Aliyun LOG Java Producer

<dependency>
    <groupId>com.aliyun.openservices</groupId>
    <artifactId>aliyun-log-producer-internal</artifactId>
    <version>0.3.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aliyun.openservices : aliyun-log-producer-internal to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.12

All Versions

Choose a version of com.aliyun.openservices : aliyun-log-producer-internal to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
aliyun-log-producer-internal-0.3.12
aliyun-log-producer-internal-0.3.11_nonjcl

How to add a dependency to Maven

Add the following com.aliyun.openservices : aliyun-log-producer-internal maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aliyun.openservices</groupId>
    <artifactId>aliyun-log-producer-internal</artifactId>
    <version>0.3.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aliyun.openservices : aliyun-log-producer-internal gradle dependency to your build.gradle file:

implementation 'com.aliyun.openservices:aliyun-log-producer-internal:0.3.12'

Gradle Kotlin DSL: Add the following com.aliyun.openservices : aliyun-log-producer-internal gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aliyun.openservices:aliyun-log-producer-internal:0.3.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aliyun.openservices : aliyun-log-producer-internal sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aliyun.openservices" % "aliyun-log-producer-internal" % "0.3.12"