GroupId | GroupIdcom.github.subchen |
---|---|
ArtifactId | ArtifactIdjetbrick-parent |
Version | Version2.2 |
Type | Typepom |
Filename | Size |
---|---|
jetbrick-parent-2.2.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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-parent/
implementation 'com.github.subchen:jetbrick-parent:2.2'
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-parent/
implementation ("com.github.subchen:jetbrick-parent:2.2")
'com.github.subchen:jetbrick-parent:pom:2.2'
<dependency org="com.github.subchen" name="jetbrick-parent" rev="2.2">
<artifact name="jetbrick-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.subchen', module='jetbrick-parent', version='2.2')
)
libraryDependencies += "com.github.subchen" % "jetbrick-parent" % "2.2"
[com.github.subchen/jetbrick-parent "2.2"]