Categories |
CategoriesSpring Boot Container Microservices Grizzly Net Networking |
---|---|
GroupId | GroupIdbe.dabla |
ArtifactId | ArtifactIdgrizzly-spring-boot-starter-parent |
Version | Version2.5 |
Type | Typepom |
Filename | Size |
---|---|
grizzly-spring-boot-starter-parent-2.5.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.dabla/grizzly-spring-boot-starter-parent/ -->
<dependency>
<groupId>be.dabla</groupId>
<artifactId>grizzly-spring-boot-starter-parent</artifactId>
<version>2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/be.dabla/grizzly-spring-boot-starter-parent/
implementation 'be.dabla:grizzly-spring-boot-starter-parent:2.5'
// https://jarcasting.com/artifacts/be.dabla/grizzly-spring-boot-starter-parent/
implementation ("be.dabla:grizzly-spring-boot-starter-parent:2.5")
'be.dabla:grizzly-spring-boot-starter-parent:pom:2.5'
<dependency org="be.dabla" name="grizzly-spring-boot-starter-parent" rev="2.5">
<artifact name="grizzly-spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='be.dabla', module='grizzly-spring-boot-starter-parent', version='2.5')
)
libraryDependencies += "be.dabla" % "grizzly-spring-boot-starter-parent" % "2.5"
[be.dabla/grizzly-spring-boot-starter-parent "2.5"]