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