Last Version

jUnitTools 0.8

Simplifying jUnit tests.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

pl.javadevelopers.junit
ArtifactId

ArtifactId

parent
Version

Version

0.8
Type

Type

pom
Description

Description

jUnitTools
Simplifying jUnit tests.

Download parent 0.8

Filename Size
parent-0.8.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/pl.javadevelopers.junit/parent/ -->
<dependency>
    <groupId>pl.javadevelopers.junit</groupId>
    <artifactId>parent</artifactId>
    <version>0.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pl.javadevelopers.junit/parent/
implementation 'pl.javadevelopers.junit:parent:0.8'
// https://jarcasting.com/artifacts/pl.javadevelopers.junit/parent/
implementation ("pl.javadevelopers.junit:parent:0.8")
'pl.javadevelopers.junit:parent:pom:0.8'
<dependency org="pl.javadevelopers.junit" name="parent" rev="0.8">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='pl.javadevelopers.junit', module='parent', version='0.8')
)
libraryDependencies += "pl.javadevelopers.junit" % "parent" % "0.8"
[pl.javadevelopers.junit/parent "0.8"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • testCases