MVN

com.linecorp.bot : line-bot-module-attach-client

Maven & Gradle

Aug 23, 2023
594 stars

line-bot-module-attach-client · LINE Bot SDK Java - line-bot-module-attach-client

<dependency>
    <groupId>com.linecorp.bot</groupId>
    <artifactId>line-bot-module-attach-client</artifactId>
    <version>7.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linecorp.bot : line-bot-module-attach-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.6.0
  • Latest Release Candidate: 7.0.0-RC3

All Versions

Choose a version of com.linecorp.bot : line-bot-module-attach-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.6.x
line-bot-module-attach-client-7.6.0
7.5.x
line-bot-module-attach-client-7.5.0
7.4.x
line-bot-module-attach-client-7.4.0
7.3.x
line-bot-module-attach-client-7.3.0
7.2.x
line-bot-module-attach-client-7.2.0
7.1.x
line-bot-module-attach-client-7.1.0
7.0.x
line-bot-module-attach-client-7.0.1
line-bot-module-attach-client-7.0.0
line-bot-module-attach-client-7.0.0-RC3
line-bot-module-attach-client-7.0.0-RC2

How to add a dependency to Maven

Add the following com.linecorp.bot : line-bot-module-attach-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.linecorp.bot</groupId>
    <artifactId>line-bot-module-attach-client</artifactId>
    <version>7.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linecorp.bot : line-bot-module-attach-client gradle dependency to your build.gradle file:

implementation 'com.linecorp.bot:line-bot-module-attach-client:7.6.0'

Gradle Kotlin DSL: Add the following com.linecorp.bot : line-bot-module-attach-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.linecorp.bot:line-bot-module-attach-client:7.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linecorp.bot : line-bot-module-attach-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linecorp.bot" % "line-bot-module-attach-client" % "7.6.0"

Advertisement