License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.wandrell.maven |
ArtifactId | ArtifactIdbase-pom |
Last Version | Last Version1.1.8 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBase POM
Generic base POM for Maven-based Java projects.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
base-pom-1.1.8.pom | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wandrell.maven/base-pom/ -->
<dependency>
<groupId>com.wandrell.maven</groupId>
<artifactId>base-pom</artifactId>
<version>1.1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wandrell.maven/base-pom/
implementation 'com.wandrell.maven:base-pom:1.1.8'
// https://jarcasting.com/artifacts/com.wandrell.maven/base-pom/
implementation ("com.wandrell.maven:base-pom:1.1.8")
'com.wandrell.maven:base-pom:pom:1.1.8'
<dependency org="com.wandrell.maven" name="base-pom" rev="1.1.8">
<artifact name="base-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wandrell.maven', module='base-pom', version='1.1.8')
)
libraryDependencies += "com.wandrell.maven" % "base-pom" % "1.1.8"
[com.wandrell.maven/base-pom "1.1.8"]