GroupId | GroupIdfun.fengwk.commons |
---|---|
ArtifactId | ArtifactIdcommons-parent |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
commons-parent-0.0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fun.fengwk.commons/commons-parent/ -->
<dependency>
<groupId>fun.fengwk.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.commons/commons-parent/
implementation 'fun.fengwk.commons:commons-parent:0.0.1'
// https://jarcasting.com/artifacts/fun.fengwk.commons/commons-parent/
implementation ("fun.fengwk.commons:commons-parent:0.0.1")
'fun.fengwk.commons:commons-parent:pom:0.0.1'
<dependency org="fun.fengwk.commons" name="commons-parent" rev="0.0.1">
<artifact name="commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.commons', module='commons-parent', version='0.0.1')
)
libraryDependencies += "fun.fengwk.commons" % "commons-parent" % "0.0.1"
[fun.fengwk.commons/commons-parent "0.0.1"]