Download spring-agent-2.5.6.sec03.jar file

Introduction

You can download spring-agent-2.5.6.sec03.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-agent-2.5.6.sec03.jar file has the following types.

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

Pom

spring-agent-2.5.6.sec03.pom file content.

<?xml version="1.0"?>
<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/maven-v4_0_0.xsd">

	<modelVersion>4.0.0</modelVersion>
	<groupId>org.springframework</groupId>
	<artifactId>spring-agent</artifactId>
	<packaging>jar</packaging>
	<name>Spring Framework: Agent</name>
	<version>2.5.6.SEC03</version>
	<description>Spring Framework: Agent</description>
	<url>http://www.springframework.org</url>
	<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>
	<scm>
		<connection>scm:cvs:pserver:anonymous:@springframework.cvs.sourceforge.net:/cvsroot/springframework:spring</connection>
		<developerConnection>scm:cvs:ext:username@springframework.cvs.sourceforge.net:/cvsroot/springframework:spring</developerConnection>
		<url>http://springframework.cvs.sourceforge.net/springframework/</url>
	</scm>
	<organization>
		<name>Spring Framework</name>
		<url>http://www.springframework.org/</url>
	</organization>
	<dependencies>
<!-- External Dependencies -->
<!-- Spring Dependencies -->
	</dependencies>
	<distributionManagement>
		<repository>
			<id>spring-milestone</id>
			<name>Spring Milestone Repository</name>
			<url>s3://maven.springframework.org/milestone</url>
		</repository>
		<snapshotRepository>
			<id>spring-snapshot</id>
			<name>Spring Snapshot Repository</name>
			<url>s3://maven.springframework.org/snapshot</url>
		</snapshotRepository>
	</distributionManagement>
</project>

POM Entry

<dependency>
   <groupId>org.springframework</groupId>
   <artifactId>spring-agent</artifactId>
   <version>2.5.6.sec03</version>
</dependency>

Download

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



Download spring-agent-2.5.6.sec03.jar file




PreviousNext

Related