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