| License | License | 
|---|---|
| Categories | CategoriesJUnit Unit Testing | 
| GroupId | GroupIdorg.ow2.petals | 
| ArtifactId | ArtifactIdpetals-microkernel-junit | 
| Last Version | Last Version1.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionPetals ESB - Container - Micro-kernel - JUnit framework JBI container for Petals ESB | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-microkernel-junit/ -->
<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-microkernel-junit</artifactId>
    <version>1.1.0</version>
</dependency>// https://jarcasting.com/artifacts/org.ow2.petals/petals-microkernel-junit/
implementation 'org.ow2.petals:petals-microkernel-junit:1.1.0'// https://jarcasting.com/artifacts/org.ow2.petals/petals-microkernel-junit/
implementation ("org.ow2.petals:petals-microkernel-junit:1.1.0")'org.ow2.petals:petals-microkernel-junit:jar:1.1.0'<dependency org="org.ow2.petals" name="petals-microkernel-junit" rev="1.1.0">
  <artifact name="petals-microkernel-junit" type="jar" />
</dependency>@Grapes(
@Grab(group='org.ow2.petals', module='petals-microkernel-junit', version='1.1.0')
)libraryDependencies += "org.ow2.petals" % "petals-microkernel-junit" % "1.1.0"[org.ow2.petals/petals-microkernel-junit "1.1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.ow2.petals : petals-topology | jar | 1.10.0 | 
| org.ow2.petals : petals-microkernel-api | jar | 1.1.0 | 
| org.ow2.petals : petals-launcher-api | jar | 1.2.0 | 
| org.ow2.easycommons : easycommons-lang | jar | 1.5.0 | 
| junit : junit | jar | 4.12 |