Download biblio-transformation-engine-0.82.jar file - Jar b

Jar examples for b:biblio-transformation-engine

Description

The biblio transformation engine is a java framework developed by the Hellenic National Documentation Centre (EKT, www.ekt.gr) and consists of programmatic APIs for filtering and modifying records that are retrieved from various types of data sources (eg. databases, files, legacy data sources) as well as for outputing them in appropriate standards formats (eg. database files, txt, xml, Excel). The framework includes independent abstract modules that are executed seperately, offering in many cases alternative choices to the user depending of the input data set, the transformation workflow that needs to be executed and the output format that needs to be generated.

You can download jar file biblio-transformation-engine 0.82 in this page.

License

New BSD License

Build File

You can use the following script to add biblio-transformation-engine-0.82.jar to your project.

<dependency>
   <groupId>gr.ekt</groupId>
   <artifactId>biblio-transformation-engine</artifactId>
   <version>0.82</version>
</dependency>
compile group: 'gr.ekt', name: 'biblio-transformation-engine', version: '0.82'
libraryDependencies += "gr.ekt" % "biblio-transformation-engine" % "0.82"
<dependency org="gr.ekt" name="biblio-transformation-engine" rev="0.82"/>
@Grapes(@Grab(group='gr.ekt', module='biblio-transformation-engine', version='0.82'))
'gr.ekt:biblio-transformation-engine:jar:0.82'

Download

Click the following link to download the jar file.

biblio-transformation-engine-0.82-javadoc.jar
biblio-transformation-engine-0.82-sources.jar
biblio-transformation-engine-0.82.jar
biblio-transformation-engine-0.82.pom



Related Tutorials