License |
License |
---|---|
Categories |
CategoriesUtility General Purpose Libraries |
GroupId | GroupIdcom.github.heehan |
ArtifactId | ArtifactIdutility |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommonTools
Excel, File , Regex 등의 자주 사용하는 유틸리티 클래스 집합
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
utility-0.0.1.pom | |
utility-0.0.1.jar | 7 KB |
utility-0.0.1-sources.jar | 3 KB |
utility-0.0.1-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.heehan/utility/ -->
<dependency>
<groupId>com.github.heehan</groupId>
<artifactId>utility</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heehan/utility/
implementation 'com.github.heehan:utility:0.0.1'
// https://jarcasting.com/artifacts/com.github.heehan/utility/
implementation ("com.github.heehan:utility:0.0.1")
'com.github.heehan:utility:jar:0.0.1'
<dependency org="com.github.heehan" name="utility" rev="0.0.1">
<artifact name="utility" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heehan', module='utility', version='0.0.1')
)
libraryDependencies += "com.github.heehan" % "utility" % "0.0.1"
[com.github.heehan/utility "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi | jar | 3.17 |
org.apache.poi : poi-ooxml | jar | 3.17 |
org.slf4j : slf4j-api | jar | 1.7.25 |
ch.qos.logback : logback-core | jar | 1.2.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |