P

PoisonIvy

Poison Ivy - Java Library Dependency Resolver and Application Launcher
http://mrstampy.github.com/PoisonIvy/
GNU Public License, Version 2.0
Burt Alexander
Files download
File Operation
PoisonIvy-1.4.jar download
PoisonIvy-1.4.pom download
PoisonIvy-1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mrstampy</groupId>
  <artifactId>PoisonIvy</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.mrstampy:PoisonIvy:1.4'
Gradle Kotlin
implementation("com.github.mrstampy:PoisonIvy:1.4")
Scala SBT
libraryDependencies += "com.github.mrstampy" % "PoisonIvy" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mrstampy', module='PoisonIvy', version='1.4')
)
Apache Ivy
<dependency org="com.github.mrstampy" name="PoisonIvy" rev="1.4" />
Leiningen
[com.github.mrstampy/PoisonIvy "1.4"]
Apache Buildr
'com.github.mrstampy:PoisonIvy:jar:1.4'