Last Version

xxy-common 1.0.0

xxy开源项目公共依赖,包括通用工具包、通用缓存、通用模型、通用web等模块

License

License

GroupId

GroupId

io.github.xxyopen
ArtifactId

ArtifactId

xxy-common
Version

Version

1.0.0
Type

Type

pom
Description

Description

xxy-common
xxy开源项目公共依赖,包括通用工具包、通用缓存、通用模型、通用web等模块
Project URL

Project URL

https://github.com/xxyopen/xxy-common

Download xxy-common 1.0.0

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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar 1.18.16

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

  • xxy-cache
  • xxy-util
  • xxy-model
  • xxy-web