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