Download spring-instrument-4.1.4.release.jar file

Introduction

You can download spring-instrument-4.1.4.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-instrument-4.1.4.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/license.txt
META-INF/notice.txt
org.springframework.instrument.InstrumentationSavingAgent.class

Pom

spring-instrument-4.1.4.release.pom file content.

<?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</groupId>
  <artifactId>spring-instrument</artifactId>
  <version>4.1.4.RELEASE</version>
  <name>Spring Instrument</name>
  <description>Spring Instrument</description>
  <url>https://github.com/spring-projects/spring-framework</url>
  <organization>
    <name>Spring IO</name>
    <url>http://projects.spring.io/spring-framework</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jhoeller</id>
      <name>Juergen Hoeller</name>
      <email>jhoeller@pivotal.io</email>
    </developer>
  </developers>
  <issueManagement>
    <system>Jira</system>
    <url>https://jira.springsource.org/browse/SPR</url>
  </issueManagement>
  <scm>
    <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
    <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
    <url>https://github.com/spring-projects/spring-framework</url>
  </scm>
</project>

POM Entry

<dependency>
   <groupId>org.springframework</groupId>
   <artifactId>spring-instrument</artifactId>
   <version>4.1.4.release</version>
</dependency>

Download

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



Download spring-instrument-4.1.4.release.jar file




PreviousNext

Related