p

plan-fetcher-url

URL resource fetcher
Files download
File Operation
plan-fetcher-url-2.0.1.jar download
plan-fetcher-url-2.0.1.pom download
plan-fetcher-url-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ow2.util.plan</groupId>
  <artifactId>plan-fetcher-url</artifactId>
  <version>2.0.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.util.plan:plan-fetcher-url:2.0.1'
Gradle Kotlin
implementation("org.ow2.util.plan:plan-fetcher-url:2.0.1")
Scala SBT
libraryDependencies += "org.ow2.util.plan" % "plan-fetcher-url" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.util.plan', module='plan-fetcher-url', version='2.0.1')
)
Apache Ivy
<dependency org="org.ow2.util.plan" name="plan-fetcher-url" rev="2.0.1" />
Leiningen
[org.ow2.util.plan/plan-fetcher-url "2.0.1"]
Apache Buildr
'org.ow2.util.plan:plan-fetcher-url:jar:2.0.1'