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