Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdcom.github.a-pz |
ArtifactId | ArtifactIdstruts2-thymeleaf3-plugin |
Version | Version1.0.4-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.a-pz/struts2-thymeleaf3-plugin/ -->
<dependency>
<groupId>com.github.a-pz</groupId>
<artifactId>struts2-thymeleaf3-plugin</artifactId>
<version>1.0.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.a-pz/struts2-thymeleaf3-plugin/
implementation 'com.github.a-pz:struts2-thymeleaf3-plugin:1.0.4-RELEASE'
// https://jarcasting.com/artifacts/com.github.a-pz/struts2-thymeleaf3-plugin/
implementation ("com.github.a-pz:struts2-thymeleaf3-plugin:1.0.4-RELEASE")
'com.github.a-pz:struts2-thymeleaf3-plugin:jar:1.0.4-RELEASE'
<dependency org="com.github.a-pz" name="struts2-thymeleaf3-plugin" rev="1.0.4-RELEASE">
<artifact name="struts2-thymeleaf3-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.a-pz', module='struts2-thymeleaf3-plugin', version='1.0.4-RELEASE')
)
libraryDependencies += "com.github.a-pz" % "struts2-thymeleaf3-plugin" % "1.0.4-RELEASE"
[com.github.a-pz/struts2-thymeleaf3-plugin "1.0.4-RELEASE"]