GroupId | GroupIdio.github.weihubeats |
---|---|
ArtifactId | ArtifactIdsamples-springboot |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
samples-springboot-1.0.0.pom | |
samples-springboot-1.0.0.jar | 6 KB |
samples-springboot-1.0.0-sources.jar | 2 KB |
samples-springboot-1.0.0-javadoc.jar | 407 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.weihubeats/samples-springboot/ -->
<dependency>
<groupId>io.github.weihubeats</groupId>
<artifactId>samples-springboot</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.weihubeats/samples-springboot/
implementation 'io.github.weihubeats:samples-springboot:1.0.0'
// https://jarcasting.com/artifacts/io.github.weihubeats/samples-springboot/
implementation ("io.github.weihubeats:samples-springboot:1.0.0")
'io.github.weihubeats:samples-springboot:jar:1.0.0'
<dependency org="io.github.weihubeats" name="samples-springboot" rev="1.0.0">
<artifact name="samples-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.weihubeats', module='samples-springboot', version='1.0.0')
)
libraryDependencies += "io.github.weihubeats" % "samples-springboot" % "1.0.0"
[io.github.weihubeats/samples-springboot "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web Optional | jar | |
org.springframework.boot : spring-boot-starter | jar | |
io.github.weihubeats : wh-rocketmq | jar | ${project.version} |
org.apache.rocketmq : rocketmq-client | jar | 4.2.0 |