License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Grizzly Net Networking |
GroupId | GroupIdbe.dabla |
ArtifactId | ArtifactIdgrizzly-spring-boot-starter-parent |
Version | Version2.7 |
Type | Typepom |
Description |
DescriptionGrizzly Spring Boot Starter Parent
Starter for using Grizzly as the embedded servlet container.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
grizzly-spring-boot-starter-parent-2.7.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.7</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.7'
// https://jarcasting.com/artifacts/be.dabla/grizzly-spring-boot-starter-parent/
implementation ("be.dabla:grizzly-spring-boot-starter-parent:2.7")
'be.dabla:grizzly-spring-boot-starter-parent:pom:2.7'
<dependency org="be.dabla" name="grizzly-spring-boot-starter-parent" rev="2.7">
<artifact name="grizzly-spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='be.dabla', module='grizzly-spring-boot-starter-parent', version='2.7')
)
libraryDependencies += "be.dabla" % "grizzly-spring-boot-starter-parent" % "2.7"
[be.dabla/grizzly-spring-boot-starter-parent "2.7"]