Download logging-api-1.0.4.jar file - Jar l

Jar examples for l:logging-api

Description

This project is the logging api library in the cisco vss foundation runtime

You can download jar file logging-api 1.0.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add logging-api-1.0.4.jar to your project.

<dependency>
   <groupId>com.sun.phobos</groupId>
   <artifactId>logging-api</artifactId>
   <version>1.0.4</version>
</dependency>
compile group: 'com.sun.phobos', name: 'logging-api', version: '1.0.4'
libraryDependencies += "com.sun.phobos" % "logging-api" % "1.0.4"
<dependency org="com.sun.phobos" name="logging-api" rev="1.0.4"/>
@Grapes(@Grab(group='com.sun.phobos', module='logging-api', version='1.0.4'))
'com.sun.phobos:logging-api:jar:1.0.4'

Download

Click the following link to download the jar file.

logging-api-1.0.4.jar
logging-api-1.0.4.pom



Related Tutorials