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