is not current version
Last Version 0.2.1

ru.iopump.pumpfw:commons 0.2

GUI Automation Framework. Based on Selenium WebDriver and AllureReporter

GroupId

GroupId

ru.iopump.pumpfw
ArtifactId

ArtifactId

commons
Version

Version

0.2
Type

Type

jar

Download commons 0.2


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