| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
|---|---|
| Группа | Группаcom.surenpi.autotest |
| Идентификатор | Идентификаторautotest.parent |
| Версия | Версия1.0.1-20170815 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| autotest.parent-1.0.1-20170815.pom | 15 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.surenpi.autotest/autotest.parent/ -->
<dependency>
<groupId>com.surenpi.autotest</groupId>
<artifactId>autotest.parent</artifactId>
<version>1.0.1-20170815</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.surenpi.autotest/autotest.parent/
implementation 'com.surenpi.autotest:autotest.parent:1.0.1-20170815'
// https://jarcasting.com/artifacts/com.surenpi.autotest/autotest.parent/
implementation ("com.surenpi.autotest:autotest.parent:1.0.1-20170815")
'com.surenpi.autotest:autotest.parent:pom:1.0.1-20170815'
<dependency org="com.surenpi.autotest" name="autotest.parent" rev="1.0.1-20170815">
<artifact name="autotest.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.surenpi.autotest', module='autotest.parent', version='1.0.1-20170815')
)
libraryDependencies += "com.surenpi.autotest" % "autotest.parent" % "1.0.1-20170815"
[com.surenpi.autotest/autotest.parent "1.0.1-20170815"]