| GroupId | GroupIdcom.github.xian |
|---|---|
| ArtifactId | ArtifactIdgreat-expectations |
| Version | Version0.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| great-expectations-0.13.pom | |
| great-expectations-0.13.jar | 22 KB |
| great-expectations-0.13-sources.jar | 10 KB |
| great-expectations-0.13-javadoc.jar | 93 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.xian/great-expectations/ -->
<dependency>
<groupId>com.github.xian</groupId>
<artifactId>great-expectations</artifactId>
<version>0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xian/great-expectations/
implementation 'com.github.xian:great-expectations:0.13'
// https://jarcasting.com/artifacts/com.github.xian/great-expectations/
implementation ("com.github.xian:great-expectations:0.13")
'com.github.xian:great-expectations:jar:0.13'
<dependency org="com.github.xian" name="great-expectations" rev="0.13">
<artifact name="great-expectations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xian', module='great-expectations', version='0.13')
)
libraryDependencies += "com.github.xian" % "great-expectations" % "0.13"
[com.github.xian/great-expectations "0.13"]