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.

License

License

GroupId

GroupId

com.github.chrisprice
ArtifactId

ArtifactId

phonegap-build-api
Last Version

Last Version

0.0.10
Release Date

Release Date

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

How to add to project

<!-- 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.

I am no longer actively maintained this project, as I have personally not used it for a number of years. If anyone wishes to adopt it, I'm happy to help them take over.

PhoneGap Build Java API and Maven Plugin

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.

Website

Blog

Build Status

Versions

Version
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1