p

plan-repository-impl

API for the resource fetchers
文件下载
文件名 操作
plan-repository-impl-2.0.1.jar 下载
plan-repository-impl-2.0.1.pom 下载
plan-repository-impl-2.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.ow2.util.plan</groupId>
  <artifactId>plan-repository-impl</artifactId>
  <version>2.0.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.util.plan:plan-repository-impl:2.0.1'
Gradle Kotlin
implementation("org.ow2.util.plan:plan-repository-impl:2.0.1")
Scala SBT
libraryDependencies += "org.ow2.util.plan" % "plan-repository-impl" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.util.plan', module='plan-repository-impl', version='2.0.1')
)
Apache Ivy
<dependency org="org.ow2.util.plan" name="plan-repository-impl" rev="2.0.1" />
Leiningen
[org.ow2.util.plan/plan-repository-impl "2.0.1"]
Apache Buildr
'org.ow2.util.plan:plan-repository-impl:jar:2.0.1'