log4javascript
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.tigris.log4javascript</groupId>
<artifactId>log4javascript</artifactId>
<version>1.3.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>org.tigris.log4javascript</groupId>
<artifactId>log4javascript</artifactId>
<version>1.3.1</version>
<name>log4javascript</name>
<packaging>javascript</packaging>
<url>http://log4javascript.tigris.org/</url>
<description>
The purpose of log4javascript is to provide JavaScript developers with a familiar, robust and flexible logging framework with which to debug JavaScript applications. This is becoming increasingly important as web interfaces become richer thanks to the recent appreciation of the possibilities of Ajax.
</description>
<licenses>
<license>
<name>Apache License</name>
<url>http://www.apache.org/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>
scm:svn:http://log4javascript.tigris.org/svn/log4javascript/trunk
</connection>
</scm>
<dependencies>
</dependencies>
<developers>
<developer>
<email>timdown@tigris.org</email>
<name>Tim Down</name>
</developer>
</developers>
</project>