GroupId | GroupIdcom.github.subchen |
---|---|
ArtifactId | ArtifactIdjetbrick-template-web |
Version | Version2.0.9 |
Type | Typejar |
Filename | Size |
---|---|
jetbrick-template-web-2.0.9.pom | |
jetbrick-template-web-2.0.9.jar | 15 KB |
jetbrick-template-web-2.0.9-sources.jar | 11 KB |
jetbrick-template-web-2.0.9-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.subchen/jetbrick-template-web/ -->
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-web</artifactId>
<version>2.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-template-web/
implementation 'com.github.subchen:jetbrick-template-web:2.0.9'
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-template-web/
implementation ("com.github.subchen:jetbrick-template-web:2.0.9")
'com.github.subchen:jetbrick-template-web:jar:2.0.9'
<dependency org="com.github.subchen" name="jetbrick-template-web" rev="2.0.9">
<artifact name="jetbrick-template-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.subchen', module='jetbrick-template-web', version='2.0.9')
)
libraryDependencies += "com.github.subchen" % "jetbrick-template-web" % "2.0.9"
[com.github.subchen/jetbrick-template-web "2.0.9"]