не последняя версия
Последняя версия 0.2.1

ru.iopump.pumpfw:commons 0.1

GUI Automation Framework. Based on Selenium WebDriver and AllureReporter

Группа

Группа

ru.iopump.pumpfw
Идентификатор

Идентификатор

commons
Версия

Версия

0.1
Тип

Тип

jar

Скачать commons 0.1

Имя Файла Размер
commons-0.1.pom
commons-0.1.jar 111 KB
commons-0.1-sources.jar 49 KB
commons-0.1-javadoc.jar 261 bytes
Обзор

<!-- https://jarcasting.com/artifacts/ru.iopump.pumpfw/commons/ -->
<dependency>
    <groupId>ru.iopump.pumpfw</groupId>
    <artifactId>commons</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ru.iopump.pumpfw/commons/
implementation 'ru.iopump.pumpfw:commons:0.1'
// https://jarcasting.com/artifacts/ru.iopump.pumpfw/commons/
implementation ("ru.iopump.pumpfw:commons:0.1")
'ru.iopump.pumpfw:commons:jar:0.1'
<dependency org="ru.iopump.pumpfw" name="commons" rev="0.1">
  <artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.iopump.pumpfw', module='commons', version='0.1')
)
libraryDependencies += "ru.iopump.pumpfw" % "commons" % "0.1"
[ru.iopump.pumpfw/commons "0.1"]