| Группа | Группаorg.touchbit.testrail4j |
|---|---|
| Идентификатор | Идентификаторtestrail4j-core |
| Версия | Версия2.1.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| testrail4j-core-2.1.1.pom | |
| testrail4j-core-2.1.1.jar | 29 KB |
| testrail4j-core-2.1.1-sources.jar | 41 KB |
| testrail4j-core-2.1.1-javadoc.jar | 206 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.touchbit.testrail4j/testrail4j-core/ -->
<dependency>
<groupId>org.touchbit.testrail4j</groupId>
<artifactId>testrail4j-core</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.touchbit.testrail4j/testrail4j-core/
implementation 'org.touchbit.testrail4j:testrail4j-core:2.1.1'
// https://jarcasting.com/artifacts/org.touchbit.testrail4j/testrail4j-core/
implementation ("org.touchbit.testrail4j:testrail4j-core:2.1.1")
'org.touchbit.testrail4j:testrail4j-core:jar:2.1.1'
<dependency org="org.touchbit.testrail4j" name="testrail4j-core" rev="2.1.1">
<artifact name="testrail4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.touchbit.testrail4j', module='testrail4j-core', version='2.1.1')
)
libraryDependencies += "org.touchbit.testrail4j" % "testrail4j-core" % "2.1.1"
[org.touchbit.testrail4j/testrail4j-core "2.1.1"]