logging
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.iot-dsa</groupId>
<artifactId>logging</artifactId>
<version>0.24.2</version>
</dependency><?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.iot-dsa</groupId>
<artifactId>logging</artifactId>
<version>0.24.2</version>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>compile</scope>
</dependency>
</dependencies>
<description>Lightweight SL4J binding</description>
<name>logging</name>
<url>https://github.com/iot-dsa/sdk-dslink-java</url>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>samrg472</id>
<name>Samuel Grenier</name>
<email>support@atrius-iot.com</email>
<organization>iot-dsa</organization>
<organizationUrl>http://www.iot-dsa.org</organizationUrl>
</developer>
</developers>
<scm>
<url>scm:https://github.com/iot-dsa/sdk-dslink-java.git</url>
</scm>
</project>