| Group ID: |
com.twitter |
| Artifact ID: |
finatra-utils_2.11 |
| Version: |
19.10.0 |
| Last modified: |
09.10.2019 01:35 |
| Packaging: |
jar |
| Name: |
finatra-utils |
| Description: |
finatra-utils |
| URL: |
https://github.com/twitter/finatra |
| Vendor: |
com.twitter |
|
|
| Size: |
3.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/twitter/finatra-utils_2.11/19.10.0/finatra-utils_2.11-19.10.0-tests-sources.jar |
| POM: |
Show
hide
<?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>finatra-utils_2.11</artifactId>
<packaging>jar</packaging>
<description>finatra-utils</description>
<url>https://github.com/twitter/finatra</url>
<version>19.10.0</version>
<licenses>
<license>
<name>Apache 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>finatra-utils</name>
<organization>
<name>com.twitter</name>
<url>https://github.com/twitter/finatra</url>
</organization>
<scm>
<url>git://github.com/twitter/finatra.git</url>
<connection>scm:git://github.com/twitter/finatra.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/finatra/scaladocs/</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>inject-app_2.11</artifactId>
<version>19.10.0</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>inject-core_2.11</artifactId>
<version>19.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>inject-server_2.11</artifactId>
<version>19.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>inject-utils_2.11</artifactId>
<version>19.10.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.11</artifactId>
<version>1.13.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-core_2.11</artifactId>
<version>2.4.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-junit_2.11</artifactId>
<version>2.4.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-mock_2.11</artifactId>
<version>2.4.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.21</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.0</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>com.github.nscala-time</groupId>
<artifactId>nscala-time_2.11</artifactId>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-http_2.11</artifactId>
<version>19.10.0</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-core_2.11</artifactId>
<version>19.10.0</version>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finatra-utils_2.11</artifactId>
<version>19.10.0</version>
<classifier>tests-sources</classifier>
</dependency>
|
| Gradle: |
com.twitter:finatra-utils_2.11:19.10.0:tests-sources |
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|