组织ID: |
org.springframework |
项目ID: |
spring-instrument |
版本: |
3.2.0.RELEASE |
最后修改时间: |
2018-07-28 17:10:13 |
包类型: |
jar |
标题: |
Spring Instrument |
描述: |
Spring Instrument |
相关URL: |
https://github.com/SpringSource/spring-framework |
大小: |
7.02KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-instrument</artifactId>
<version>3.2.0.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-instrument:3.2.0.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?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>3.2.0.RELEASE</version>
<name>Spring Instrument</name>
<description>Spring Instrument</description>
<url>https://github.com/SpringSource/spring-framework</url>
<organization>
<name>SpringSource</name>
<url>http://springsource.org/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@vmware.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/SpringSource/spring-framework</connection>
<developerConnection>scm:git:git://github.com/SpringSource/spring-framework</developerConnection>
<url>https://github.com/SpringSource/spring-framework</url>
</scm>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.2.0.RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.instrument.InstrumentationSavingAgent.class
META-INF/notice.txt
META-INF/license.txt
|
依赖Jar: |
spring-core-3.2.0.RELEASE.jar
/org.springframework/spring-core/3.2.0.RELEASE
查看spring-core所有版本文件
|