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