<dependency> <groupId>com.github.jmjlbmn</groupId> <artifactId>huiche</artifactId> <version>1.0.6</version> <type>pom</type> </dependency>
implementation 'com.github.jmjlbmn:huiche:1.0.6'
implementation("com.github.jmjlbmn:huiche:1.0.6")
libraryDependencies += "com.github.jmjlbmn" % "huiche" % "1.0.6"
@Grapes( @Grab(group='com.github.jmjlbmn', module='huiche', version='1.0.6') )
<dependency org="com.github.jmjlbmn" name="huiche" rev="1.0.6" />
[com.github.jmjlbmn/huiche "1.0.6"]
'com.github.jmjlbmn:huiche:jar:1.0.6'