Download spring-boot-dependency-tools-1.1.7.release.jar file

Introduction

You can download spring-boot-dependency-tools-1.1.7.release.jar in this page.

License

Apache Open Source

Type List

spring-boot-dependency-tools-1.1.7.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.springframework.boot/spring-boot-dependency-tools/pom.properties
META-INF/maven/org.springframework.boot/spring-boot-dependency-tools/pom.xml
org.springframework.boot.dependency.tools.AbstractDependencies.class
org.springframework.boot.dependency.tools.Assert.class
org.springframework.boot.dependency.tools.Dependencies.class
org.springframework.boot.dependency.tools.Dependency.class
org.springframework.boot.dependency.tools.ManagedDependencies.class
org.springframework.boot.dependency.tools.ManagedDependenciesDelegate.class
org.springframework.boot.dependency.tools.PomDependencies.class
org.springframework.boot.dependency.tools.PropertiesFileDependencies.class
org/springframework/boot/dependency/tools/effective-pom.xml

Pom

spring-boot-dependency-tools-1.1.7.release.pom file content.

<?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">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.springframework.boot</groupId>
		<artifactId>spring-boot-tools</artifactId>
		<version>1.1.7.RELEASE</version>
	</parent>
	<artifactId>spring-boot-dependency-tools</artifactId>
	<name>Spring Boot Dependency Tools</name>
	<description>Spring Boot Dependency Tools</description>
	<url>http://projects.spring.io/spring-boot/</url>
	<organization>
		<name>Pivotal Software, Inc.</name>
		<url>http://www.spring.io</url>
	</organization>
	<properties>
		<main.basedir>${basedir}/../..</main.basedir>
		<generated.pom.dir>${project.build.directory}/generated-resources/org/springframework/boot/dependency/tools</generated.pom.dir>
	</properties>
	<build>
		<resources>
			<resource>
				<directory>${project.build.directory}/generated-resources</directory>
			</resource>
		</resources>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-dependency-plugin</artifactId>
				<executions>
					<execution>
						<id>copy-effective-pom</id>
						<phase>generate-resources</phase>
						<goals>
							<goal>copy</goal>
						</goals>
						<configuration>
							<artifactItems>
								<artifactItem>
									<groupId>org.springframework.boot</groupId>
									<artifactId>spring-boot-versions</artifactId>
									<version>${project.version}</version>
									<type>effective-pom</type>
									<overWrite>true</overWrite>
									<outputDirectory>${generated.pom.dir}</outputDirectory>
									<destFileName>effective-pom.xml</destFileName>
								</artifactItem>
							</artifactItems>
						</configuration>
					</execution>
				</executions>
			</plugin>
		</plugins>
	</build>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-dependency-tools</artifactId>
   <version>1.1.7.release</version>
</dependency>

Download

If you think the following spring-boot-dependency-tools-1.1.7.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download spring-boot-dependency-tools-1.1.7.release.jar file




PreviousNext

Related