Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdpl.allegro.tech.boot |
ArtifactId | ArtifactIdhandlebars-spring-boot-starter |
Version | Version0.2.11 |
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.11</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.11'
// https://jarcasting.com/artifacts/pl.allegro.tech.boot/handlebars-spring-boot-starter/
implementation ("pl.allegro.tech.boot:handlebars-spring-boot-starter:0.2.11")
'pl.allegro.tech.boot:handlebars-spring-boot-starter:jar:0.2.11'
<dependency org="pl.allegro.tech.boot" name="handlebars-spring-boot-starter" rev="0.2.11">
<artifact name="handlebars-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.allegro.tech.boot', module='handlebars-spring-boot-starter', version='0.2.11')
)
libraryDependencies += "pl.allegro.tech.boot" % "handlebars-spring-boot-starter" % "0.2.11"
[pl.allegro.tech.boot/handlebars-spring-boot-starter "0.2.11"]