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