| Categories |
CategoriesJUnit Unit Testing |
|---|---|
| GroupId | GroupIdcom.chutneytesting |
| ArtifactId | ArtifactIdchutney-junit-parent |
| Version | Version1.3.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| chutney-junit-parent-1.3.1.pom | 805 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.chutneytesting/chutney-junit-parent/ -->
<dependency>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-junit-parent</artifactId>
<version>1.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.chutneytesting/chutney-junit-parent/
implementation 'com.chutneytesting:chutney-junit-parent:1.3.1'
// https://jarcasting.com/artifacts/com.chutneytesting/chutney-junit-parent/
implementation ("com.chutneytesting:chutney-junit-parent:1.3.1")
'com.chutneytesting:chutney-junit-parent:pom:1.3.1'
<dependency org="com.chutneytesting" name="chutney-junit-parent" rev="1.3.1">
<artifact name="chutney-junit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.chutneytesting', module='chutney-junit-parent', version='1.3.1')
)
libraryDependencies += "com.chutneytesting" % "chutney-junit-parent" % "1.3.1"
[com.chutneytesting/chutney-junit-parent "1.3.1"]