Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdorg.bremersee |
ArtifactId | ArtifactIdcommon-base-thymeleaf |
Version | Version2.2.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.bremersee/common-base-thymeleaf/ -->
<dependency>
<groupId>org.bremersee</groupId>
<artifactId>common-base-thymeleaf</artifactId>
<version>2.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.bremersee/common-base-thymeleaf/
implementation 'org.bremersee:common-base-thymeleaf:2.2.3'
// https://jarcasting.com/artifacts/org.bremersee/common-base-thymeleaf/
implementation ("org.bremersee:common-base-thymeleaf:2.2.3")
'org.bremersee:common-base-thymeleaf:jar:2.2.3'
<dependency org="org.bremersee" name="common-base-thymeleaf" rev="2.2.3">
<artifact name="common-base-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bremersee', module='common-base-thymeleaf', version='2.2.3')
)
libraryDependencies += "org.bremersee" % "common-base-thymeleaf" % "2.2.3"
[org.bremersee/common-base-thymeleaf "2.2.3"]