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