p

petals-cli-base-junit

文件下载
文件名 操作
petals-cli-base-junit-2.1.0.jar 下载
petals-cli-base-junit-2.1.0.pom 下载
petals-cli-base-junit-2.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.ow2.petals</groupId>
  <artifactId>petals-cli-base-junit</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.ow2.petals:petals-cli-base-junit:2.1.0'
Gradle Kotlin
implementation("org.ow2.petals:petals-cli-base-junit:2.1.0")
Scala SBT
libraryDependencies += "org.ow2.petals" % "petals-cli-base-junit" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.petals', module='petals-cli-base-junit', version='2.1.0')
)
Apache Ivy
<dependency org="org.ow2.petals" name="petals-cli-base-junit" rev="2.1.0" />
Leiningen
[org.ow2.petals/petals-cli-base-junit "2.1.0"]
Apache Buildr
'org.ow2.petals:petals-cli-base-junit:jar:2.1.0'