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