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