GroupId | GroupIdfun.fengwk.convention |
---|---|
ArtifactId | ArtifactIdconvention-core |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
convention-core-0.0.3.pom | |
convention-core-0.0.3.jar | 54 KB |
convention-core-0.0.3-sources.jar | 41 KB |
convention-core-0.0.3-javadoc.jar | 406 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fun.fengwk.convention/convention-core/ -->
<dependency>
<groupId>fun.fengwk.convention</groupId>
<artifactId>convention-core</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.convention/convention-core/
implementation 'fun.fengwk.convention:convention-core:0.0.3'
// https://jarcasting.com/artifacts/fun.fengwk.convention/convention-core/
implementation ("fun.fengwk.convention:convention-core:0.0.3")
'fun.fengwk.convention:convention-core:jar:0.0.3'
<dependency org="fun.fengwk.convention" name="convention-core" rev="0.0.3">
<artifact name="convention-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.convention', module='convention-core', version='0.0.3')
)
libraryDependencies += "fun.fengwk.convention" % "convention-core" % "0.0.3"
[fun.fengwk.convention/convention-core "0.0.3"]