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