cws

Convert to withholding slip

Лицензия

Лицензия

Группа

Группа

com.uchicom
Идентификатор

Идентификатор

cws
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

cws
Convert to withholding slip
Система контроля версий

Система контроля версий

https://github.com/uchicom/cws

Скачать cws

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.uchicom : util jar 1.0.0
com.uchicom : csve jar 1.0.0
org.apache.pdfbox : pdfbox jar 2.0.8

Модули Проекта

Данный проект не имеет модулей.

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>

Версии библиотеки

Версия
1.0.0