| License |
License |
|---|---|
| GroupId | GroupIdfun.fengwk.convention |
| ArtifactId | ArtifactIdconvention-core |
| Last Version | Last Version0.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionconvention-parent 用于集中管理依赖版本,以免发生依赖冲突。
|
| Filename | Size |
|---|---|
| convention-core-0.0.4.pom | |
| convention-core-0.0.4.jar | 55 KB |
| convention-core-0.0.4-sources.jar | 41 KB |
| convention-core-0.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.convention/convention-core/
implementation 'fun.fengwk.convention:convention-core:0.0.4'
// https://jarcasting.com/artifacts/fun.fengwk.convention/convention-core/
implementation ("fun.fengwk.convention:convention-core:0.0.4")
'fun.fengwk.convention:convention-core:jar:0.0.4'
<dependency org="fun.fengwk.convention" name="convention-core" rev="0.0.4">
<artifact name="convention-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.convention', module='convention-core', version='0.0.4')
)
libraryDependencies += "fun.fengwk.convention" % "convention-core" % "0.0.4"
[fun.fengwk.convention/convention-core "0.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| fun.fengwk.convention : convention-util | jar | 0.0.4 |
| com.google.code.gson : gson Optional | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | |
| junit : junit | jar | 4.13.2 |