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