line-bot-spring-boot-handler
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.linecorp.bot</groupId> <artifactId>line-bot-spring-boot-handler</artifactId> <version>9.3.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.linecorp.bot</groupId> <artifactId>line-bot-spring-boot-handler</artifactId> <version>9.3.1</version> <name>line-bot-spring-boot-handler</name> <description>LINE Bot SDK Java - line-bot-spring-boot-handler</description> <url>https://github.com/line/line-bot-sdk-java</url> <licenses> <license> <name>Apache</name> <url>https://opensource.org/licenses/Apache-2.0</url> </license> </licenses> <developers> <developer> <id>tokuhirom</id> <name>Tokuhiro Matsuno</name> <email>tokuhirom@gmail.com</email> </developer> <developer> <id>kazuki-ma</id> <name>Kazuki MATSUDA</name> <email>matsuda.kazuki@gmail.com</email> </developer> </developers> <scm> <connection>scm:git@github.com:line/line-bot-sdk-java.git</connection> <developerConnection>scm:git@github.com:line/line-bot-sdk-java.git</developerConnection> <url>scm:git@github.com:line/line-bot-sdk-java.git</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>3.3.5</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>com.linecorp.bot</groupId> <artifactId>line-bot-spring-boot-client</artifactId> <version>9.3.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.linecorp.bot</groupId> <artifactId>line-bot-spring-boot-webmvc</artifactId> <version>9.3.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <scope>runtime</scope> </dependency> </dependencies> </project>