| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.jorge2m |
| Идентификатор | Идентификаторarchetypes |
| Версия | Версия2.0.10 |
| Тип | Типpom |
| Описание |
Описаниеarchetypes
Framework for the construction of End To End Testcases based on Selenium WebDriver
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| archetypes-2.0.10.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.jorge2m/archetypes/ -->
<dependency>
<groupId>com.github.jorge2m</groupId>
<artifactId>archetypes</artifactId>
<version>2.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jorge2m/archetypes/
implementation 'com.github.jorge2m:archetypes:2.0.10'
// https://jarcasting.com/artifacts/com.github.jorge2m/archetypes/
implementation ("com.github.jorge2m:archetypes:2.0.10")
'com.github.jorge2m:archetypes:pom:2.0.10'
<dependency org="com.github.jorge2m" name="archetypes" rev="2.0.10">
<artifact name="archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jorge2m', module='archetypes', version='2.0.10')
)
libraryDependencies += "com.github.jorge2m" % "archetypes" % "2.0.10"
[com.github.jorge2m/archetypes "2.0.10"]