| Группа | Группаcom.github.xian |
|---|---|
| Идентификатор | Идентификаторgreat-expectations |
| Версия | Версия0.11 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| great-expectations-0.11.pom | |
| great-expectations-0.11.jar | 18 KB |
| great-expectations-0.11-sources.jar | 8 KB |
| great-expectations-0.11-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.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xian/great-expectations/
implementation 'com.github.xian:great-expectations:0.11'
// https://jarcasting.com/artifacts/com.github.xian/great-expectations/
implementation ("com.github.xian:great-expectations:0.11")
'com.github.xian:great-expectations:jar:0.11'
<dependency org="com.github.xian" name="great-expectations" rev="0.11">
<artifact name="great-expectations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xian', module='great-expectations', version='0.11')
)
libraryDependencies += "com.github.xian" % "great-expectations" % "0.11"
[com.github.xian/great-expectations "0.11"]