GroupId | GroupIdcom.github.chrisprice |
---|---|
ArtifactId | ArtifactIdphonegap-build-api |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
phonegap-build-api-0.0.6.pom | |
phonegap-build-api-0.0.6.jar | 54 KB |
phonegap-build-api-0.0.6-sources.jar | 29 KB |
phonegap-build-api-0.0.6-javadoc.jar | 298 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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisprice/phonegap-build-api/
implementation 'com.github.chrisprice:phonegap-build-api:0.0.6'
// https://jarcasting.com/artifacts/com.github.chrisprice/phonegap-build-api/
implementation ("com.github.chrisprice:phonegap-build-api:0.0.6")
'com.github.chrisprice:phonegap-build-api:jar:0.0.6'
<dependency org="com.github.chrisprice" name="phonegap-build-api" rev="0.0.6">
<artifact name="phonegap-build-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisprice', module='phonegap-build-api', version='0.0.6')
)
libraryDependencies += "com.github.chrisprice" % "phonegap-build-api" % "0.0.6"
[com.github.chrisprice/phonegap-build-api "0.0.6"]