Categories |
CategoriesGuava General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.github.linlinisme |
ArtifactId | ArtifactIdbeyond-guava |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGuava: Google Core Libraries for Java
Guava is a suite of core and expanded libraries that include
utility classes, google's collections, io classes, and much
much more.
|
Filename | Size |
---|---|
beyond-guava-1.0.0.pom | |
beyond-guava-1.0.0.jar | 2 MB |
beyond-guava-1.0.0-sources.jar | 1 MB |
beyond-guava-1.0.0-javadoc.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.linlinisme/beyond-guava/ -->
<dependency>
<groupId>com.github.linlinisme</groupId>
<artifactId>beyond-guava</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.linlinisme/beyond-guava/
implementation 'com.github.linlinisme:beyond-guava:1.0.0'
// https://jarcasting.com/artifacts/com.github.linlinisme/beyond-guava/
implementation ("com.github.linlinisme:beyond-guava:1.0.0")
'com.github.linlinisme:beyond-guava:jar:1.0.0'
<dependency org="com.github.linlinisme" name="beyond-guava" rev="1.0.0">
<artifact name="beyond-guava" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.linlinisme', module='beyond-guava', version='1.0.0')
)
libraryDependencies += "com.github.linlinisme" % "beyond-guava" % "1.0.0"
[com.github.linlinisme/beyond-guava "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | |
org.checkerframework : checker-qual | jar | |
com.sun.istack : istack-commons-runtime | jar | 3.0 |
com.google.errorprone : error_prone_annotations | jar | |
com.google.j2objc : j2objc-annotations | jar | |
org.codehaus.mojo : animal-sniffer-annotations | jar | ${animal.sniffer.version} |