is not current version
Last Version 1.1.1

ca.pjer:parseclient 1.0.0

Ths is a non-official Parse.com library that wrap JAX-RS to offer a high level client to Parse.com REST API.

Categories

Categories

CLI User Interface
GroupId

GroupId

ca.pjer
ArtifactId

ArtifactId

parseclient
Version

Version

1.0.0
Type

Type

jar

Download parseclient 1.0.0


<!-- https://jarcasting.com/artifacts/ca.pjer/parseclient/ -->
<dependency>
    <groupId>ca.pjer</groupId>
    <artifactId>parseclient</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ca.pjer/parseclient/
implementation 'ca.pjer:parseclient:1.0.0'
// https://jarcasting.com/artifacts/ca.pjer/parseclient/
implementation ("ca.pjer:parseclient:1.0.0")
'ca.pjer:parseclient:jar:1.0.0'
<dependency org="ca.pjer" name="parseclient" rev="1.0.0">
  <artifact name="parseclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.pjer', module='parseclient', version='1.0.0')
)
libraryDependencies += "ca.pjer" % "parseclient" % "1.0.0"
[ca.pjer/parseclient "1.0.0"]