Categories |
CategoriesCLI User Interface Leaf Data Databases |
---|---|
GroupId | GroupIdio.focuspoints |
ArtifactId | ArtifactIdfocuspoints-client-thymeleaf |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.focuspoints/focuspoints-client-thymeleaf/ -->
<dependency>
<groupId>io.focuspoints</groupId>
<artifactId>focuspoints-client-thymeleaf</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.focuspoints/focuspoints-client-thymeleaf/
implementation 'io.focuspoints:focuspoints-client-thymeleaf:1.0.0'
// https://jarcasting.com/artifacts/io.focuspoints/focuspoints-client-thymeleaf/
implementation ("io.focuspoints:focuspoints-client-thymeleaf:1.0.0")
'io.focuspoints:focuspoints-client-thymeleaf:jar:1.0.0'
<dependency org="io.focuspoints" name="focuspoints-client-thymeleaf" rev="1.0.0">
<artifact name="focuspoints-client-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.focuspoints', module='focuspoints-client-thymeleaf', version='1.0.0')
)
libraryDependencies += "io.focuspoints" % "focuspoints-client-thymeleaf" % "1.0.0"
[io.focuspoints/focuspoints-client-thymeleaf "1.0.0"]