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