Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdde.ppi.oss |
ArtifactId | ArtifactIdthymeleaf-bootstrap2 |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
thymeleaf-bootstrap2-0.1.pom | |
thymeleaf-bootstrap2-0.1.jar | 9 KB |
thymeleaf-bootstrap2-0.1-sources.jar | 5 KB |
thymeleaf-bootstrap2-0.1-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.ppi.oss/thymeleaf-bootstrap2/ -->
<dependency>
<groupId>de.ppi.oss</groupId>
<artifactId>thymeleaf-bootstrap2</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.ppi.oss/thymeleaf-bootstrap2/
implementation 'de.ppi.oss:thymeleaf-bootstrap2:0.1'
// https://jarcasting.com/artifacts/de.ppi.oss/thymeleaf-bootstrap2/
implementation ("de.ppi.oss:thymeleaf-bootstrap2:0.1")
'de.ppi.oss:thymeleaf-bootstrap2:jar:0.1'
<dependency org="de.ppi.oss" name="thymeleaf-bootstrap2" rev="0.1">
<artifact name="thymeleaf-bootstrap2" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.ppi.oss', module='thymeleaf-bootstrap2', version='0.1')
)
libraryDependencies += "de.ppi.oss" % "thymeleaf-bootstrap2" % "0.1"
[de.ppi.oss/thymeleaf-bootstrap2 "0.1"]