is not current version
Last Version 1.2.0

org.ow2.petals:petals-cdk-junit 1.1.0

The PEtALS component framework. This framework is used to easily create JBI components.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-cdk-junit
Version

Version

1.1.0
Type

Type

jar

Download petals-cdk-junit 1.1.0


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