l

line-liff-client

LINE Bot SDK Java - line-liff-client
https://github.com/line/line-bot-sdk-java
Apache
Tokuhiro Matsuno Kazuki MATSUDA
Files download
File Operation
line-liff-client-8.0.1.jar download
line-liff-client-8.0.1.pom download
line-liff-client-8.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.linecorp.bot</groupId>
  <artifactId>line-liff-client</artifactId>
  <version>8.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.linecorp.bot:line-liff-client:8.0.1'
Gradle Kotlin
implementation("com.linecorp.bot:line-liff-client:8.0.1")
Scala SBT
libraryDependencies += "com.linecorp.bot" % "line-liff-client" % "8.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.linecorp.bot', module='line-liff-client', version='8.0.1')
)
Apache Ivy
<dependency org="com.linecorp.bot" name="line-liff-client" rev="8.0.1" />
Leiningen
[com.linecorp.bot/line-liff-client "8.0.1"]
Apache Buildr
'com.linecorp.bot:line-liff-client:jar:8.0.1'