| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
|---|---|
| Группа | Группаcom.github.ericmoshare |
| Идентификатор | Идентификаторautotest |
| Версия | Версия1.0.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| autotest-1.0.6.pom | |
| autotest-1.0.6.jar | 618 KB |
| autotest-1.0.6-sources.jar | 612 KB |
| autotest-1.0.6-javadoc.jar | 68 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.ericmoshare/autotest/ -->
<dependency>
<groupId>com.github.ericmoshare</groupId>
<artifactId>autotest</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ericmoshare/autotest/
implementation 'com.github.ericmoshare:autotest:1.0.6'
// https://jarcasting.com/artifacts/com.github.ericmoshare/autotest/
implementation ("com.github.ericmoshare:autotest:1.0.6")
'com.github.ericmoshare:autotest:jar:1.0.6'
<dependency org="com.github.ericmoshare" name="autotest" rev="1.0.6">
<artifact name="autotest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ericmoshare', module='autotest', version='1.0.6')
)
libraryDependencies += "com.github.ericmoshare" % "autotest" % "1.0.6"
[com.github.ericmoshare/autotest "1.0.6"]