Last Version

guavate 1.0.0

Guavate is a tiny library to help bridge the gap between gauva and java8 while the Guava team figures out what they are going to release

License

License

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.github.steveash.guavate
ArtifactId

ArtifactId

guavate
Version

Version

1.0.0
Type

Type

jar
Description

Description

guavate
Guavate is a tiny library to help bridge the gap between gauva and java8 while the Guava team figures out what they are going to release
Project URL

Project URL

https://github.com/steveash/guavate

Download guavate 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.steveash.guavate/guavate/ -->
<dependency>
    <groupId>com.github.steveash.guavate</groupId>
    <artifactId>guavate</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.steveash.guavate/guavate/
implementation 'com.github.steveash.guavate:guavate:1.0.0'
// https://jarcasting.com/artifacts/com.github.steveash.guavate/guavate/
implementation ("com.github.steveash.guavate:guavate:1.0.0")
'com.github.steveash.guavate:guavate:jar:1.0.0'
<dependency org="com.github.steveash.guavate" name="guavate" rev="1.0.0">
  <artifact name="guavate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.steveash.guavate', module='guavate', version='1.0.0')
)
libraryDependencies += "com.github.steveash.guavate" % "guavate" % "1.0.0"
[com.github.steveash.guavate/guavate "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 19.0
org.apache.commons : commons-lang3 jar 3.4

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.0
org.slf4j : slf4j-simple jar 1.7.21

Project Modules

There are no modules declared in this project.