| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdgg.jte |
| ArtifactId | ArtifactIdjte-spring-boot-starter |
| Version | Version2.0.2 |
| Type | Typejar |
| Description |
Descriptionjte-spring-boot-starter
A template engine using plain Java code.
|
<!-- https://jarcasting.com/artifacts/gg.jte/jte-spring-boot-starter/ -->
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte-spring-boot-starter</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/gg.jte/jte-spring-boot-starter/
implementation 'gg.jte:jte-spring-boot-starter:2.0.2'
// https://jarcasting.com/artifacts/gg.jte/jte-spring-boot-starter/
implementation ("gg.jte:jte-spring-boot-starter:2.0.2")
'gg.jte:jte-spring-boot-starter:jar:2.0.2'
<dependency org="gg.jte" name="jte-spring-boot-starter" rev="2.0.2">
<artifact name="jte-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='gg.jte', module='jte-spring-boot-starter', version='2.0.2')
)
libraryDependencies += "gg.jte" % "jte-spring-boot-starter" % "2.0.2"
[gg.jte/jte-spring-boot-starter "2.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | |
| org.springframework : spring-webmvc Optional | jar | |
| org.springframework : spring-webflux Optional | jar | |
| javax.servlet : javax.servlet-api Optional | jar | 4.0.1 |
| gg.jte : jte Optional | jar | 2.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
| org.assertj : assertj-core | jar | 3.20.0 |