| License |
License |
|---|---|
| GroupId | GroupIdio.github.xxyopen |
| ArtifactId | ArtifactIdxxy-common |
| Version | Version1.0.0 |
| Type | Typepom |
| Description |
Descriptionxxy-common
xxy开源项目公共依赖,包括通用工具包、通用缓存、通用模型、通用web等模块
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| xxy-common-1.0.0.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.xxyopen/xxy-common/ -->
<dependency>
<groupId>io.github.xxyopen</groupId>
<artifactId>xxy-common</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.xxyopen/xxy-common/
implementation 'io.github.xxyopen:xxy-common:1.0.0'
// https://jarcasting.com/artifacts/io.github.xxyopen/xxy-common/
implementation ("io.github.xxyopen:xxy-common:1.0.0")
'io.github.xxyopen:xxy-common:pom:1.0.0'
<dependency org="io.github.xxyopen" name="xxy-common" rev="1.0.0">
<artifact name="xxy-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.xxyopen', module='xxy-common', version='1.0.0')
)
libraryDependencies += "io.github.xxyopen" % "xxy-common" % "1.0.0"
[io.github.xxyopen/xxy-common "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |