Files download
File Operation
google-1.0.0.jar download
google-1.0.0.pom download
google-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ru.raysmith</groupId>
  <artifactId>google</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'ru.raysmith:google:1.0.0'
Gradle Kotlin
implementation("ru.raysmith:google:1.0.0")
Scala SBT
libraryDependencies += "ru.raysmith" % "google" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='ru.raysmith', module='google', version='1.0.0')
)
Apache Ivy
<dependency org="ru.raysmith" name="google" rev="1.0.0" />
Leiningen
[ru.raysmith/google "1.0.0"]
Apache Buildr
'ru.raysmith:google:jar:1.0.0'