| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.railflow.annotations |
| Идентификатор | Идентификаторcommon |
| Последняя версия | Последняя версия0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеRailflow Annotations Commons
Railflow Annotations Commons library provides some basic functionality which is used by Railflow TestNg and Railflow JUnit annotations
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| common-0.5.pom | |
| common-0.5.jar | 20 KB |
| common-0.5-sources.jar | 12 KB |
| common-0.5-javadoc.jar | 98 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.railflow.annotations/common/ -->
<dependency>
<groupId>io.railflow.annotations</groupId>
<artifactId>common</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.railflow.annotations/common/
implementation 'io.railflow.annotations:common:0.5'
// https://jarcasting.com/artifacts/io.railflow.annotations/common/
implementation ("io.railflow.annotations:common:0.5")
'io.railflow.annotations:common:jar:0.5'
<dependency org="io.railflow.annotations" name="common" rev="0.5">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.railflow.annotations', module='common', version='0.5')
)
libraryDependencies += "io.railflow.annotations" % "common" % "0.5"
[io.railflow.annotations/common "0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 7.1.0 |
| com.github.stefanbirkner : system-lambda | jar | 1.2.1 |