You can download logger-0.0.12.jar in this page.
Open Source
logger-0.0.12.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.tinygroup/logger/pom.properties META-INF/maven/org.tinygroup/logger/pom.xml org.tinygroup.logger.LogLevel.class org.tinygroup.logger.Logger.class org.tinygroup.logger.LoggerFactory.class org.tinygroup.logger.impl.LogBuffer.class org.tinygroup.logger.impl.LoggerImpl.class org.tinygroup.logger.impl.Message.class
logger-0.0.12.pom file content.
<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> <parent> <groupId> org.tinygroup </groupId> <artifactId> common </artifactId> <version> 0.0.12 </version> </parent> <artifactId> logger </artifactId> <name> logger </name> <url> http://maven.apache.org </url> <properties> <project.build.sourceEncoding> UTF-8 </project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId> org.tinygroup </groupId> <artifactId> context </artifactId> <version> ${project.version} </version> </dependency> <dependency> <groupId> org.tinygroup </groupId> <artifactId> i18n </artifactId> <version> ${project.version} </version> </dependency> <dependency> <groupId> junit </groupId> <artifactId> junit </artifactId> <version> 3.8.1 </version> <scope> test </scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.tinygroup</groupId> <artifactId>logger</artifactId> <version>0.0.12</version> </dependency>
If you think the following logger-0.0.12.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download logger-0.0.12.jar file