| 组织ID: |
com.jeramtough |
| 项目ID: |
jtlog |
| 版本: |
1.5.2-RELEASE |
| 最后修改时间: |
2019-07-01 09:43:57 |
| 包类型: |
jar |
| 标题: |
jtlog |
| 描述: |
A logging library for javaweb project or android project |
| 相关URL: |
https://github.com/JeramTough/jtlog |
| 大小: |
54.76KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.jeramtough</groupId>
<artifactId>jtlog</artifactId>
<version>1.5.2-RELEASE</version>
</dependency>
|
| Gradle引入代码: |
com.jeramtough:jtlog:1.5.2-RELEASE
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.jeramtough</groupId>
<artifactId>jtlog</artifactId>
<version>1.5.2-RELEASE</version>
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.11.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<name>jtlog</name>
<description>A logging library for javaweb project or android project</description>
<url>https://github.com/JeramTough/jtlog</url>
<licenses>
<license>
<name>GNU Lesser General Public License Version 3</name>
<url>http://www.gnu.org/licenses/lgpl.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<tag>master</tag>
<url>https://github.com/JeramTough/Jtlog.git</url>
<connection>scm:git:https://github.com/JeramTough/Jtlog.git</connection>
<developerConnection>scm:git:https://github.com/JeramTough/Jtlog.git</developerConnection>
</scm>
<developers>
<developer>
<name>JeramTough</name>
<email>1171867004@qq.com</email>
</developer>
</developers>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
<configuration>
<skip>false</skip>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release</id>
<build>
</build>
</profile>
</profiles>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.jeramtough.jtlog.annotation.LogConfiguration.class
com.jeramtough.jtlog.bean.LogInformation$1.class
com.jeramtough.jtlog.bean.LogInformation$Builder.class
com.jeramtough.jtlog.bean.LogInformation.class
com.jeramtough.jtlog.config.LogConfig.class
com.jeramtough.jtlog.config.LogConfigDefaultValues.class
com.jeramtough.jtlog.config.LogConfigFactory.class
com.jeramtough.jtlog.config.SimpleLogConfigDefaultValues.class
com.jeramtough.jtlog.context.LogContext.class
com.jeramtough.jtlog.facade.L.class
com.jeramtough.jtlog.filter.EnableLogFilter.class
com.jeramtough.jtlog.filter.LogFilter.class
com.jeramtough.jtlog.filter.MinLevelLogFilter.class
com.jeramtough.jtlog.filter.TagLogFilter.class
com.jeramtough.jtlog.header.LogHeader.class
com.jeramtough.jtlog.jtlogger.JtLogger.class
com.jeramtough.jtlog.jtlogger.Logger.class
com.jeramtough.jtlog.jtlogger.LoggerManager.class
com.jeramtough.jtlog.lang.DefaultBoolean.class
com.jeramtough.jtlog.level.LogLevel.class
com.jeramtough.jtlog.printer.AndroidPrinter.class
com.jeramtough.jtlog.printer.BasePrinter$1.class
com.jeramtough.jtlog.printer.BasePrinter.class
com.jeramtough.jtlog.printer.JtPrinter.class
com.jeramtough.jtlog.printer.Log4j2Printer.class
com.jeramtough.jtlog.printer.LogbackPrinter.class
com.jeramtough.jtlog.printer.Printer.class
com.jeramtough.jtlog.printer.PrinterFactory.class
com.jeramtough.jtlog.printer.proxy.BasePrinterProxy$1.class
com.jeramtough.jtlog.printer.proxy.BasePrinterProxy.class
com.jeramtough.jtlog.printer.proxy.EnabledPrinterProxy.class
com.jeramtough.jtlog.printer.proxy.FilterPrinterProxy.class
com.jeramtough.jtlog.printer.proxy.LevelPrinterProxy.class
com.jeramtough.jtlog.printer.proxy.PrinterProxy.class
com.jeramtough.jtlog.printer.proxy.RecorderPrinterProxy.class
com.jeramtough.jtlog.recorder.FileLogRecorder$1.class
com.jeramtough.jtlog.recorder.FileLogRecorder$2.class
com.jeramtough.jtlog.recorder.FileLogRecorder.class
com.jeramtough.jtlog.recorder.LogRecorder.class
com.jeramtough.jtlog.style.ArrivePrintStyle.class
com.jeramtough.jtlog.style.BasePrintStyle$1.class
com.jeramtough.jtlog.style.BasePrintStyle.class
com.jeramtough.jtlog.style.DebugPrintStyle.class
com.jeramtough.jtlog.style.ErrorPrintStyle.class
com.jeramtough.jtlog.style.InfoPrintStyle.class
com.jeramtough.jtlog.style.PrintlnPrintStyle.class
com.jeramtough.jtlog.style.PrintStyle.class
com.jeramtough.jtlog.style.PrintStyleManager.class
com.jeramtough.jtlog.style.VerbosePrintStyle.class
com.jeramtough.jtlog.style.WarnPrintStyle.class
com.jeramtough.jtlog.tag.Tag.class
com.jeramtough.jtlog.util.LogHeaderFormatUtil.class
com.jeramtough.jtlog.util.MyStringUtil.class
com.jeramtough.jtlog.with.WithLogger.class
META-INF/maven/com.jeramtough/jtlog/pom.xml
META-INF/maven/com.jeramtough/jtlog/pom.properties
|
| 依赖Jar: |
junit-jupiter-api-5.2.0.jar
/org.junit.jupiter/junit-jupiter-api/5.2.0
查看junit-jupiter-api所有版本文件
logback-classic-1.2.3.jar
/ch.qos.logback/logback-classic/1.2.3
查看logback-classic所有版本文件
log4j-core-2.11.1.jar
/org.apache.logging.log4j/log4j-core/2.11.1
查看log4j-core所有版本文件
|