Categories |
CategoriesSpring Boot Container Microservices Grizzly Net Networking |
---|---|
GroupId | GroupIdbe.dabla |
ArtifactId | ArtifactIdgrizzly-spring-boot-jasper |
Version | Version2.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/be.dabla/grizzly-spring-boot-jasper/ -->
<dependency>
<groupId>be.dabla</groupId>
<artifactId>grizzly-spring-boot-jasper</artifactId>
<version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/be.dabla/grizzly-spring-boot-jasper/
implementation 'be.dabla:grizzly-spring-boot-jasper:2.6'
// https://jarcasting.com/artifacts/be.dabla/grizzly-spring-boot-jasper/
implementation ("be.dabla:grizzly-spring-boot-jasper:2.6")
'be.dabla:grizzly-spring-boot-jasper:jar:2.6'
<dependency org="be.dabla" name="grizzly-spring-boot-jasper" rev="2.6">
<artifact name="grizzly-spring-boot-jasper" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.dabla', module='grizzly-spring-boot-jasper', version='2.6')
)
libraryDependencies += "be.dabla" % "grizzly-spring-boot-jasper" % "2.6"
[be.dabla/grizzly-spring-boot-jasper "2.6"]