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