is not current version
Last Version 2.3.0

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

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.0.0
Type

Type

jar

Download petals-bc-rest-junit 2.0.0


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