Skip to content

efx-toolkit-java #122

Answered by rousso
rengit62 asked this question in Q&A
Sep 30, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi, @rengit62,

  1. Go to https://github.com/OP-TED/efx-toolkit-java and look at the README.md file.
  2. You will find in there, at the top of the screen a link that says "Latest release artefacts".
    This will take you to Maven Central where you will see that the latest version is 1.0.1.
  3. If you follow the latest version link (1.0.1) it will take you to this page where you will find everything you need to add the dependency.
    Look at the right column and it gives you the script to add the dependency for Maven , Gradle etc.

Here is what you will find there:

<dependency>
  <groupId>eu.europa.ted.eforms</groupId>
  <artifactId>efx-toolkit-java</artifactId>
  <version>1.0.1</version>
</dependency>

Tha…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@meletev
Comment options

@rengit62
Comment options

Answer selected by rengit62
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
efx-toolkit Related to the EFX Toolkit Java library
3 participants