| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.spals |
| ArtifactId | ArtifactIdspals-parent-pom |
| Version | Version8 |
| Type | Typepom |
| Filename | Size |
|---|---|
| spals-parent-pom-8.pom | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.spals/spals-parent-pom/ -->
<dependency>
<groupId>net.spals</groupId>
<artifactId>spals-parent-pom</artifactId>
<version>8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.spals/spals-parent-pom/
implementation 'net.spals:spals-parent-pom:8'
// https://jarcasting.com/artifacts/net.spals/spals-parent-pom/
implementation ("net.spals:spals-parent-pom:8")
'net.spals:spals-parent-pom:pom:8'
<dependency org="net.spals" name="spals-parent-pom" rev="8">
<artifact name="spals-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.spals', module='spals-parent-pom', version='8')
)
libraryDependencies += "net.spals" % "spals-parent-pom" % "8"
[net.spals/spals-parent-pom "8"]