GroupId | GroupIdcom.github.subchen |
---|---|
ArtifactId | ArtifactIdjetbrick-template-struts |
Version | Version2.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.subchen/jetbrick-template-struts/ -->
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-struts</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-template-struts/
implementation 'com.github.subchen:jetbrick-template-struts:2.0.6'
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-template-struts/
implementation ("com.github.subchen:jetbrick-template-struts:2.0.6")
'com.github.subchen:jetbrick-template-struts:jar:2.0.6'
<dependency org="com.github.subchen" name="jetbrick-template-struts" rev="2.0.6">
<artifact name="jetbrick-template-struts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.subchen', module='jetbrick-template-struts', version='2.0.6')
)
libraryDependencies += "com.github.subchen" % "jetbrick-template-struts" % "2.0.6"
[com.github.subchen/jetbrick-template-struts "2.0.6"]