| Title: |
BitSensor ~ Support ~ Springboot |
| Group ID: |
io.bitsensor.plugins |
| Artifact ID: |
bitsensor-spring-boot |
| Version: |
2.1.1-RC1 (2017-09-21T11:21:56Z) |
| Last modified: |
21.09.2017 11:25 |
| Packaging: |
jar |
| Name: |
BitSensor ~ Support ~ Springboot |
| Vendor: |
BitSensor |
|
|
| Size: |
8.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/io/bitsensor/plugins/bitsensor-spring-boot/2.1.1-RC1/bitsensor-spring-boot-2.1.1-RC1.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>bitsensor-support</artifactId>
<groupId>io.bitsensor.plugins</groupId>
<version>2.1.1-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>bitsensor-spring-boot</artifactId>
<name>BitSensor ~ Support ~ Springboot</name>
<dependencies>
<dependency>
<groupId>io.bitsensor.plugins</groupId>
<artifactId>bitsensor-core</artifactId>
</dependency>
<dependency>
<groupId>io.bitsensor.plugins</groupId>
<artifactId>bitsensor-http</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>5.4.1.Final</version>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>io.bitsensor.plugins</groupId>
<artifactId>bitsensor-spring-boot</artifactId>
<version>2.1.1-RC1</version>
</dependency>
|
| Gradle: |
io.bitsensor.plugins:bitsensor-spring-boot:2.1.1-RC1 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|