License |
License |
---|---|
GroupId | GroupIdcom.github.subchen |
ArtifactId | ArtifactIdjetbrick-parent |
Last Version | Last Version2.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjetbrick-parent
parent pom.xml of jetbrick framework
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jetbrick-parent-2.4.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.subchen/jetbrick-parent/ -->
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-parent</artifactId>
<version>2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-parent/
implementation 'com.github.subchen:jetbrick-parent:2.4'
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-parent/
implementation ("com.github.subchen:jetbrick-parent:2.4")
'com.github.subchen:jetbrick-parent:pom:2.4'
<dependency org="com.github.subchen" name="jetbrick-parent" rev="2.4">
<artifact name="jetbrick-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.subchen', module='jetbrick-parent', version='2.4')
)
libraryDependencies += "com.github.subchen" % "jetbrick-parent" % "2.4"
[com.github.subchen/jetbrick-parent "2.4"]