| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdat.molindo |
| ArtifactId | ArtifactIdmolindo-maven-download |
| Last Version | Last Version1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSimple POM to download artifacts from Maven repos
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| molindo-maven-download-1.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/at.molindo/molindo-maven-download/ -->
<dependency>
<groupId>at.molindo</groupId>
<artifactId>molindo-maven-download</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/at.molindo/molindo-maven-download/
implementation 'at.molindo:molindo-maven-download:1'
// https://jarcasting.com/artifacts/at.molindo/molindo-maven-download/
implementation ("at.molindo:molindo-maven-download:1")
'at.molindo:molindo-maven-download:pom:1'
<dependency org="at.molindo" name="molindo-maven-download" rev="1">
<artifact name="molindo-maven-download" type="pom" />
</dependency>
@Grapes(
@Grab(group='at.molindo', module='molindo-maven-download', version='1')
)
libraryDependencies += "at.molindo" % "molindo-maven-download" % "1"
[at.molindo/molindo-maven-download "1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.3 |
| log4j : log4j | jar | 1.2.17 |
| junit : junit | jar | 4.11 |