GroupId | GroupIdru.sbtqa.tag.pagefactory |
---|---|
ArtifactId | ArtifactIdhtml-elements-plugin |
Version | Version1.0-beta.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ru.sbtqa.tag.pagefactory/html-elements-plugin/ -->
<dependency>
<groupId>ru.sbtqa.tag.pagefactory</groupId>
<artifactId>html-elements-plugin</artifactId>
<version>1.0-beta.3</version>
</dependency>
// https://jarcasting.com/artifacts/ru.sbtqa.tag.pagefactory/html-elements-plugin/
implementation 'ru.sbtqa.tag.pagefactory:html-elements-plugin:1.0-beta.3'
// https://jarcasting.com/artifacts/ru.sbtqa.tag.pagefactory/html-elements-plugin/
implementation ("ru.sbtqa.tag.pagefactory:html-elements-plugin:1.0-beta.3")
'ru.sbtqa.tag.pagefactory:html-elements-plugin:jar:1.0-beta.3'
<dependency org="ru.sbtqa.tag.pagefactory" name="html-elements-plugin" rev="1.0-beta.3">
<artifact name="html-elements-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.sbtqa.tag.pagefactory', module='html-elements-plugin', version='1.0-beta.3')
)
libraryDependencies += "ru.sbtqa.tag.pagefactory" % "html-elements-plugin" % "1.0-beta.3"
[ru.sbtqa.tag.pagefactory/html-elements-plugin "1.0-beta.3"]