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