cws

Convert to withholding slip

License

License

GroupId

GroupId

com.uchicom
ArtifactId

ArtifactId

cws
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

cws
Convert to withholding slip
Source Code Management

Source Code Management

https://github.com/uchicom/cws

Download cws

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.uchicom : util jar 1.0.0
com.uchicom : csve jar 1.0.0
org.apache.pdfbox : pdfbox jar 2.0.8

Project Modules

There are no modules declared in this project.

cws

Maven Central Maven Central

Convert to withholding slip

csvに源泉徴収票に出力したい内容をまとめて記載して、
国税庁からダウンロードしたPDF(源泉徴収票の部分のみ)
へ転記して保存します。

Adobe Readerでの印刷を想定しています。
そのうち一括印刷機能も追加します。

Usage

To build this project, use Apache Maven 2.2.1 or newer and run:

mvn clean install

To use cws from a Maven project, add:

<dependency>
    <groupId>com.uchicom</groupId>
    <artifactId>cws</artifactId>
    <version>1.0.0</version>
</dependency>

Versions

Version
1.0.0