| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdpl.javadevelopers.junit |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version0.8 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionjUnitTools
Simplifying jUnit tests.
|
| 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"]