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