util-slf4j-api_2.11
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.twitter</groupId> <artifactId>util-slf4j-api_2.11</artifactId> <version>21.2.0</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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>com.twitter</groupId> <artifactId>util-slf4j-api_2.11</artifactId> <packaging>jar</packaging> <description>util-slf4j-api</description> <version>21.2.0</version> <name>util-slf4j-api</name> <organization> <name>com.twitter</name> </organization> <url>https://github.com/twitter/util</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <scm> <url>git@github.com:twitter/util.git</url> <connection>scm:git:git@github.com:twitter/util.git</connection> </scm> <developers> <developer> <id>twitter</id> <name>Twitter Inc.</name> <url>https://www.twitter.com/</url> </developer> </developers> <properties> <info.apiURL>https://twitter.github.io/util/docs/</info.apiURL> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.12</version> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>util-core_2.11</artifactId> <version>21.2.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>util-mock_2.11</artifactId> <version>21.2.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-collection-compat_2.11</artifactId> <version>2.1.2</version> </dependency> <dependency> <groupId>com.novocode</groupId> <artifactId>junit-interface</artifactId> <version>0.11</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.11</artifactId> <version>3.1.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatestplus</groupId> <artifactId>junit-4-12_2.11</artifactId> <version>3.1.2.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.30</version> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-scala_2.11</artifactId> <version>1.14.8</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.30</version> <scope>test</scope> </dependency> </dependencies> </project>