maven-plugins
plugins
- search-maven-plugin
- tinyjar-maven-plugin
- validate-maven-plugin
License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIduk.co.probablyfine |
ArtifactId | ArtifactIdmaven-plugins |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmaven-plugins-parent
Parent project for uk.co.probablyfine maven plugins.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-plugins-1.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.co.probablyfine/maven-plugins/ -->
<dependency>
<groupId>uk.co.probablyfine</groupId>
<artifactId>maven-plugins</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/uk.co.probablyfine/maven-plugins/
implementation 'uk.co.probablyfine:maven-plugins:1.1'
// https://jarcasting.com/artifacts/uk.co.probablyfine/maven-plugins/
implementation ("uk.co.probablyfine:maven-plugins:1.1")
'uk.co.probablyfine:maven-plugins:pom:1.1'
<dependency org="uk.co.probablyfine" name="maven-plugins" rev="1.1">
<artifact name="maven-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='uk.co.probablyfine', module='maven-plugins', version='1.1')
)
libraryDependencies += "uk.co.probablyfine" % "maven-plugins" % "1.1"
[uk.co.probablyfine/maven-plugins "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-plugin-api | jar | 3.0.4 |
org.apache.maven : maven-project | jar | 3.0-alpha-2 |
org.apache.maven.plugins : maven-gpg-plugin | jar | 1.6 |