License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.linecorp.bot |
ArtifactId | ArtifactIdline-bot-spring-boot |
Last Version | Last Version4.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionline-bot-spring-boot
LINE Bot SDK Java - line-bot-spring-boot
|
Project URL |
Project URL |
Filename | Size |
---|---|
line-bot-spring-boot-4.9.0.pom | |
line-bot-spring-boot-4.9.0.jar | 30 KB |
line-bot-spring-boot-4.9.0-sources.jar | 17 KB |
line-bot-spring-boot-4.9.0-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linecorp.bot/line-bot-spring-boot/ -->
<dependency>
<groupId>com.linecorp.bot</groupId>
<artifactId>line-bot-spring-boot</artifactId>
<version>4.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.bot/line-bot-spring-boot/
implementation 'com.linecorp.bot:line-bot-spring-boot:4.9.0'
// https://jarcasting.com/artifacts/com.linecorp.bot/line-bot-spring-boot/
implementation ("com.linecorp.bot:line-bot-spring-boot:4.9.0")
'com.linecorp.bot:line-bot-spring-boot:jar:4.9.0'
<dependency org="com.linecorp.bot" name="line-bot-spring-boot" rev="4.9.0">
<artifact name="line-bot-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.bot', module='line-bot-spring-boot', version='4.9.0')
)
libraryDependencies += "com.linecorp.bot" % "line-bot-spring-boot" % "4.9.0"
[com.linecorp.bot/line-bot-spring-boot "4.9.0"]
Group / Artifact | Type | Version |
---|---|---|
com.linecorp.bot : line-bot-api-client | jar | 4.9.0 |
com.linecorp.bot : line-bot-model | jar | 4.9.0 |
Group / Artifact | Type | Version |
---|---|---|
com.linecorp.bot : line-bot-parser | jar | 4.9.0 |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
com.google.guava : guava | jar | 30.0-jre |