не последняя версия
Последняя версия 0.2.0

com.github.dral:test-should 0.1.0

A simple functional style library for testing assertions.

Группа

Группа

com.github.dral
Идентификатор

Идентификатор

test-should
Версия

Версия

0.1.0
Тип

Тип

jar

Скачать test-should 0.1.0


<!-- https://jarcasting.com/artifacts/com.github.dral/test-should/ -->
<dependency>
    <groupId>com.github.dral</groupId>
    <artifactId>test-should</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dral/test-should/
implementation 'com.github.dral:test-should:0.1.0'
// https://jarcasting.com/artifacts/com.github.dral/test-should/
implementation ("com.github.dral:test-should:0.1.0")
'com.github.dral:test-should:jar:0.1.0'
<dependency org="com.github.dral" name="test-should" rev="0.1.0">
  <artifact name="test-should" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dral', module='test-should', version='0.1.0')
)
libraryDependencies += "com.github.dral" % "test-should" % "0.1.0"
[com.github.dral/test-should "0.1.0"]