组织ID: |
org.springframework |
项目ID: |
spring-instrument |
版本: |
4.3.15.RELEASE |
最后修改时间: |
2018-07-27 20:58:32 |
包类型: |
jar |
标题: |
Spring Instrument |
描述: |
Spring Instrument |
相关URL: |
https://github.com/spring-projects/spring-framework |
大小: |
7.08KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-instrument</artifactId>
<version>4.3.15.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-instrument:4.3.15.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>4.3.15.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>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>jhoeller</id>
<name>Juergen Hoeller</name>
<email>jhoeller@pivotal.io</email>
</developer>
</developers>
<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>
<issueManagement>
<system>Jira</system>
<url>https://jira.springsource.org/browse/SPR</url>
</issueManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.instrument.InstrumentationSavingAgent.class
META-INF/notice.txt
META-INF/license.txt
|
依赖Jar: |
无
|