GroupId | GroupIdcom.brienwheeler.apps |
---|---|
ArtifactId | ArtifactIdpom-apps |
Version | Version1.0-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
pom-apps-1.0-RELEASE.pom | 630 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.brienwheeler.apps/pom-apps/ -->
<dependency>
<groupId>com.brienwheeler.apps</groupId>
<artifactId>pom-apps</artifactId>
<version>1.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.brienwheeler.apps/pom-apps/
implementation 'com.brienwheeler.apps:pom-apps:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.brienwheeler.apps/pom-apps/
implementation ("com.brienwheeler.apps:pom-apps:1.0-RELEASE")
'com.brienwheeler.apps:pom-apps:pom:1.0-RELEASE'
<dependency org="com.brienwheeler.apps" name="pom-apps" rev="1.0-RELEASE">
<artifact name="pom-apps" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.brienwheeler.apps', module='pom-apps', version='1.0-RELEASE')
)
libraryDependencies += "com.brienwheeler.apps" % "pom-apps" % "1.0-RELEASE"
[com.brienwheeler.apps/pom-apps "1.0-RELEASE"]