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