License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.kie.modules |
ArtifactId | ArtifactIdorg-sonatype-maven |
Last Version | Last Version6.5.0.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKIE EAP - org-sonatype-maven static module
The parent with dependencies imports the KIE Platform BOM and adds the default test-scoped dependencies.
All modules extend this parent, except for the user-facing BOMs (which are used here).
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
org-sonatype-maven-6.5.0.Final.pom | 976 bytes |
org-sonatype-maven-6.5.0.Final-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.modules/org-sonatype-maven/ -->
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>org-sonatype-maven</artifactId>
<version>6.5.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/org-sonatype-maven/
implementation 'org.kie.modules:org-sonatype-maven:6.5.0.Final'
// https://jarcasting.com/artifacts/org.kie.modules/org-sonatype-maven/
implementation ("org.kie.modules:org-sonatype-maven:6.5.0.Final")
'org.kie.modules:org-sonatype-maven:jar:6.5.0.Final'
<dependency org="org.kie.modules" name="org-sonatype-maven" rev="6.5.0.Final">
<artifact name="org-sonatype-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='org-sonatype-maven', version='6.5.0.Final')
)
libraryDependencies += "org.kie.modules" % "org-sonatype-maven" % "6.5.0.Final"
[org.kie.modules/org-sonatype-maven "6.5.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
org.sonatype.maven : wagon-ahc | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.mockito : mockito-core | jar |