| License |
License |
|---|---|
| GroupId | GroupIdkr.dogfoot |
| ArtifactId | ArtifactIdhwplib |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHWP Library
The hwp library is a library that can read and write hwp files used in the word processor developed by Hancom.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hwplib-1.1.1.pom | |
| hwplib-1.1.1.jar | 586 KB |
| hwplib-1.1.1-sources.jar | 478 KB |
| hwplib-1.1.1-javadoc.jar | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/kr.dogfoot/hwplib/ -->
<dependency>
<groupId>kr.dogfoot</groupId>
<artifactId>hwplib</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/kr.dogfoot/hwplib/
implementation 'kr.dogfoot:hwplib:1.1.1'
// https://jarcasting.com/artifacts/kr.dogfoot/hwplib/
implementation ("kr.dogfoot:hwplib:1.1.1")
'kr.dogfoot:hwplib:jar:1.1.1'
<dependency org="kr.dogfoot" name="hwplib" rev="1.1.1">
<artifact name="hwplib" type="jar" />
</dependency>
@Grapes(
@Grab(group='kr.dogfoot', module='hwplib', version='1.1.1')
)
libraryDependencies += "kr.dogfoot" % "hwplib" % "1.1.1"
[kr.dogfoot/hwplib "1.1.1"]