s

seeds-functional

Atomic jars for Google Guava libraries
http://seeds.tribe7.net/
The Apache Software License, Version 2.0
Jesus Zazueta
Files download
File Operation
seeds-functional-16.0.1.jar download
seeds-functional-16.0.1.pom download
seeds-functional-16.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.tribe7.seeds</groupId>
  <artifactId>seeds-functional</artifactId>
  <version>16.0.1</version>
</dependency>
Gradle Groovy
implementation 'net.tribe7.seeds:seeds-functional:16.0.1'
Gradle Kotlin
implementation("net.tribe7.seeds:seeds-functional:16.0.1")
Scala SBT
libraryDependencies += "net.tribe7.seeds" % "seeds-functional" % "16.0.1"
Groovy Grape
@Grapes(
  @Grab(group='net.tribe7.seeds', module='seeds-functional', version='16.0.1')
)
Apache Ivy
<dependency org="net.tribe7.seeds" name="seeds-functional" rev="16.0.1" />
Leiningen
[net.tribe7.seeds/seeds-functional "16.0.1"]
Apache Buildr
'net.tribe7.seeds:seeds-functional:jar:16.0.1'