| License |
License |
|---|---|
| Categories |
CategoriesGuava General Purpose Libraries Utility |
| GroupId | GroupIdorg.bitbucket.cowwoc.requirements |
| ArtifactId | ArtifactIdguava |
| Last Version | Last Version5.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA fluent API for enforcing design contracts with automatic message generation
|
| Filename | Size |
|---|---|
| guava-5.2.2.pom | |
| guava-5.2.2.jar | 18 KB |
| guava-5.2.2-sources.jar | 14 KB |
| guava-5.2.2-javadoc.jar | 435 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.cowwoc.requirements/guava/ -->
<dependency>
<groupId>org.bitbucket.cowwoc.requirements</groupId>
<artifactId>guava</artifactId>
<version>5.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc.requirements/guava/
implementation 'org.bitbucket.cowwoc.requirements:guava:5.2.2'
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc.requirements/guava/
implementation ("org.bitbucket.cowwoc.requirements:guava:5.2.2")
'org.bitbucket.cowwoc.requirements:guava:jar:5.2.2'
<dependency org="org.bitbucket.cowwoc.requirements" name="guava" rev="5.2.2">
<artifact name="guava" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cowwoc.requirements', module='guava', version='5.2.2')
)
libraryDependencies += "org.bitbucket.cowwoc.requirements" % "guava" % "5.2.2"
[org.bitbucket.cowwoc.requirements/guava "5.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.bitbucket.cowwoc.requirements : java | jar | 5.2.2 |
| com.google.guava : guava | jar | 27.0.1-jre |