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