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