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