License |
License |
---|---|
GroupId | GroupIdcom.github.cosycode |
ArtifactId | ArtifactIdextend-mod |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionextend-mod
扩展模块, 用于存放一些非常用的工具或模块的扩展类, 例如在poi基础上扩展的excel的导入模块, 模拟按键模块
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
extend-mod-0.2.0.pom | |
extend-mod-0.2.0.jar | 70 KB |
extend-mod-0.2.0-sources.jar | 42 KB |
extend-mod-0.2.0-javadoc.jar | 376 KB |
Browse |
<!-- 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"]
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 |
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
com.jayway.awaitility : awaitility | jar | 1.7.0 |