logging-api.
This project is the logging api library in the cisco vss foundation runtime.
Here is the list of declaration for logging-api. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.cisco.oss.foundation</groupId> <artifactId>logging-api</artifactId> <version>1.0.2-1</version> </dependency>
If you think this Maven repository POM file listing for logging-api is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The logging-api-1.0.2-1 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
XML | jdom2 2.0.5 A complete, Java-based solution for accessing, manipulating, and outputting XML data | 10 |
Development | reflections 0.9.8 Reflections - a Java runtime metadata analysis | 31 |
The following table lists the most popular artifacts which are depending on logging-api-1.0.2-1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Development | configuration-api 1.0.2-3 This project is the api library for configuration in the cisco vss foundation runtime | 8 |
The following packages are defined in the logging-api-1.0.2-1.jar
com.cisco.oss.foundation.logging com.cisco.oss.foundation.logging.structured
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- ~ Copyright 2014 Cisco Systems, Inc. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <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"> <parent> <groupId>com.cisco.oss.foundation</groupId> <artifactId>foundation-common-base</artifactId> <version>0.0.0-5</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>com.cisco.oss.foundation</groupId> <artifactId>logging-api</artifactId> <name>logging-api</name> <version>1.0.2-1</version> <description>This project is the logging api library in the cisco vss foundation runtime</description> <url>https://github.com/foundation-runtime/logging/tree/master/logging-api</url> <packaging>jar</packaging> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <issueManagement> <system>Github </system> <url>{URL in JIRA or Product name in CQ}</url> </issueManagement> <mailingLists> <mailingList /> </mailingLists> <properties> <javaVersion>1.6</javaVersion> </properties> <scm> <connection>scm:git:git@github.com:foundation-runtime/logging.git</connection> <developerConnection>scm:git:git@github.com:foundation-runtime/logging.git</developerConnection> <url>https://github.com/foundation-runtime/logging.git</url> <tag>logging-api-1.0.2-1</tag> </scm> <organization> <name>Cisco</name> <url>http://www.cisco.com</url> </organization> <build> <pluginManagement> <plugins /> </pluginManagement> <plugins> </plugins> </build> <dependencies> <dependency> <groupId>org.jdom</groupId> <artifactId>jdom2</artifactId> <version>2.0.5</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${slf4j-version}</version> </dependency> <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> <version>0.9.8</version> </dependency> </dependencies> </project>