is not current version
Last Version 0.3.0

tech.firas.framework:file-import 0.2.0

Some utilities for importing data files

GroupId

GroupId

tech.firas.framework
ArtifactId

ArtifactId

file-import
Version

Version

0.2.0
Type

Type

jar

Download file-import 0.2.0


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