guava-compatible
some apis are removed from guava v20, but is required for some third libraries.
| License |
License |
|---|---|
| Categories |
CategoriesGuava General Purpose Libraries Utility |
| GroupId | GroupIdcom.github.bingoohuang |
| ArtifactId | ArtifactIdguava-compatible |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionguava compatible
to make guava v20 be compatible for some removed apis
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| guava-compatible-0.0.2.pom | |
| guava-compatible-0.0.2.jar | 19 KB |
| guava-compatible-0.0.2-sources.jar | 14 KB |
| guava-compatible-0.0.2-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bingoohuang/guava-compatible/ -->
<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>guava-compatible</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bingoohuang/guava-compatible/
implementation 'com.github.bingoohuang:guava-compatible:0.0.2'
// https://jarcasting.com/artifacts/com.github.bingoohuang/guava-compatible/
implementation ("com.github.bingoohuang:guava-compatible:0.0.2")
'com.github.bingoohuang:guava-compatible:jar:0.0.2'
<dependency org="com.github.bingoohuang" name="guava-compatible" rev="0.0.2">
<artifact name="guava-compatible" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='guava-compatible', version='0.0.2')
)
libraryDependencies += "com.github.bingoohuang" % "guava-compatible" % "0.0.2"
[com.github.bingoohuang/guava-compatible "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 20.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 Optional | jar | 3.0.1 |
| org.projectlombok : lombok Optional | jar | 1.16.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.javassist : javassist | jar | 3.21.0-GA |
| junit : junit | jar | 4.12 |
some apis are removed from guava v20, but is required for some third libraries.