组织ID: |
org.springframework |
项目ID: |
spring-instrument |
版本: |
3.1.2.RELEASE |
最后修改时间: |
2018-07-31 21:50:46 |
包类型: |
jar |
标题: |
The Apache Software License, Version 2.0 |
大小: |
7.18KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-instrument</artifactId>
<version>3.1.2.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-instrument:3.1.2.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework</groupId>
<artifactId>spring-instrument</artifactId>
<packaging>jar</packaging>
<version>3.1.2.RELEASE</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.1.2.RELEASE</version>
</parent>
<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>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/license.txt
META-INF/notice.txt
org.springframework.instrument.InstrumentationSavingAgent.class
overview.html
|
依赖Jar: |
无
|