strictlogging-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.sf.buildbox</groupId>
<artifactId>strictlogging-api</artifactId>
<version>1.0.1</version>
</dependency><?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.buildbox</groupId>
<artifactId>strictlogging-api</artifactId>
<version>1.0.1</version>
<packaging>jar</packaging>
<description>Lightweight log wrapper enforcing catalogized messages</description>
<parent>
<groupId>net.sf.buildbox</groupId>
<artifactId>strictlogging</artifactId>
<version>1.0.1</version>
</parent>
<name>strictlogging-api:1.0.1</name>
<url>http://buildbox.sf.net/strictlogging#api</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<!-- -->
<sourceDirectory>src</sourceDirectory>
<resources>
<resource>
<directory>src</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
<testSourceDirectory>test</testSourceDirectory>
<testResources>
<testResource>
<directory>test</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</testResource>
</testResources>
<!-- -->
</build>
<scm>
<connection>scm:svn:https://buildbox.svn.sourceforge.net/svnroot/buildbox/tags/net.sf.buildbox-strictlogging-1.0.1/api</connection>
<developerConnection>scm:svn:https://buildbox.svn.sourceforge.net/svnroot/buildbox/tags/net.sf.buildbox-strictlogging-1.0.1/api</developerConnection>
<url>https://buildbox.svn.sourceforge.net/svnroot/buildbox/tags/net.sf.buildbox-strictlogging-1.0.1/api</url>
</scm>
</project>