License |
License |
---|---|
GroupId | GroupIdcom.github.chrisprice |
ArtifactId | ArtifactIdphonegap-build-api |
Version | Version0.0.10 |
Type | Typejar |
Description |
DescriptionPhoneGap 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.
|
Filename | Size |
---|---|
phonegap-build-api-0.0.10.pom | |
phonegap-build-api-0.0.10.jar | 55 KB |
phonegap-build-api-0.0.10-sources.jar | 30 KB |
phonegap-build-api-0.0.10-javadoc.jar | 299 KB |
Browse |
<!-- 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"]
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 |