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