GroupId | GroupIdname.pehl |
---|---|
ArtifactId | ArtifactIdsuperpom |
Version | Version19 |
Type | Typepom |
Filename | Size |
---|---|
superpom-19.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/name.pehl/superpom/ -->
<dependency>
<groupId>name.pehl</groupId>
<artifactId>superpom</artifactId>
<version>19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/name.pehl/superpom/
implementation 'name.pehl:superpom:19'
// https://jarcasting.com/artifacts/name.pehl/superpom/
implementation ("name.pehl:superpom:19")
'name.pehl:superpom:pom:19'
<dependency org="name.pehl" name="superpom" rev="19">
<artifact name="superpom" type="pom" />
</dependency>
@Grapes(
@Grab(group='name.pehl', module='superpom', version='19')
)
libraryDependencies += "name.pehl" % "superpom" % "19"
[name.pehl/superpom "19"]