| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdorg.kuali.pom |
| ArtifactId | ArtifactIdkuali-maven |
| Last Version | Last Version5.0.6 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionKuali Maven
This pom contains common configuration (plugins, profiles, executions, etc) for authoring Maven tooling. Plugins, wagons, extensions, etc.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| kuali-maven-5.0.6.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.pom/kuali-maven/ -->
<dependency>
<groupId>org.kuali.pom</groupId>
<artifactId>kuali-maven</artifactId>
<version>5.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.pom/kuali-maven/
implementation 'org.kuali.pom:kuali-maven:5.0.6'
// https://jarcasting.com/artifacts/org.kuali.pom/kuali-maven/
implementation ("org.kuali.pom:kuali-maven:5.0.6")
'org.kuali.pom:kuali-maven:pom:5.0.6'
<dependency org="org.kuali.pom" name="kuali-maven" rev="5.0.6">
<artifact name="kuali-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kuali.pom', module='kuali-maven', version='5.0.6')
)
libraryDependencies += "org.kuali.pom" % "kuali-maven" % "5.0.6"
[org.kuali.pom/kuali-maven "5.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.2.1 |
| commons-io : commons-io | jar | 2.4 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven : maven-compat | jar | 3.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |