flagwind-core

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

GroupId

GroupId

com.github.chendb
ArtifactId

ArtifactId

flagwind-core
Last Version

Last Version

1.0.9
Release Date

Release Date

Type

Type

jar
Description

Description

flagwind-core
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Source Code Management

Source Code Management

https://github.com/chendb/flagwind-core.git

Download flagwind-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.chendb/flagwind-core/ -->
<dependency>
    <groupId>com.github.chendb</groupId>
    <artifactId>flagwind-core</artifactId>
    <version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chendb/flagwind-core/
implementation 'com.github.chendb:flagwind-core:1.0.9'
// https://jarcasting.com/artifacts/com.github.chendb/flagwind-core/
implementation ("com.github.chendb:flagwind-core:1.0.9")
'com.github.chendb:flagwind-core:jar:1.0.9'
<dependency org="com.github.chendb" name="flagwind-core" rev="1.0.9">
  <artifact name="flagwind-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chendb', module='flagwind-core', version='1.0.9')
)
libraryDependencies += "com.github.chendb" % "flagwind-core" % "1.0.9"
[com.github.chendb/flagwind-core "1.0.9"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework : spring-core jar 5.1.2.RELEASE
org.apache.commons : commons-lang3 jar 3.5
commons-logging : commons-logging jar 1.2
javax.persistence : persistence-api jar 1.0.2

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.1.0.RELEASE

Project Modules

There are no modules declared in this project.

flagwind core

flagwind core 是一套java的基础类库,它提供一些流程设计模型、常用的工具类等内容

依赖

commons-lang3 3.5 persistence-api 1.0.2

发布

mvn release:clean
mvn release:prepare
mvn release:perform

变更

2018-9-14 增加了联想注解的设计

2019-4-24 解决TimeSpan BUG 以及优化联想注解设计

2019-8-12 把 flagwind-persistent 的类设计提出并放置在本工程

Versions

Version
1.0.9
1.0.8
1.0.7
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.15
0.0.13
0.0.10
0.0.9
0.0.8