License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.minlia.maven |
ArtifactId | ArtifactIdminlia-pom |
Last Version | Last Version1.0.0.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMinlia Progressive Organization POM
A organization pom for Maven projects using the latest versions of available plugins and progressively
updating to the latest whenever possible.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
minlia-pom-1.0.0.RELEASE.pom | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.minlia.maven/minlia-pom/ -->
<dependency>
<groupId>com.minlia.maven</groupId>
<artifactId>minlia-pom</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.minlia.maven/minlia-pom/
implementation 'com.minlia.maven:minlia-pom:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.minlia.maven/minlia-pom/
implementation ("com.minlia.maven:minlia-pom:1.0.0.RELEASE")
'com.minlia.maven:minlia-pom:pom:1.0.0.RELEASE'
<dependency org="com.minlia.maven" name="minlia-pom" rev="1.0.0.RELEASE">
<artifact name="minlia-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.minlia.maven', module='minlia-pom', version='1.0.0.RELEASE')
)
libraryDependencies += "com.minlia.maven" % "minlia-pom" % "1.0.0.RELEASE"
[com.minlia.maven/minlia-pom "1.0.0.RELEASE"]