Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.linecorp.bot |
ArtifactId | ArtifactIdline-bot-spring-boot |
Version | Version3.4.0 |
Type | Typejar |
Filename | Size |
---|---|
line-bot-spring-boot-3.4.0.pom | |
line-bot-spring-boot-3.4.0.jar | 29 KB |
line-bot-spring-boot-3.4.0-sources.jar | 16 KB |
line-bot-spring-boot-3.4.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>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.bot/line-bot-spring-boot/
implementation 'com.linecorp.bot:line-bot-spring-boot:3.4.0'
// https://jarcasting.com/artifacts/com.linecorp.bot/line-bot-spring-boot/
implementation ("com.linecorp.bot:line-bot-spring-boot:3.4.0")
'com.linecorp.bot:line-bot-spring-boot:jar:3.4.0'
<dependency org="com.linecorp.bot" name="line-bot-spring-boot" rev="3.4.0">
<artifact name="line-bot-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.bot', module='line-bot-spring-boot', version='3.4.0')
)
libraryDependencies += "com.linecorp.bot" % "line-bot-spring-boot" % "3.4.0"
[com.linecorp.bot/line-bot-spring-boot "3.4.0"]