Last Version

PhoneGap Build API 0.0.10

This project aims to provide a stand-alone Java API for communicating with the PhoneGap Build REST API and a Maven Plugin which makes use of the API to turn WAR projects into binaries for mobile platforms.

License

License

GroupId

GroupId

com.github.chrisprice
ArtifactId

ArtifactId

phonegap-build-api
Version

Version

0.0.10
Type

Type

jar
Description

Description

PhoneGap Build API
This project aims to provide a stand-alone Java API for communicating with the PhoneGap Build REST API and a Maven Plugin which makes use of the API to turn WAR projects into binaries for mobile platforms.

Download phonegap-build-api 0.0.10


<!-- https://jarcasting.com/artifacts/com.github.chrisprice/phonegap-build-api/ -->
<dependency>
    <groupId>com.github.chrisprice</groupId>
    <artifactId>phonegap-build-api</artifactId>
    <version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisprice/phonegap-build-api/
implementation 'com.github.chrisprice:phonegap-build-api:0.0.10'
// https://jarcasting.com/artifacts/com.github.chrisprice/phonegap-build-api/
implementation ("com.github.chrisprice:phonegap-build-api:0.0.10")
'com.github.chrisprice:phonegap-build-api:jar:0.0.10'
<dependency org="com.github.chrisprice" name="phonegap-build-api" rev="0.0.10">
  <artifact name="phonegap-build-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisprice', module='phonegap-build-api', version='0.0.10')
)
libraryDependencies += "com.github.chrisprice" % "phonegap-build-api" % "0.0.10"
[com.github.chrisprice/phonegap-build-api "0.0.10"]

Dependencies

compile (5)

Group / Artifact Type Version
com.sun.jersey : jersey-client jar 1.12
com.sun.jersey : jersey-json jar 1.12
com.sun.jersey.contribs : jersey-apache-client jar 1.8
com.sun.jersey.contribs : jersey-multipart jar 1.12
com.google.guava : guava jar 12.0.1

Project Modules

There are no modules declared in this project.