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

com.github.xian:great-expectations 0.10

Jasmine-style expect() for Java.

Группа

Группа

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

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

great-expectations
Версия

Версия

0.10
Тип

Тип

jar

Скачать great-expectations 0.10


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