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