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