l

lince-commons-rest-client

Lince Commons is an Lince project focused on rest client aspects of reusable Java components.
http://www.lince.work
MIT License
Pedro Zatta
Files download
File Operation
lince-commons-rest-client-0.0.2.jar download
lince-commons-rest-client-0.0.2.pom download
lince-commons-rest-client-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>work.lince</groupId>
  <artifactId>lince-commons-rest-client</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'work.lince:lince-commons-rest-client:0.0.2'
Gradle Kotlin
implementation("work.lince:lince-commons-rest-client:0.0.2")
Scala SBT
libraryDependencies += "work.lince" % "lince-commons-rest-client" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='work.lince', module='lince-commons-rest-client', version='0.0.2')
)
Apache Ivy
<dependency org="work.lince" name="lince-commons-rest-client" rev="0.0.2" />
Leiningen
[work.lince/lince-commons-rest-client "0.0.2"]
Apache Buildr
'work.lince:lince-commons-rest-client:jar:0.0.2'