p

parseclient

Ths is a non-official Parse.com library that wrap JAX-RS to offer a high level client to Parse.com REST API.
https://github.com/pierredavidbelanger/parseclient
GNU LESSER GENERAL PUBLIC LICENSE
Pierre-David Bélanger
Files download
File Operation
parseclient-1.1.1.jar download
parseclient-1.1.1.pom download
parseclient-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>ca.pjer</groupId>
  <artifactId>parseclient</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'ca.pjer:parseclient:1.1.1'
Gradle Kotlin
implementation("ca.pjer:parseclient:1.1.1")
Scala SBT
libraryDependencies += "ca.pjer" % "parseclient" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='ca.pjer', module='parseclient', version='1.1.1')
)
Apache Ivy
<dependency org="ca.pjer" name="parseclient" rev="1.1.1" />
Leiningen
[ca.pjer/parseclient "1.1.1"]
Apache Buildr
'ca.pjer:parseclient:jar:1.1.1'