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