Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.wandrell.maven |
ArtifactId | ArtifactIdbase-pom |
Version | Version0.1.1 |
Type | Typepom |
Filename | Size |
---|---|
base-pom-0.1.1.pom | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wandrell.maven/base-pom/ -->
<dependency>
<groupId>com.wandrell.maven</groupId>
<artifactId>base-pom</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wandrell.maven/base-pom/
implementation 'com.wandrell.maven:base-pom:0.1.1'
// https://jarcasting.com/artifacts/com.wandrell.maven/base-pom/
implementation ("com.wandrell.maven:base-pom:0.1.1")
'com.wandrell.maven:base-pom:pom:0.1.1'
<dependency org="com.wandrell.maven" name="base-pom" rev="0.1.1">
<artifact name="base-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wandrell.maven', module='base-pom', version='0.1.1')
)
libraryDependencies += "com.wandrell.maven" % "base-pom" % "0.1.1"
[com.wandrell.maven/base-pom "0.1.1"]