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