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