carp-common-util

carp is project which contains common utils ,redis delay job , distributed lock and so on!

Лицензия

Лицензия

Группа

Группа

com.github.rxyor
Идентификатор

Идентификатор

carp-common-util
Последняя версия

Последняя версия

1.0.14.17
Дата

Дата

Тип

Тип

jar
Описание

Описание

carp-common-util
carp is project which contains common utils ,redis delay job , distributed lock and so on!

Скачать carp-common-util

Как подключить последнюю версию

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

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
com.github.rxyor : carp-common-core jar 1.0.14.17
com.alibaba : fastjson jar 1.2.58
com.auth0 : java-jwt jar 3.8.0
com.squareup.okhttp3 : okhttp jar 3.14.9
commons-collections : commons-collections jar 3.2.2
commons-io : commons-io jar 2.6
org.apache.commons : commons-lang3 jar 3.9
org.apache.httpcomponents : httpclient jar 4.5.9
org.apache.poi : poi-ooxml jar 4.0.1
org.jasypt : jasypt jar 1.9.2

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

@TOC

介绍

工作过程中,写了一些提高效率的工具

包含内容

  1. 使用的Java工具类
  2. redis延时任务
  3. 分布式锁等

安装使用

<dependency>
  <groupId>com.github.rxyor</groupId>
  <artifactId>carp-parent</artifactId>
  <version>1.0.4</version>
  <type>pom</type>
</dependency>

使用说明

  1. Excel导入导出
https://blog.csdn.net/liuyanglglg/article/details/95952953
  1. Redis延时队列
https://blog.csdn.net/liuyanglglg/article/details/96299435

Версии библиотеки

Версия
1.0.14.17
1.0.14.15
1.0.14.13
1.0.14.12
1.0.14.10
1.0.14.9
1.0.14.8
1.0.14.6
1.0.14.3
1.0.14.2
1.0.14.1
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0