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