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