Commons

Commons-XXX 公共组件的父级项目。

License

License

GroupId

GroupId

dev.zhengying
ArtifactId

ArtifactId

commons
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Commons
Commons-XXX 公共组件的父级项目。

Download commons

Filename Size
commons-1.0.0.pom 7 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/dev.zhengying/commons/ -->
<dependency>
    <groupId>dev.zhengying</groupId>
    <artifactId>commons</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.zhengying/commons/
implementation 'dev.zhengying:commons:1.0.0'
// https://jarcasting.com/artifacts/dev.zhengying/commons/
implementation ("dev.zhengying:commons:1.0.0")
'dev.zhengying:commons:pom:1.0.0'
<dependency org="dev.zhengying" name="commons" rev="1.0.0">
  <artifact name="commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.zhengying', module='commons', version='1.0.0')
)
libraryDependencies += "dev.zhengying" % "commons" % "1.0.0"
[dev.zhengying/commons "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • commons-parent
  • commons-base

Versions

Version
1.0.0
0.1-alpha.210928.02