Maven Artifact Utilities


License

License

MIT
Categories

Categories

Maven Build Tools
GroupId

GroupId

com.edugility
ArtifactId

ArtifactId

maven-artifacts
Last Version

Last Version

1.0.9
Release Date

Release Date

Type

Type

jar
Description

Description

Maven Artifact Utilities
Maven Artifact Utilities
Project Organization

Project Organization

Edugility
Source Code Management

Source Code Management

https://github.com/ljnelson/maven-artifacts/

Download maven-artifacts

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.maven.shared : maven-dependency-tree jar 2.2
org.apache.maven : maven-compat jar 3.3.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.9
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0