is not current version
Last Version 0.0.10

com.github.chrisprice:phonegap-build-api 0.0.8

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.

GroupId

GroupId

com.github.chrisprice
ArtifactId

ArtifactId

phonegap-build-api
Version

Version

0.0.8
Type

Type

jar

Download phonegap-build-api 0.0.8


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