web-common

elehall's web-common

License

License

GroupId

GroupId

com.geercode.elehall
ArtifactId

ArtifactId

web-common
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

web-common
elehall's web-common

Download web-common

How to add to project

<!-- https://jarcasting.com/artifacts/com.geercode.elehall/web-common/ -->
<dependency>
    <groupId>com.geercode.elehall</groupId>
    <artifactId>web-common</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.geercode.elehall/web-common/
implementation 'com.geercode.elehall:web-common:0.0.3'
// https://jarcasting.com/artifacts/com.geercode.elehall/web-common/
implementation ("com.geercode.elehall:web-common:0.0.3")
'com.geercode.elehall:web-common:jar:0.0.3'
<dependency org="com.geercode.elehall" name="web-common" rev="0.0.3">
  <artifact name="web-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.geercode.elehall', module='web-common', version='0.0.3')
)
libraryDependencies += "com.geercode.elehall" % "web-common" % "0.0.3"
[com.geercode.elehall/web-common "0.0.3"]

Dependencies

compile (4)

Group / Artifact Type Version
com.geercode.elehall : common jar 0.0.3
io.swagger : swagger-annotations jar 1.5.21
com.fasterxml.jackson.core : jackson-annotations jar 2.9.0
com.fasterxml.jackson.core : jackson-databind jar 2.9.9.3

provided (3)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.10
org.springframework.data : spring-data-commons jar 2.1.10.RELEASE
javax.servlet : javax.servlet-api jar 4.0.1

Project Modules

There are no modules declared in this project.
版本发布流程:
1.执行versionUp.bat修改项目版本
2.执行release.bat发布到中央仓库,版本号后缀为SNAPSHOT则发布到snapshot仓库,若没有则发布到staging仓库
3.测试staging仓库包没问题以后,登录staging库close掉发布,该版本即可发布到中央仓库
4.github对该分支打tag,然后用此tag发布release包

Versions

Version
0.0.3
0.0.2
0.0.1