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