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