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