Firas Framework Data File Importer

Some utilities for importing data files

Лицензия

Лицензия

Группа

Группа

tech.firas.framework
Идентификатор

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

file-import
Последняя версия

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

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Firas Framework Data File Importer
Some utilities for importing data files
Ссылка на сайт

Ссылка на сайт

https://github.com/fs523577192/file-import
Система контроля версий

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

https://github.com/fs523577192/file-import

Скачать file-import

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
tech.firas.framework : java-bean-util jar 0.1.0
com.opencsv : opencsv jar 4.6

provided (1)

Идентификатор библиотеки Тип Версия
org.springframework : spring-jdbc jar ${spring.version}

test (5)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.apache.logging.log4j : log4j-core jar 2.12.1
org.apache.logging.log4j : log4j-jul jar 2.12.1
org.springframework : spring-context jar ${spring.version}
com.h2database : h2 jar 1.4.200

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

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

file-import

A Java utility for importing data files.

Notice on using

This library depends on org.springframework:spring-core.

The dependency is of scope "provided", so you have to provide spring-core at runtime, and you can provide spring-core of any version as long as it is compatible with this library.

java.util.logging is used for logging in order to reduce external library dependencies. You may setup java.util.logging or provide an adapter to another logging library to enable logging inside this library.

How to build

There are 4 profiles in pom.xml corresponding to various version of spring-core:

  • 3.2.2
  • 3.2.9
  • 5.0.9 (corresponding to Spring Boot 2.0.5)
  • 5.2.0 (corresponding to Spring Boot 2.2.0)

You can choose any one of the above profile to build this package.

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

Версия
0.3.0
0.2.0