Maven Repository - POM file for Log composite-logging-api 3.3 3.3

Summary

composite-logging-api.

Collection of logging api dependencies.

Declaration

Here is the list of declaration for composite-logging-api. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>nz.ac.auckland.composite</groupId>
   <artifactId>composite-logging-api</artifactId>
   <version>3.3</version>
</dependency>

If you think this Maven repository POM file listing for composite-logging-api is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The composite-logging-api-3.3 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Logslf4j-api 1.7.5
The slf4j API
610




POM File Source

Here is the content of the POM file.

<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>nz.ac.auckland.groupapps.parent</groupId>
    <artifactId>parent-groupapps-central</artifactId>
    <version>1.1</version>
  </parent>
  
  <groupId>nz.ac.auckland.composite</groupId>
  <artifactId>composite-logging-api</artifactId>
  <version>3.3</version>
  <packaging>jar</packaging>

  <name>composite-logging-api</name>
  <description>
    Collection of logging api dependencies
  </description>

  <scm>
    <url>https://github.com/uoa-group-applications/composite-logging-api</url>
    <connection>scm:git:https://github.com/uoa-group-applications/composite-logging-api.git</connection>
    <developerConnection>scm:git:git@github.com:uoa-group-applications/composite-logging-api.git</developerConnection>
    <tag>composite-logging-api-3.3</tag>
  </scm>

  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.5</version>
    </dependency>
  </dependencies>

</project>