Categories |
CategoriesGuava General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.bitbucket.cowwoc.requirements |
ArtifactId | ArtifactIdguava |
Version | Version4.0.6-RC |
Type | Typejar |
Filename | Size |
---|---|
guava-4.0.6-RC.pom | |
guava-4.0.6-RC.jar | 11 KB |
guava-4.0.6-RC-sources.jar | 9 KB |
guava-4.0.6-RC-javadoc.jar | 411 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.cowwoc.requirements/guava/ -->
<dependency>
<groupId>org.bitbucket.cowwoc.requirements</groupId>
<artifactId>guava</artifactId>
<version>4.0.6-RC</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc.requirements/guava/
implementation 'org.bitbucket.cowwoc.requirements:guava:4.0.6-RC'
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc.requirements/guava/
implementation ("org.bitbucket.cowwoc.requirements:guava:4.0.6-RC")
'org.bitbucket.cowwoc.requirements:guava:jar:4.0.6-RC'
<dependency org="org.bitbucket.cowwoc.requirements" name="guava" rev="4.0.6-RC">
<artifact name="guava" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cowwoc.requirements', module='guava', version='4.0.6-RC')
)
libraryDependencies += "org.bitbucket.cowwoc.requirements" % "guava" % "4.0.6-RC"
[org.bitbucket.cowwoc.requirements/guava "4.0.6-RC"]