g

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
https://github.com/steveash/guavate
Apache License, Version 2.0
Steve Ash
文件下载
文件名 操作
guavate-1.0.0.jar 下载
guavate-1.0.0.pom 下载
guavate-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.steveash.guavate</groupId>
  <artifactId>guavate</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.steveash.guavate:guavate:1.0.0'
Gradle Kotlin
implementation("com.github.steveash.guavate:guavate:1.0.0")
Scala SBT
libraryDependencies += "com.github.steveash.guavate" % "guavate" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.steveash.guavate', module='guavate', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.steveash.guavate" name="guavate" rev="1.0.0" />
Leiningen
[com.github.steveash.guavate/guavate "1.0.0"]
Apache Buildr
'com.github.steveash.guavate:guavate:jar:1.0.0'