| 组织ID: |
com.github.cb372 |
| 项目ID: |
cats-retry-core_2.12 |
| 版本: |
0.2.6 |
| 最后修改时间: |
2019-12-13 23:46:50 |
| 包类型: |
jar |
| 标题: |
Apache License, Version 2.0 |
| 描述: |
core |
| 相关URL: |
https://cb372.github.io/cats-retry/ |
| 大小: |
66.45KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.cb372</groupId>
<artifactId>cats-retry-core_2.12</artifactId>
<version>0.2.6</version>
</dependency>
|
| Gradle引入代码: |
com.github.cb372:cats-retry-core_2.12:0.2.6
|
| 下载Jar包: |
|
| POM文件内容: |
<?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.github.cb372</groupId>
<artifactId>cats-retry-core_2.12</artifactId>
<packaging>jar</packaging>
<description>core</description>
<url>https://cb372.github.io/cats-retry/</url>
<version>0.2.6</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>core</name>
<organization>
<name>com.github.cb372</name>
<url>https://cb372.github.io/cats-retry/</url>
</organization>
<scm>
<url>https://github.com/cb372/cats-retry</url>
<connection>scm:git:https://github.com/cb372/cats-retry.git</connection>
<developerConnection>scm:git:git@github.com:cb372/cats-retry.git</developerConnection>
</scm>
<developers>
<developer>
<id>cb372</id>
<name>Chris Birchall</name>
<email>chris.birchall@gmail.com</email>
<url>https://github.com/cb372</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.8</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-core_2.12</artifactId>
<version>2.0.0-M4</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-kernel-laws_2.12</artifactId>
<version>2.0.0-M4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.1.0-SNAP13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalatestplus-scalacheck_2.12</artifactId>
<version>1.0.0-SNAP8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>discipline-scalatest_2.12</artifactId>
<version>0.12.0-M3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.12</artifactId>
<version>1.14.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
retry.syntax.RetrySyntax.class
retry.syntax.package.class
retry.RetryStatus.class
retry.PolicyDecision$DelayAndRetry$.class
retry.syntax.AllSyntax.class
retry.package$NextStep$RetryAfterDelay$.class
retry.package$NextStep$RetryAfterDelay.class
retry.RetryDetails$GivingUp.class
retry.package$RetryingOnSomeErrorsPartiallyApplied.class
retry.RetryDetails$WillDelayAndRetry$.class
retry.PolicyDecision.class
retry.Sleep$$anon$1.class
retry.syntax.package$.class
retry.RetryPolicy$.class
retry.RetryPolicy.class
retry.RetryStatus$.class
retry.Sleep.class
retry.RetryPolicies$.class
retry.RetryDetails$.class
retry.syntax.RetryingOps.class
retry.syntax.package$all$.class
retry.Sleep$$anon$3.class
retry.PolicyDecision$GiveUp$.class
retry.package$RetryingOnSomeErrorsPartiallyApplied$$anonfun$performAction$2$1.class
retry.package$RetryingPartiallyApplied.class
retry.package$.class
retry.PolicyDecision$.class
retry.implicits$.class
retry.RetryDetails$GivingUp$.class
retry.PolicyDecision$DelayAndRetry.class
retry.Sleep$$anon$2.class
retry.Fibonacci.class
retry.package$RetryingOnAllErrorsPartiallyApplied.class
retry.package$NextStep$GiveUp$.class
retry.Sleep$.class
retry.RetryDetails.class
retry.RetryPolicy$$anon$1.class
retry.package.class
retry.Fibonacci$.class
retry.RetryPolicies.class
retry.RetryDetails$WillDelayAndRetry.class
retry.package$NextStep.class
retry.package$NextStep$.class
retry.implicits.class
|
| 依赖Jar: |
scala-library-2.12.8.jar
/org.scala-lang/scala-library/2.12.8
查看scala-library所有版本文件
cats-core_2.12-2.0.0-M4.jar
/org.typelevel/cats-core_2.12/2.0.0-M4
查看cats-core_2.12所有版本文件
cats-kernel-laws_2.12-2.0.0-M4.jar
/org.typelevel/cats-kernel-laws_2.12/2.0.0-M4
查看cats-kernel-laws_2.12所有版本文件
scalatest_2.12-3.1.0-SNAP13.jar
/org.scalatest/scalatest_2.12/3.1.0-SNAP13
查看scalatest_2.12所有版本文件
scalatestplus-scalacheck_2.12-1.0.0-SNAP8.jar
/org.scalatestplus/scalatestplus-scalacheck_2.12/1.0.0-SNAP8
查看scalatestplus-scalacheck_2.12所有版本文件
discipline-scalatest_2.12-0.12.0-M3.jar
/org.typelevel/discipline-scalatest_2.12/0.12.0-M3
查看discipline-scalatest_2.12所有版本文件
scalacheck_2.12-1.14.0.jar
/org.scalacheck/scalacheck_2.12/1.14.0
查看scalacheck_2.12所有版本文件
|