<dependency> <groupId>com.github.xian</groupId> <artifactId>great-expectations</artifactId> <version>0.14</version> </dependency>
implementation 'com.github.xian:great-expectations:0.14'
implementation("com.github.xian:great-expectations:0.14")
libraryDependencies += "com.github.xian" % "great-expectations" % "0.14"
@Grapes( @Grab(group='com.github.xian', module='great-expectations', version='0.14') )
<dependency org="com.github.xian" name="great-expectations" rev="0.14" />
[com.github.xian/great-expectations "0.14"]
'com.github.xian:great-expectations:jar:0.14'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>5</version> </parent>
compile
|-- asm:asm:3.3.1
|-- asm:asm-commons:3.3.1
provided
|-- junit:junit:4.8.2