Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdpl.allegro.tech.boot |
ArtifactId | ArtifactIdhandlebars-spring-boot-starter |
Version | Version0.2.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/pl.allegro.tech.boot/handlebars-spring-boot-starter/ -->
<dependency>
<groupId>pl.allegro.tech.boot</groupId>
<artifactId>handlebars-spring-boot-starter</artifactId>
<version>0.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/pl.allegro.tech.boot/handlebars-spring-boot-starter/
implementation 'pl.allegro.tech.boot:handlebars-spring-boot-starter:0.2.7'
// https://jarcasting.com/artifacts/pl.allegro.tech.boot/handlebars-spring-boot-starter/
implementation ("pl.allegro.tech.boot:handlebars-spring-boot-starter:0.2.7")
'pl.allegro.tech.boot:handlebars-spring-boot-starter:jar:0.2.7'
<dependency org="pl.allegro.tech.boot" name="handlebars-spring-boot-starter" rev="0.2.7">
<artifact name="handlebars-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.allegro.tech.boot', module='handlebars-spring-boot-starter', version='0.2.7')
)
libraryDependencies += "pl.allegro.tech.boot" % "handlebars-spring-boot-starter" % "0.2.7"
[pl.allegro.tech.boot/handlebars-spring-boot-starter "0.2.7"]