Download org.tinygroup.logger-1.2.0.jar file

Introduction

You can download org.tinygroup.logger-1.2.0.jar in this page.

License

Open Source

Type List

org.tinygroup.logger-1.2.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.tinygroup/org.tinygroup.logger/pom.properties
META-INF/maven/org.tinygroup/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

Pom

org.tinygroup.logger-1.2.0.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>framework</artifactId>
		<version>1.2.0</version>
	</parent>
	<artifactId>org.tinygroup.logger</artifactId>
	<name>org.tinygroup.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>org.tinygroup.context</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>org.tinygroup</groupId>
			<artifactId>org.tinygroup.i18n</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
			<version>1.7.7</version>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-log4j12</artifactId>
			<version>1.7.7</version>
		</dependency>
		<dependency>
			<groupId>log4j</groupId>
			<artifactId>log4j</artifactId>
			<version>1.2.17</version>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>3.8.1</version>
			<scope>test</scope>
		</dependency>
	</dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.tinygroup</groupId>
   <artifactId>org.tinygroup.logger</artifactId>
   <version>1.2.0</version>
</dependency>

Download

If you think the following org.tinygroup.logger-1.2.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download org.tinygroup.logger-1.2.0.jar file




PreviousNext

Related