g

groogle

Groovy DSL for Google
https://github.com/edn-es/groogle
Apache-2.0
Jorge Aguilera
Files download
File Operation
groogle-4.0.0-rc1.jar download
groogle-4.0.0-rc1.pom download
groogle-4.0.0-rc1-sources.jar download
Apache Maven
<dependency>
  <groupId>es.edn</groupId>
  <artifactId>groogle</artifactId>
  <version>4.0.0-rc1</version>
</dependency>
Gradle Groovy
implementation 'es.edn:groogle:4.0.0-rc1'
Gradle Kotlin
implementation("es.edn:groogle:4.0.0-rc1")
Scala SBT
libraryDependencies += "es.edn" % "groogle" % "4.0.0-rc1"
Groovy Grape
@Grapes(
  @Grab(group='es.edn', module='groogle', version='4.0.0-rc1')
)
Apache Ivy
<dependency org="es.edn" name="groogle" rev="4.0.0-rc1" />
Leiningen
[es.edn/groogle "4.0.0-rc1"]
Apache Buildr
'es.edn:groogle:jar:4.0.0-rc1'