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