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