| Лицензия |
Лицензия |
|---|---|
| Группа | Группаbr.com.behaviortest |
| Идентификатор | Идентификаторbehavior-test |
| Версия | Версия1.0.1 |
| Тип | Типpom |
| Описание |
ОписаниеBehavior Test
Projeto para criação e execução dos teste automáticos a nível funcional
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| behavior-test-1.0.1.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/br.com.behaviortest/behavior-test/ -->
<dependency>
<groupId>br.com.behaviortest</groupId>
<artifactId>behavior-test</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.behaviortest/behavior-test/
implementation 'br.com.behaviortest:behavior-test:1.0.1'
// https://jarcasting.com/artifacts/br.com.behaviortest/behavior-test/
implementation ("br.com.behaviortest:behavior-test:1.0.1")
'br.com.behaviortest:behavior-test:pom:1.0.1'
<dependency org="br.com.behaviortest" name="behavior-test" rev="1.0.1">
<artifact name="behavior-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.behaviortest', module='behavior-test', version='1.0.1')
)
libraryDependencies += "br.com.behaviortest" % "behavior-test" % "1.0.1"
[br.com.behaviortest/behavior-test "1.0.1"]