| Группа | Группаcom.chutneytesting |
|---|---|
| Идентификатор | Идентификаторchutney-parent |
| Версия | Версия1.3.4 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| chutney-parent-1.3.4.pom | 34 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.chutneytesting/chutney-parent/ -->
<dependency>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>1.3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.chutneytesting/chutney-parent/
implementation 'com.chutneytesting:chutney-parent:1.3.4'
// https://jarcasting.com/artifacts/com.chutneytesting/chutney-parent/
implementation ("com.chutneytesting:chutney-parent:1.3.4")
'com.chutneytesting:chutney-parent:pom:1.3.4'
<dependency org="com.chutneytesting" name="chutney-parent" rev="1.3.4">
<artifact name="chutney-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.chutneytesting', module='chutney-parent', version='1.3.4')
)
libraryDependencies += "com.chutneytesting" % "chutney-parent" % "1.3.4"
[com.chutneytesting/chutney-parent "1.3.4"]