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