GroupId | GroupIdcom.github.subchen |
---|---|
ArtifactId | ArtifactIdjetbrick-template-springmvc |
Version | Version2.0.7 |
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.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-template-springmvc/
implementation 'com.github.subchen:jetbrick-template-springmvc:2.0.7'
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-template-springmvc/
implementation ("com.github.subchen:jetbrick-template-springmvc:2.0.7")
'com.github.subchen:jetbrick-template-springmvc:jar:2.0.7'
<dependency org="com.github.subchen" name="jetbrick-template-springmvc" rev="2.0.7">
<artifact name="jetbrick-template-springmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.subchen', module='jetbrick-template-springmvc', version='2.0.7')
)
libraryDependencies += "com.github.subchen" % "jetbrick-template-springmvc" % "2.0.7"
[com.github.subchen/jetbrick-template-springmvc "2.0.7"]