g

gusp

Glue between GUava and SPring
https://github.com/alopukhov/gusp
The Apache License, Version 2.0
Andrei Lopukhov
Files download
File Operation
gusp-1.0.1.jar download
gusp-1.0.1.pom download
gusp-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.alopukhov.gusp</groupId>
  <artifactId>gusp</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.alopukhov.gusp:gusp:1.0.1'
Gradle Kotlin
implementation("io.github.alopukhov.gusp:gusp:1.0.1")
Scala SBT
libraryDependencies += "io.github.alopukhov.gusp" % "gusp" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.alopukhov.gusp', module='gusp', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.alopukhov.gusp" name="gusp" rev="1.0.1" />
Leiningen
[io.github.alopukhov.gusp/gusp "1.0.1"]
Apache Buildr
'io.github.alopukhov.gusp:gusp:jar:1.0.1'