Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.ow2.petals |
ArtifactId | ArtifactIdpetals-cdk-junit |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-cdk-junit/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-cdk-junit</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-cdk-junit/
implementation 'org.ow2.petals:petals-cdk-junit:1.0.0'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-cdk-junit/
implementation ("org.ow2.petals:petals-cdk-junit:1.0.0")
'org.ow2.petals:petals-cdk-junit:jar:1.0.0'
<dependency org="org.ow2.petals" name="petals-cdk-junit" rev="1.0.0">
<artifact name="petals-cdk-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-cdk-junit', version='1.0.0')
)
libraryDependencies += "org.ow2.petals" % "petals-cdk-junit" % "1.0.0"
[org.ow2.petals/petals-cdk-junit "1.0.0"]