is not current version
Last Version 2.3.0

org.ow2.petals:petals-bc-rest-junit 2.2.1

JUnit framework for unit test of BC REST service unit

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-bc-rest-junit
Version

Version

2.2.1
Type

Type

jar

Download petals-bc-rest-junit 2.2.1


<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-bc-rest-junit/ -->
<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-bc-rest-junit</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-bc-rest-junit/
implementation 'org.ow2.petals:petals-bc-rest-junit:2.2.1'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-bc-rest-junit/
implementation ("org.ow2.petals:petals-bc-rest-junit:2.2.1")
'org.ow2.petals:petals-bc-rest-junit:jar:2.2.1'
<dependency org="org.ow2.petals" name="petals-bc-rest-junit" rev="2.2.1">
  <artifact name="petals-bc-rest-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-bc-rest-junit', version='2.2.1')
)
libraryDependencies += "org.ow2.petals" % "petals-bc-rest-junit" % "2.2.1"
[org.ow2.petals/petals-bc-rest-junit "2.2.1"]