<dependency> <groupId>com.github.xian</groupId> <artifactId>great-expectations</artifactId> <version>0.13</version> </dependency>
implementation 'com.github.xian:great-expectations:0.13'
implementation("com.github.xian:great-expectations:0.13")
libraryDependencies += "com.github.xian" % "great-expectations" % "0.13"
@Grapes( @Grab(group='com.github.xian', module='great-expectations', version='0.13') )
<dependency org="com.github.xian" name="great-expectations" rev="0.13" />
[com.github.xian/great-expectations "0.13"]
'com.github.xian:great-expectations:jar:0.13'
<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