| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Guava General Purpose Libraries Utility |
| GroupId | GroupIdcom.guicedee.services |
| ArtifactId | ArtifactIdguava |
| Version | Version62 |
| Type | Typejar |
| Description |
Descriptiongoogle.guava
Guava is a suite of core and expanded libraries that include
utility classes, google's collections, io classes, and much
much more.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| guava-62.pom | |
| guava-62.jar | 2 MB |
| guava-62-tests.jar | 22 bytes |
| guava-62-sources.jar | 1 MB |
| guava-62-javadoc.jar | 391 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/guava/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>guava</artifactId>
<version>62</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/guava/
implementation 'com.guicedee.services:guava:62'
// https://jarcasting.com/artifacts/com.guicedee.services/guava/
implementation ("com.guicedee.services:guava:62")
'com.guicedee.services:guava:jar:62'
<dependency org="com.guicedee.services" name="guava" rev="62">
<artifact name="guava" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='guava', version='62')
)
libraryDependencies += "com.guicedee.services" % "guava" % "62"
[com.guicedee.services/guava "62"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.guicedee.services : jakarta.activation | jar | |
| com.guicedee.services : jakarta.validation-api | jar | |
| com.guicedee.services : jakarta.annotation-api | jar | |
| com.google.guava : guava Optional | jar | 26.0-jre |
| com.google.code.findbugs : jsr305 Optional | jar | 3.0.2 |
| org.checkerframework : checker-qual Optional | jar | 2.5.2 |
| com.google.errorprone : error_prone_annotations Optional | jar | 2.1.3 |
| com.google.j2objc : j2objc-annotations Optional | jar | 1.1 |
| org.codehaus.mojo : animal-sniffer-annotations Optional | jar | 1.14 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.8 |
| org.mapstruct : mapstruct-processor | jar | 1.3.0.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.0-M1 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.assertj : assertj-core | jar | 3.12.2 |
| org.mockito : mockito-core | jar | 3.0.0 |
| com.h2database : h2 | jar | 1.4.199 |