basic

一个工具类库

License

License

GroupId

GroupId

com.github.codeinghelper
ArtifactId

ArtifactId

basic
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

basic
一个工具类库
Project URL

Project URL

https://github.com/codeinghelper/basic
Source Code Management

Source Code Management

https://github.com/codeinghelper/basic

Download basic

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
javax.validation : validation-api jar 1.1.0.Final
org.springframework.boot : spring-boot-starter-web jar 2.3.2.RELEASE
org.springframework.boot : spring-boot-starter-aop jar 2.3.2.RELEASE

test (1)

Group / Artifact Type Version
junit : junit Optional jar 4.11

Project Modules

There are no modules declared in this project.

项目介绍

自定义注解

  • @Length

mvn clean deploy -P release

Versions

Version
1.0.2
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1