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.4.0.jar download
line-liff-client-8.4.0.pom download
line-liff-client-8.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.linecorp.bot</groupId>
  <artifactId>line-liff-client</artifactId>
  <version>8.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.linecorp.bot:line-liff-client:8.4.0'
Gradle Kotlin
implementation("com.linecorp.bot:line-liff-client:8.4.0")
Scala SBT
libraryDependencies += "com.linecorp.bot" % "line-liff-client" % "8.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.linecorp.bot', module='line-liff-client', version='8.4.0')
)
Apache Ivy
<dependency org="com.linecorp.bot" name="line-liff-client" rev="8.4.0" />
Leiningen
[com.linecorp.bot/line-liff-client "8.4.0"]
Apache Buildr
'com.linecorp.bot:line-liff-client:jar:8.4.0'