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