GroupId | GroupIdcool.scx |
---|---|
ArtifactId | ArtifactIdscx-parent |
Version | Version0.0.4 |
Type | Typepom |
Filename | Size |
---|---|
scx-parent-0.0.4.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cool.scx/scx-parent/ -->
<dependency>
<groupId>cool.scx</groupId>
<artifactId>scx-parent</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cool.scx/scx-parent/
implementation 'cool.scx:scx-parent:0.0.4'
// https://jarcasting.com/artifacts/cool.scx/scx-parent/
implementation ("cool.scx:scx-parent:0.0.4")
'cool.scx:scx-parent:pom:0.0.4'
<dependency org="cool.scx" name="scx-parent" rev="0.0.4">
<artifact name="scx-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cool.scx', module='scx-parent', version='0.0.4')
)
libraryDependencies += "cool.scx" % "scx-parent" % "0.0.4"
[cool.scx/scx-parent "0.0.4"]