townmc-mp

townmc-mp is project with wechat api request!

License

License

GroupId

GroupId

com.townmc
ArtifactId

ArtifactId

townmc-mp
Last Version

Last Version

3.25
Release Date

Release Date

Type

Type

jar
Description

Description

townmc-mp
townmc-mp is project with wechat api request!
Project URL

Project URL

https://github.com/fatalwing/mp
Source Code Management

Source Code Management

https://github.com/rxyor/carp

Download townmc-mp

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.2
org.apache.httpcomponents : httpcore jar 4.4.5
org.apache.httpcomponents : httpmime jar 4.5.2
commons-codec : commons-codec jar 1.9
dom4j : dom4j jar 1.6.1
com.townmc : townmc-utils jar 3.4

provided (8)

Group / Artifact Type Version
org.apache.httpcomponents : fluent-hc jar 4.5.2
org.apache.httpcomponents : httpclient-cache jar 4.5.2
org.slf4j : slf4j-api jar 1.7.7
org.slf4j : slf4j-simple jar 1.7.7
xmlpull : xmlpull jar 1.1.3.1
xpp3 : xpp3 jar 1.1.4c
com.thoughtworks.xstream : xstream jar 1.4.7
commons-logging : commons-logging jar 1.1.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.7

Project Modules

There are no modules declared in this project.

@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

Versions

Version
3.25
3.2.1