g

gravatar-java-client

A Gravatar Java Client library that is used to communicate with the Gravatar XML-RPC API
https://github.com/hayes-roach/Gravatar-Java-Client
MIT License
Hayes Roach
文件下载
文件名 操作
gravatar-java-client-1.0.2.jar 下载
gravatar-java-client-1.0.2.pom 下载
gravatar-java-client-1.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.hayes-roach</groupId>
  <artifactId>gravatar-java-client</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.hayes-roach:gravatar-java-client:1.0.2'
Gradle Kotlin
implementation("io.github.hayes-roach:gravatar-java-client:1.0.2")
Scala SBT
libraryDependencies += "io.github.hayes-roach" % "gravatar-java-client" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.hayes-roach', module='gravatar-java-client', version='1.0.2')
)
Apache Ivy
<dependency org="io.github.hayes-roach" name="gravatar-java-client" rev="1.0.2" />
Leiningen
[io.github.hayes-roach/gravatar-java-client "1.0.2"]
Apache Buildr
'io.github.hayes-roach:gravatar-java-client:jar:1.0.2'