Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdcom.github.earchitecture.reuse.web |
ArtifactId | ArtifactIdreuse-thymeleaf |
Version | Version0.1.0.0 |
Type | Typewar |
Filename | Size |
---|---|
reuse-thymeleaf-0.1.0.0.pom | |
reuse-thymeleaf-0.1.0.0.war | 16 MB |
reuse-thymeleaf-0.1.0.0-sources.jar | 8 KB |
reuse-thymeleaf-0.1.0.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.earchitecture.reuse.web/reuse-thymeleaf/ -->
<dependency>
<groupId>com.github.earchitecture.reuse.web</groupId>
<artifactId>reuse-thymeleaf</artifactId>
<version>0.1.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.earchitecture.reuse.web/reuse-thymeleaf/
implementation 'com.github.earchitecture.reuse.web:reuse-thymeleaf:0.1.0.0'
// https://jarcasting.com/artifacts/com.github.earchitecture.reuse.web/reuse-thymeleaf/
implementation ("com.github.earchitecture.reuse.web:reuse-thymeleaf:0.1.0.0")
'com.github.earchitecture.reuse.web:reuse-thymeleaf:war:0.1.0.0'
<dependency org="com.github.earchitecture.reuse.web" name="reuse-thymeleaf" rev="0.1.0.0">
<artifact name="reuse-thymeleaf" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.earchitecture.reuse.web', module='reuse-thymeleaf', version='0.1.0.0')
)
libraryDependencies += "com.github.earchitecture.reuse.web" % "reuse-thymeleaf" % "0.1.0.0"
[com.github.earchitecture.reuse.web/reuse-thymeleaf "0.1.0.0"]