spring-boot-thin-layout
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.springframework.boot.experimental</groupId> <artifactId>spring-boot-thin-layout</artifactId> <version>1.0.29.RELEASE</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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"> <modelVersion>4.0.0</modelVersion> <groupId>org.springframework.boot.experimental</groupId> <artifactId>spring-boot-thin-layout</artifactId> <version>1.0.29.RELEASE</version> <name>Spring Boot Thin Layout</name> <description>Demo project for Spring Boot</description> <url>https://spring.io/spring-boot/spring-boot-thin-layout</url> <organization> <name>Pivotal Software, Inc.</name> <url>https://www.spring.io</url> </organization> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> <comments>Copyright 2014-2022 the original author or authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</comments> </license> </licenses> <developers> <developer> <id>dsyer</id> <name>Dave Syer</name> <email>dsyer at pivotal.io</email> <organization>Pivotal Software, Inc.</organization> <organizationUrl>https://www.spring.io</organizationUrl> <roles> <role>lead</role> </roles> </developer> </developers> <scm> <connection>scm:git:git://github.com/dsyer/spring-boot-thin-launcher.git/spring-boot-thin-layout</connection> <developerConnection>scm:git:ssh://git@github.com/dsyer/spring-boot-thin-launcher.git/spring-boot-thin-layout</developerConnection> <url>https://github.com/dsyer/spring-boot-thin-launcher/spring-boot-thin-layout</url> </scm> <distributionManagement> <repository> <id>repo.spring.io</id> <name>Spring Release Repository</name> <url>https://repo.spring.io/libs-release-local</url> </repository> <snapshotRepository> <id>repo.spring.io</id> <name>Spring Snapshot Repository</name> <url>https://repo.spring.io/libs-snapshot-local</url> </snapshotRepository> <site> <id>spring-docs</id> <url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-boot/docs/spring-boot-thin-layout/1.0.29.RELEASE/spring-boot-thin-layout</url> </site> <downloadUrl>https://github.com/spring-projects</downloadUrl> </distributionManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-loader-tools</artifactId> <version>2.4.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.2</version> <scope>provided</scope> </dependency> </dependencies> </project>