| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.dral |
| Идентификатор | Идентификаторtest-should |
| Версия | Версия0.2.0 |
| Тип | Типjar |
| Описание |
Описаниеshould
A simple functional style library for testing assertions.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| test-should-0.2.0.pom | |
| test-should-0.2.0.jar | 4 KB |
| test-should-0.2.0-sources.jar | 1 KB |
| test-should-0.2.0-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dral/test-should/ -->
<dependency>
<groupId>com.github.dral</groupId>
<artifactId>test-should</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dral/test-should/
implementation 'com.github.dral:test-should:0.2.0'
// https://jarcasting.com/artifacts/com.github.dral/test-should/
implementation ("com.github.dral:test-should:0.2.0")
'com.github.dral:test-should:jar:0.2.0'
<dependency org="com.github.dral" name="test-should" rev="0.2.0">
<artifact name="test-should" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dral', module='test-should', version='0.2.0')
)
libraryDependencies += "com.github.dral" % "test-should" % "0.2.0"
[com.github.dral/test-should "0.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |