extend-mod

扩展模块, 用于存放一些非常用的工具或模块的扩展类, 例如在poi基础上扩展的excel的导入模块, 模拟按键模块

License

License

GroupId

GroupId

com.github.cosycode
ArtifactId

ArtifactId

extend-mod
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

extend-mod
扩展模块, 用于存放一些非常用的工具或模块的扩展类, 例如在poi基础上扩展的excel的导入模块, 模拟按键模块
Project URL

Project URL

http://github.com/cosycode/extend-mod.git
Source Code Management

Source Code Management

http://github.com/cosycode/extend-mod

Download extend-mod

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.github.cosycode : common-lang jar 1.4
org.slf4j : slf4j-api jar 1.7.30
com.google.guava : guava jar 27.0.1-jre

provided (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-log4j2 jar 2.3.0.RELEASE
org.projectlombok : lombok jar 1.18.12
org.apache.poi : poi-ooxml jar 3.15

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
com.jayway.awaitility : awaitility jar 1.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0