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