slf4j
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.guicedee.services</groupId> <artifactId>slf4j</artifactId> <version>1.2.2.1-jre17</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.guicedee.services</groupId> <artifactId>slf4j</artifactId> <version>1.2.2.1-jre17</version> <name>slf4j</name> <description>The core maven build properties</description> <url>https://github.com/qos-ch/slf4j</url> <licenses> <license> <name>CDDL + GPLv2 with classpath exception</name> <url>https://glassfish.java.net/nonav/public/CDDL+GPL_1_1.html</url> <distribution>repo</distribution> <comments>A business-friendly OSS license</comments> </license> </licenses> <developers> <developer> <url>http://java.net/projects/jms-spec/pages/Home/</url> <organization>Oracle Corporation</organization> </developer> </developers> <scm> <connection>https://github.com/qos-ch/slf4j</connection> <developerConnection>scm:svn:https://svn.java.net/svn/glassfish~svn/trunk/api/javaee-api/javax.jms</developerConnection> <url>http://java.net/projects/glassfish/sources/svn/show/trunk/api/javaee-api/javax.jms</url> </scm> </project>