is not current version
Last Version 0.9.3.5

gr.ekt.bte:bte-parent 0.9.2.5

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.

GroupId

GroupId

gr.ekt.bte
ArtifactId

ArtifactId

bte-parent
Version

Version

0.9.2.5
Type

Type

pom

Download bte-parent 0.9.2.5

Filename Size
bte-parent-0.9.2.5.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/gr.ekt.bte/bte-parent/ -->
<dependency>
    <groupId>gr.ekt.bte</groupId>
    <artifactId>bte-parent</artifactId>
    <version>0.9.2.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/gr.ekt.bte/bte-parent/
implementation 'gr.ekt.bte:bte-parent:0.9.2.5'
// https://jarcasting.com/artifacts/gr.ekt.bte/bte-parent/
implementation ("gr.ekt.bte:bte-parent:0.9.2.5")
'gr.ekt.bte:bte-parent:pom:0.9.2.5'
<dependency org="gr.ekt.bte" name="bte-parent" rev="0.9.2.5">
  <artifact name="bte-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='gr.ekt.bte', module='bte-parent', version='0.9.2.5')
)
libraryDependencies += "gr.ekt.bte" % "bte-parent" % "0.9.2.5"
[gr.ekt.bte/bte-parent "0.9.2.5"]