slf4j-gwt
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ru.finam</groupId> <artifactId>slf4j-gwt</artifactId> <version>1.7.7.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>ru.finam</groupId> <artifactId>slf4j-gwt</artifactId> <version>1.7.7.1</version> <name>slf4j-gwt</name> <description>Simple slf4j api implementation for GWT</description> <url>https://github.com/FinamTrade/slf4j-gwt</url> <inceptionYear>2013</inceptionYear> <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> <developers> <developer> <id>korzhevskiy</id> <name>Andrei Korzhevskii</name> <email>a.korzhevskiy@gmail.com</email> <url>https://github.com/nordligulv</url> </developer> </developers> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/FinamTrade/slf4j-gwt/issues</url> </issueManagement> <scm> <connection>scm:git:https://github.com/FinamTrade/slf4j-gwt.git</connection> <developerConnection>scm:git:git@github.com:FinamTrade/slf4j-gwt.git</developerConnection> <url>https://github.com/FinamTrade/slf4j-gwt</url> </scm> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-user</artifactId> <version>2.7.0</version> <scope>compile</scope> </dependency> </dependencies> </project>