<dependency> <groupId>com.github.jmjlbmn</groupId> <artifactId>huiche-demo</artifactId> <version>1.0.3</version> </dependency>
implementation 'com.github.jmjlbmn:huiche-demo:1.0.3'
implementation("com.github.jmjlbmn:huiche-demo:1.0.3")
libraryDependencies += "com.github.jmjlbmn" % "huiche-demo" % "1.0.3"
@Grapes( @Grab(group='com.github.jmjlbmn', module='huiche-demo', version='1.0.3') )
<dependency org="com.github.jmjlbmn" name="huiche-demo" rev="1.0.3" />
[com.github.jmjlbmn/huiche-demo "1.0.3"]
'com.github.jmjlbmn:huiche-demo:jar:1.0.3'
<parent> <groupId>com.github.jmjlbmn</groupId> <artifactId>huiche</artifactId> <version>1.0.3</version> </parent>
compile
|-- com.github.jmjlbmn:huiche-spring-boot-starter
|-- com.h2database:h2