EBCDIC to ASCII converter


Лицензия

Лицензия

Группа

Группа

org.codehaus.sonar-plugins
Идентификатор

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

ebcdic-ascii-converter
Последняя версия

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

0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

EBCDIC to ASCII converter
Организация-разработчик

Организация-разработчик

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

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

https://github.com/SonarSource/ebcdic-to-ascii-converter

Скачать ebcdic-ascii-converter

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

<!-- https://jarcasting.com/artifacts/org.codehaus.sonar-plugins/ebcdic-ascii-converter/ -->
<dependency>
    <groupId>org.codehaus.sonar-plugins</groupId>
    <artifactId>ebcdic-ascii-converter</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.sonar-plugins/ebcdic-ascii-converter/
implementation 'org.codehaus.sonar-plugins:ebcdic-ascii-converter:0.1'
// https://jarcasting.com/artifacts/org.codehaus.sonar-plugins/ebcdic-ascii-converter/
implementation ("org.codehaus.sonar-plugins:ebcdic-ascii-converter:0.1")
'org.codehaus.sonar-plugins:ebcdic-ascii-converter:jar:0.1'
<dependency org="org.codehaus.sonar-plugins" name="ebcdic-ascii-converter" rev="0.1">
  <artifact name="ebcdic-ascii-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.sonar-plugins', module='ebcdic-ascii-converter', version='0.1')
)
libraryDependencies += "org.codehaus.sonar-plugins" % "ebcdic-ascii-converter" % "0.1"
[org.codehaus.sonar-plugins/ebcdic-ascii-converter "0.1"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.easytesting : fest-assert jar 1.4

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10
ch.qos.logback : logback-classic jar 0.9.15
commons-io : commons-io jar 2.0.1

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

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

This program allows to convert some source files from an EBCDIC format to an ASCII one.

The input of this program is a directory containing the source files to be converted and the output is another directory containing all the converted source files. The input directory can contain a tree of sub-directory and this tree is kept in the output directory.

Installation

1 - The only pre-requisite is to have a JVM (Java Virtual Machine) 6+. 2 - Download the ebcdic-ascii-converter-X.Y.jar archive 3 - Execute the following command to display the usage information : java -jar ebcdic-ascii-converter-X.Y.jar -h 4 - Lauch for instance the following command to convert all source files contained in dir1 and to put the converted files in dir2 : java -jar ebcdic-ascii-converter-X.Y.jar dir1 dir2

Build status

Build Status

License

Copyright 2008-2016 SonarSource.

Licensed under the GNU Lesser General Public License, Version 3.0

org.codehaus.sonar-plugins

SonarSource

Continuous Code Quality

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

Версия
0.1