| Лицензия |
Лицензия
MIT license
|
|---|---|
| Группа | Группаcom.github.xian |
| Идентификатор | Идентификаторgreat-expectations |
| Последняя версия | Последняя версия0.14 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеgreat-expectations
Jasmine-style expect() for Java.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| great-expectations-0.14.pom | |
| great-expectations-0.14.jar | 18 KB |
| great-expectations-0.14-sources.jar | 8 KB |
| great-expectations-0.14-javadoc.jar | 80 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.xian/great-expectations/ -->
<dependency>
<groupId>com.github.xian</groupId>
<artifactId>great-expectations</artifactId>
<version>0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xian/great-expectations/
implementation 'com.github.xian:great-expectations:0.14'
// https://jarcasting.com/artifacts/com.github.xian/great-expectations/
implementation ("com.github.xian:great-expectations:0.14")
'com.github.xian:great-expectations:jar:0.14'
<dependency org="com.github.xian" name="great-expectations" rev="0.14">
<artifact name="great-expectations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xian', module='great-expectations', version='0.14')
)
libraryDependencies += "com.github.xian" % "great-expectations" % "0.14"
[com.github.xian/great-expectations "0.14"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| asm : asm | jar | 3.3.1 |
| asm : asm-commons | jar | 3.3.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |