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