组织ID: |
org.springframework |
项目ID: |
spring-jcl |
版本: |
5.1.15.RELEASE |
最后修改时间: |
2020-04-28 22:23:54 |
包类型: |
jar |
标题: |
Spring Commons Logging Bridge |
描述: |
Spring Commons Logging Bridge |
相关URL: |
https://github.com/spring-projects/spring-framework |
大小: |
23.41KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jcl</artifactId>
<version>5.1.15.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-jcl:5.1.15.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/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework</groupId>
<artifactId>spring-jcl</artifactId>
<version>5.1.15.RELEASE</version>
<name>Spring Commons Logging Bridge</name>
<description>Spring Commons Logging Bridge</description>
<url>https://github.com/spring-projects/spring-framework</url>
<organization>
<name>Spring IO</name>
<url>https://projects.spring.io/spring-framework</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://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>GitHub</system>
<url>https://github.com/spring-projects/spring-framework/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.11.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.commons.logging.LogAdapter$1.class
org.apache.commons.logging.LogAdapter$Slf4jAdapter.class
org.apache.commons.logging.LogAdapter$Log4jAdapter.class
org.apache.commons.logging.LogAdapter$LocationResolvingLogRecord.class
org.apache.commons.logging.LogAdapter$LogApi.class
org.apache.commons.logging.LogAdapter.class
org.apache.commons.logging.LogAdapter$JavaUtilAdapter.class
org.apache.commons.logging.LogAdapter$JavaUtilLog.class
org.apache.commons.logging.LogFactory.class
org.apache.commons.logging.LogFactoryService.class
org.apache.commons.logging.LogAdapter$Log4jLog.class
org.apache.commons.logging.LogAdapter$Slf4jLocationAwareLog.class
org.apache.commons.logging.impl.SimpleLog.class
org.apache.commons.logging.impl.NoOpLog.class
org.apache.commons.logging.LogFactory$1.class
org.apache.commons.logging.Log.class
org.apache.commons.logging.LogAdapter$Slf4jLog.class
META-INF/services/org.apache.commons.logging.LogFactory
META-INF/notice.txt
META-INF/license.txt
|
依赖Jar: |
log4j-api-2.11.2.jar
/org.apache.logging.log4j/log4j-api/2.11.2
查看log4j-api所有版本文件
slf4j-api-1.7.30.jar
/org.slf4j/slf4j-api/1.7.30
查看slf4j-api所有版本文件
|