Categories |
CategoriesSpring Boot Container Microservices Net |
---|---|
GroupId | GroupIdnet.bytepowered |
ArtifactId | ArtifactIdflux-spring-boot-starter |
Version | Version0.0.1-M0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.bytepowered/flux-spring-boot-starter/ -->
<dependency>
<groupId>net.bytepowered</groupId>
<artifactId>flux-spring-boot-starter</artifactId>
<version>0.0.1-M0</version>
</dependency>
// https://jarcasting.com/artifacts/net.bytepowered/flux-spring-boot-starter/
implementation 'net.bytepowered:flux-spring-boot-starter:0.0.1-M0'
// https://jarcasting.com/artifacts/net.bytepowered/flux-spring-boot-starter/
implementation ("net.bytepowered:flux-spring-boot-starter:0.0.1-M0")
'net.bytepowered:flux-spring-boot-starter:jar:0.0.1-M0'
<dependency org="net.bytepowered" name="flux-spring-boot-starter" rev="0.0.1-M0">
<artifact name="flux-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bytepowered', module='flux-spring-boot-starter', version='0.0.1-M0')
)
libraryDependencies += "net.bytepowered" % "flux-spring-boot-starter" % "0.0.1-M0"
[net.bytepowered/flux-spring-boot-starter "0.0.1-M0"]