GroupId | GroupIdcom.github.chrisprice |
---|---|
ArtifactId | ArtifactIdphonegap-build |
Version | Version0.0.5 |
Type | Typepom |
Filename | Size |
---|---|
phonegap-build-0.0.5.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.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisprice/phonegap-build/
implementation 'com.github.chrisprice:phonegap-build:0.0.5'
// https://jarcasting.com/artifacts/com.github.chrisprice/phonegap-build/
implementation ("com.github.chrisprice:phonegap-build:0.0.5")
'com.github.chrisprice:phonegap-build:pom:0.0.5'
<dependency org="com.github.chrisprice" name="phonegap-build" rev="0.0.5">
<artifact name="phonegap-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisprice', module='phonegap-build', version='0.0.5')
)
libraryDependencies += "com.github.chrisprice" % "phonegap-build" % "0.0.5"
[com.github.chrisprice/phonegap-build "0.0.5"]