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