maven-utils

High level api to interact with maven from within the jvm

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

se.alipsa
ArtifactId

ArtifactId

maven-3.3.9-utils
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

maven-utils
High level api to interact with maven from within the jvm
Project URL

Project URL

https://github.com/Alipsa/maven-utils
Source Code Management

Source Code Management

https://github.com/Alipsa/maven-utils/tree/main

Download maven-3.3.9-utils

How to add to project

<!-- https://jarcasting.com/artifacts/se.alipsa/maven-3.3.9-utils/ -->
<dependency>
    <groupId>se.alipsa</groupId>
    <artifactId>maven-3.3.9-utils</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/se.alipsa/maven-3.3.9-utils/
implementation 'se.alipsa:maven-3.3.9-utils:1.0.2'
// https://jarcasting.com/artifacts/se.alipsa/maven-3.3.9-utils/
implementation ("se.alipsa:maven-3.3.9-utils:1.0.2")
'se.alipsa:maven-3.3.9-utils:jar:1.0.2'
<dependency org="se.alipsa" name="maven-3.3.9-utils" rev="1.0.2">
  <artifact name="maven-3.3.9-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.alipsa', module='maven-3.3.9-utils', version='1.0.2')
)
libraryDependencies += "se.alipsa" % "maven-3.3.9-utils" % "1.0.2"
[se.alipsa/maven-3.3.9-utils "1.0.2"]

Dependencies

compile (10)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.36
com.github.spotbugs : spotbugs-annotations jar 4.5.3
org.apache.maven.shared : maven-invoker jar 3.1.0
org.apache.maven.shared : maven-shared-utils jar 3.3.4
commons-io : commons-io jar 2.11.0
org.apache.maven : maven-core jar 3.3.9
org.eclipse.aether : aether-connector-basic jar 1.1.0
org.eclipse.aether : aether-transport-file jar 1.1.0
org.eclipse.aether : aether-transport-http jar 1.1.0
org.apache.httpcomponents : httpclient jar 4.5.13

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2
org.slf4j : slf4j-simple jar 1.7.36

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0