License |
License |
---|---|
GroupId | GroupIdcom.github.chrisprice |
ArtifactId | ArtifactIdphonegap-build |
Version | Version0.0.10 |
Type | Typepom |
Description |
DescriptionPhoneGap 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
phonegap-build-0.0.10.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisprice/phonegap-build/ -->
<dependency>
<groupId>com.github.chrisprice</groupId>
<artifactId>phonegap-build</artifactId>
<version>0.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisprice/phonegap-build/
implementation 'com.github.chrisprice:phonegap-build:0.0.10'
// https://jarcasting.com/artifacts/com.github.chrisprice/phonegap-build/
implementation ("com.github.chrisprice:phonegap-build:0.0.10")
'com.github.chrisprice:phonegap-build:pom:0.0.10'
<dependency org="com.github.chrisprice" name="phonegap-build" rev="0.0.10">
<artifact name="phonegap-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisprice', module='phonegap-build', version='0.0.10')
)
libraryDependencies += "com.github.chrisprice" % "phonegap-build" % "0.0.10"
[com.github.chrisprice/phonegap-build "0.0.10"]