Firas Framework Data File Importer

Some utilities for importing data files

License

License

GroupId

GroupId

tech.firas.framework
ArtifactId

ArtifactId

file-import
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

Firas Framework Data File Importer
Some utilities for importing data files
Project URL

Project URL

https://github.com/fs523577192/file-import
Source Code Management

Source Code Management

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

Download file-import

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
tech.firas.framework : java-bean-util jar 0.1.0
com.opencsv : opencsv jar 4.6

provided (1)

Group / Artifact Type Version
org.springframework : spring-jdbc jar ${spring.version}

test (5)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.3.0
0.2.0