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