p

petals-junit-external-resources

Files download
File Operation
petals-junit-external-resources-1.0.2.jar download
petals-junit-external-resources-1.0.2.pom download
petals-junit-external-resources-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ow2.petals</groupId>
  <artifactId>petals-junit-external-resources</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.ow2.petals:petals-junit-external-resources:1.0.2'
Gradle Kotlin
implementation("org.ow2.petals:petals-junit-external-resources:1.0.2")
Scala SBT
libraryDependencies += "org.ow2.petals" % "petals-junit-external-resources" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.petals', module='petals-junit-external-resources', version='1.0.2')
)
Apache Ivy
<dependency org="org.ow2.petals" name="petals-junit-external-resources" rev="1.0.2" />
Leiningen
[org.ow2.petals/petals-junit-external-resources "1.0.2"]
Apache Buildr
'org.ow2.petals:petals-junit-external-resources:jar:1.0.2'