is not current version
Last Version 0.0.10

com.github.chrisprice:phonegap-build 0.0.1

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
Version

Version

0.0.1
Type

Type

pom

Download phonegap-build 0.0.1

Filename Size
phonegap-build-0.0.1.pom 2 KB
Browse

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