GroupId | GroupIdcom.github.vizaizai |
---|---|
ArtifactId | ArtifactIdeasy-http-boot-starter |
Version | Version1.6.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.vizaizai/easy-http-boot-starter/ -->
<dependency>
<groupId>com.github.vizaizai</groupId>
<artifactId>easy-http-boot-starter</artifactId>
<version>1.6.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vizaizai/easy-http-boot-starter/
implementation 'com.github.vizaizai:easy-http-boot-starter:1.6.6'
// https://jarcasting.com/artifacts/com.github.vizaizai/easy-http-boot-starter/
implementation ("com.github.vizaizai:easy-http-boot-starter:1.6.6")
'com.github.vizaizai:easy-http-boot-starter:jar:1.6.6'
<dependency org="com.github.vizaizai" name="easy-http-boot-starter" rev="1.6.6">
<artifact name="easy-http-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vizaizai', module='easy-http-boot-starter', version='1.6.6')
)
libraryDependencies += "com.github.vizaizai" % "easy-http-boot-starter" % "1.6.6"
[com.github.vizaizai/easy-http-boot-starter "1.6.6"]