g

guava-nifty-service

Guava service wrapper for Facebook's Nifty
https://github.com/thomaslee/guava-nifty-service
Apache License 2.0
Tom Lee
Files download
File Operation
guava-nifty-service-0.0.3.jar download
guava-nifty-service-0.0.3.pom download
guava-nifty-service-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>co.tomlee.guava.services</groupId>
  <artifactId>guava-nifty-service</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'co.tomlee.guava.services:guava-nifty-service:0.0.3'
Gradle Kotlin
implementation("co.tomlee.guava.services:guava-nifty-service:0.0.3")
Scala SBT
libraryDependencies += "co.tomlee.guava.services" % "guava-nifty-service" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='co.tomlee.guava.services', module='guava-nifty-service', version='0.0.3')
)
Apache Ivy
<dependency org="co.tomlee.guava.services" name="guava-nifty-service" rev="0.0.3" />
Leiningen
[co.tomlee.guava.services/guava-nifty-service "0.0.3"]
Apache Buildr
'co.tomlee.guava.services:guava-nifty-service:jar:0.0.3'