| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mrstampy |
| ArtifactId | ArtifactIdPoisonIvy |
| Version | Version1.4 |
| Type | Typejar |
| Description |
DescriptionPoison Ivy - Java Library Dependency Resolver and Application Launcher
Poison Ivy - Java Library Dependency Resolver and Application Launcher
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| PoisonIvy-1.4.pom | |
| PoisonIvy-1.4.jar | 16 KB |
| PoisonIvy-1.4-sources.jar | 10 KB |
| PoisonIvy-1.4-javadoc.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mrstampy/PoisonIvy/ -->
<dependency>
<groupId>com.github.mrstampy</groupId>
<artifactId>PoisonIvy</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrstampy/PoisonIvy/
implementation 'com.github.mrstampy:PoisonIvy:1.4'
// https://jarcasting.com/artifacts/com.github.mrstampy/PoisonIvy/
implementation ("com.github.mrstampy:PoisonIvy:1.4")
'com.github.mrstampy:PoisonIvy:jar:1.4'
<dependency org="com.github.mrstampy" name="PoisonIvy" rev="1.4">
<artifact name="PoisonIvy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrstampy', module='PoisonIvy', version='1.4')
)
libraryDependencies += "com.github.mrstampy" % "PoisonIvy" % "1.4"
[com.github.mrstampy/PoisonIvy "1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.ivy : ivy Optional | jar | 2.4.0-rc1 |
| org.slf4j : slf4j-api Optional | jar | 1.7.6 |
| commons-cli : commons-cli Optional | jar | 1.2 |