License |
License |
---|---|
GroupId | GroupIdcom.github.subchen |
ArtifactId | ArtifactIdjetbrick-webmvc-parent |
Version | Version2.1.1 |
Type | Typepom |
Description |
Descriptionjetbrick-webmvc-parent
Web MVC framework for jetbrick
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jetbrick-webmvc-parent-2.1.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.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.1'
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-webmvc-parent/
implementation ("com.github.subchen:jetbrick-webmvc-parent:2.1.1")
'com.github.subchen:jetbrick-webmvc-parent:pom:2.1.1'
<dependency org="com.github.subchen" name="jetbrick-webmvc-parent" rev="2.1.1">
<artifact name="jetbrick-webmvc-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.subchen', module='jetbrick-webmvc-parent', version='2.1.1')
)
libraryDependencies += "com.github.subchen" % "jetbrick-webmvc-parent" % "2.1.1"
[com.github.subchen/jetbrick-webmvc-parent "2.1.1"]