is not current version
Last Version 0.2.1

ru.iopump.pumpfw:commons 0.1

GUI Automation Framework. Based on Selenium WebDriver and AllureReporter

GroupId

GroupId

ru.iopump.pumpfw
ArtifactId

ArtifactId

commons
Version

Version

0.1
Type

Type

jar

Download commons 0.1


<!-- 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"]