| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииORM Данные |
| Группа | Группаcom.ancientprogramming.fixedformat4j |
| Идентификатор | Идентификаторfixedformat4j |
| Последняя версия | Последняя версия1.2.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеFixed Format for Java
The fixedformat4j library provides an an easy way to work with fixed formatted plain text files
as you know them from mainframe system etc
|
| Организация-разработчик |
Организация-разработчикancientprogramming.com |
| Имя Файла | Размер |
|---|---|
| fixedformat4j-1.2.2.pom | |
| fixedformat4j-1.2.2.jar | 45 KB |
| fixedformat4j-1.2.2-sources.jar | 37 KB |
| fixedformat4j-1.2.2-javadoc.jar | 201 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.ancientprogramming.fixedformat4j/fixedformat4j/ -->
<dependency>
<groupId>com.ancientprogramming.fixedformat4j</groupId>
<artifactId>fixedformat4j</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ancientprogramming.fixedformat4j/fixedformat4j/
implementation 'com.ancientprogramming.fixedformat4j:fixedformat4j:1.2.2'
// https://jarcasting.com/artifacts/com.ancientprogramming.fixedformat4j/fixedformat4j/
implementation ("com.ancientprogramming.fixedformat4j:fixedformat4j:1.2.2")
'com.ancientprogramming.fixedformat4j:fixedformat4j:jar:1.2.2'
<dependency org="com.ancientprogramming.fixedformat4j" name="fixedformat4j" rev="1.2.2">
<artifact name="fixedformat4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ancientprogramming.fixedformat4j', module='fixedformat4j', version='1.2.2')
)
libraryDependencies += "com.ancientprogramming.fixedformat4j" % "fixedformat4j" % "1.2.2"
[com.ancientprogramming.fixedformat4j/fixedformat4j "1.2.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-lang : commons-lang | jar | 2.3 |
| commons-logging : commons-logging | jar | 1.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.5 |
| log4j : log4j | jar | 1.2.14 |