License |
License |
---|---|
Categories |
CategoriesLeaf Data Databases Jooby User Interface Web Frameworks |
GroupId | GroupIdio.jooby |
ArtifactId | ArtifactIdjooby-thymeleaf |
Last Version | Last Version2.15.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe modular web framework for Java and Kotlin
|
Filename | Size |
---|---|
jooby-thymeleaf-2.15.1.pom | |
jooby-thymeleaf-2.15.1.jar | 7 KB |
jooby-thymeleaf-2.15.1-sources.jar | 4 KB |
jooby-thymeleaf-2.15.1-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jooby/jooby-thymeleaf/ -->
<dependency>
<groupId>io.jooby</groupId>
<artifactId>jooby-thymeleaf</artifactId>
<version>2.15.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.jooby/jooby-thymeleaf/
implementation 'io.jooby:jooby-thymeleaf:2.15.1'
// https://jarcasting.com/artifacts/io.jooby/jooby-thymeleaf/
implementation ("io.jooby:jooby-thymeleaf:2.15.1")
'io.jooby:jooby-thymeleaf:jar:2.15.1'
<dependency org="io.jooby" name="jooby-thymeleaf" rev="2.15.1">
<artifact name="jooby-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jooby', module='jooby-thymeleaf', version='2.15.1')
)
libraryDependencies += "io.jooby" % "jooby-thymeleaf" % "2.15.1"
[io.jooby/jooby-thymeleaf "2.15.1"]
Group / Artifact | Type | Version |
---|---|---|
io.jooby : jooby | jar | 2.15.1 |
org.thymeleaf : thymeleaf | jar | 3.0.12.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.jacoco : org.jacoco.agent | jar | 0.8.8 |
io.jooby : jooby-test | jar | 2.15.1 |