Maven Artifact Get Tool

Tool that allows to get artifacts from Maven repositories

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.codeteapot.tools
ArtifactId

ArtifactId

maven-artifact-get
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Maven Artifact Get Tool
Tool that allows to get artifacts from Maven repositories
Project URL

Project URL

https://github.com/codeteapot/maven-artifact-get
Project Organization

Project Organization

CodeTeapot
Source Code Management

Source Code Management

https://github.com/codeteapot/maven-artifact-get/tree/main

Download maven-artifact-get

How to add to project

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

Dependencies

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.0
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
org.assertj : assertj-core jar 3.17.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.2
0.1.1