MVN

org.apache.inlong : tubemq-example

Maven & Gradle

May 16, 2023
2 usages

Apache InLong - TubeMQ Example · Example for InLong TubeMQ

<dependency>
    <groupId>org.apache.inlong</groupId>
    <artifactId>tubemq-example</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.inlong : tubemq-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0

All Versions

Choose a version of org.apache.inlong : tubemq-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
tubemq-example-1.7.0
1.6.x
tubemq-example-1.6.0
1.5.x
tubemq-example-1.5.0
1.4.x
tubemq-example-1.4.0
1.3.x
tubemq-example-1.3.0
1.2.x
tubemq-example-1.2.0-incubating
1.1.x
tubemq-example-1.1.0-incubating
1.0.x
tubemq-example-1.0.0-incubating
0.12.x
tubemq-example-0.12.0-incubating
0.11.x
tubemq-example-0.11.0-incubating
0.10.x
tubemq-example-0.10.0-incubating
0.9.x
tubemq-example-0.9.0-incubating

How to add a dependency to Maven

Add the following org.apache.inlong : tubemq-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.inlong</groupId>
    <artifactId>tubemq-example</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.inlong : tubemq-example gradle dependency to your build.gradle file:

implementation 'org.apache.inlong:tubemq-example:1.7.0'

Gradle Kotlin DSL: Add the following org.apache.inlong : tubemq-example gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.inlong:tubemq-example:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.inlong : tubemq-example sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.inlong" % "tubemq-example" % "1.7.0"

Advertisement