greylog
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.greysoft.naf</groupId>
<artifactId>greylog</artifactId>
<version>2.5.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2010-2022 Yusef Badri - All rights reserved.
NAF is distributed under the terms of the GNU Affero General Public License, Version 3 (AGPLv3).
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>com.github.greysoft.naf</groupId>
<artifactId>greylog</artifactId>
<version>2.5.2</version>
<name>GreyLog Logging Framework</name>
<description>Framework for non-blocking socket I/O and timers</description>
<url>http://www.greyware.co.uk/naf/greylog</url>
<licenses>
<license>
<name>GNU Affero General Public License, Version 3 (AGPLv3)</name>
<url>https://www.gnu.org/licenses/agpl-3.0.en.html</url>
</license>
</licenses>
<developers>
<developer>
<name>Yusef Badri</name>
<organizationUrl>https://github.com/greysoft</organizationUrl>
</developer>
</developers>
<scm>
<connection>https://github.com/greysoft/naf/greylog</connection>
<developerConnection>https://github.com/greysoft/naf/greylog</developerConnection>
<url>https://github.com/greysoft/naf/greylog</url>
</scm>
<dependencies>
<dependency>
<groupId>com.github.greysoft.naf</groupId>
<artifactId>greybase</artifactId>
<version>2.5.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.7.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>