License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdse.alipsa |
ArtifactId | ArtifactIdmaven-3.8.4-utils |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmaven-utils
High level api to interact with maven from within the jvm
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-3.8.4-utils-1.0.2.pom | |
maven-3.8.4-utils-1.0.2.jar | 21 KB |
maven-3.8.4-utils-1.0.2-sources.jar | 12 KB |
maven-3.8.4-utils-1.0.2-javadoc.jar | 432 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.alipsa/maven-3.8.4-utils/ -->
<dependency>
<groupId>se.alipsa</groupId>
<artifactId>maven-3.8.4-utils</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/se.alipsa/maven-3.8.4-utils/
implementation 'se.alipsa:maven-3.8.4-utils:1.0.2'
// https://jarcasting.com/artifacts/se.alipsa/maven-3.8.4-utils/
implementation ("se.alipsa:maven-3.8.4-utils:1.0.2")
'se.alipsa:maven-3.8.4-utils:jar:1.0.2'
<dependency org="se.alipsa" name="maven-3.8.4-utils" rev="1.0.2">
<artifact name="maven-3.8.4-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.alipsa', module='maven-3.8.4-utils', version='1.0.2')
)
libraryDependencies += "se.alipsa" % "maven-3.8.4-utils" % "1.0.2"
[se.alipsa/maven-3.8.4-utils "1.0.2"]
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.8.4 |
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 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.slf4j : slf4j-simple | jar | 1.7.36 |