org.faktorips >> thirdparty >> 25.7.2.release Maven Repository

Maven Repository: org.faktorips >> thirdparty >> 25.7.2.release Maven Dependency

org.faktorips >> thirdparty >> 25.7.2.release Maven Repository

--Ads--

Maven Repository releases Dependency for org.faktorips >> thirdparty >>  25.7.2.release

The new version org.faktorips >> thirdparty >> 25.7.2.release is released on 11 Oct 2025.

In this section we will see the use of org.faktorips >> thirdparty >> 25.7.2.release in the Maven project and learn to add this version of Java Library in the maven based project. In this maven tutorial we see the steps of adding it in the pox.xml file.

The developers of   org.faktorips - thirdparty project have released the latest version of this library on 11 Oct 2025, the released version of  org.faktorips - thirdparty library is 25.7.2.release. Developer can use this version ( org.faktorips - thirdparty version 25.7.2.release ) in their Java project if it is based on Maven and Gradle.

Table of Contents

  1. Create Maven Project
  2. Add Maven Dependency in pom.xml
  3. Save pom.xml
  4. Checking library dependency tree
  5. How to add Gradle  dependency?

How to use  org.faktorips - thirdparty version 25.7.2.release in project?

Steps to use  org.faktorips - thirdparty version 25.7.2.release in Java projects. Follow the step by step tutorial for using the latest version of org.faktorips - thirdparty in your Maven/Gradle project.

Step 1: Create or use a Maven project

First of all you have to create a new Java project based on maven project management tool if you don't have any previous project. You can download the simple project from Sample Maven project. You can import the sample project in Eclipse IDE or you can open your project in Eclipse or in any other IDE of your choice.

Step 2: Include the maven dependency of   org.faktorips - thirdparty version 25.7.2.release

Now the next step is to use the latest dependency for maven of the  org.faktorips - braid library library in the pom.xml fie of your project. You have to copy the code given below:

 <dependency>
 	<groupId>org.faktorips</groupId>
 	<artifactId>thirdparty</artifactId>
 	<version>25.7.2.release</version>
 </dependency>
 

Above code is the maven dependency code that downloads and includes  org.faktorips - thirdparty version 25.7.2.release java library in your project.

IMAGE_TO_REPLACE_1

Now you can save the file in Eclipse and then Eclipse will call maven tool for downloading the jar files. Once the jar files are downloaded it will be included in the project and  you will be able to use  org.faktorips - thirdparty version 25.7.2.release library in your project.

Step 3: Save pom.xml file - Now you are ready to use the  org.faktorips - thirdparty version 25.7.2.release in your project

The next step is to save the updated pom.xml file. Once you save the file in Eclipse (if using Eclipse) then Eclipse will start downloading the required libraries on your computer. If you are using some other tool or building the project from command line then the dependencies will be downloaded at the build time. Now you will be able to import the library in your project and use it.

Step 4: Finding the maven dependency tree

Sometimes it is required to check the dependency tree of the maven project to find out the jar conflicts, then you can use the  Maven dependency plugin. The Maven dependency plugin is used to list down the the dependency in the project. The dependency:tree option of the mvn command line tool can be used to see the dependency tree of the given project. After adding the Maven dependency of org.faktorips - thirdparty version 25.7.2.release in your pom.xml file you can run following command on the terminal:

mvn dependency:tree

Above command will list down the dependency of your project. This way you will be able to find out any jar conflict issue of the project.

Dependency of Other Build Tools

Gradle Dependency

If you project is based on Gradle then you can use following dependency code:

 implementation group: 'org.faktorips', name: 'thirdparty', version: '25.7.2.release'
 

Above code will enable the Gradle to down org.faktorips - thirdparty dependency jar and include in the project.

SBT Dependency of thirdparty version 25.7.2.release

libraryDependencies += "org.faktorips" % "thirdparty" % "25.7.2.release"

Ivy Dependency of thirdparty version 25.7.2.release

<dependency org="org.faktorips" name="thirdparty" rev="25.7.2.release"/>

Grape Dependency of thirdparty version 25.7.2.release

@Grapes(
    @Grab(group='org.faktorips', module='thirdparty', version='25.7.2.release')
)

Leiningen Dependency of thirdparty version 25.7.2.release

[org.faktorips/thirdparty "25.7.2.release"]

Buildr Dependency of thirdparty version 25.7.2.release

'org.faktorips:thirdparty:jar:25.7.2.release'

You can read more at:

Tutorials

  1. Maven Repository/Dependency: org.faktorips | thirdparty
  2. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.0.a20221117-02
  3. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.0
  4. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.1.release
  5. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.2.release
  6. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.3.release
  7. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.4.release
  8. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.5.release
  9. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.6.release
  10. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.7.release
  11. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.8.release
  12. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.9.release
  13. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.10.release
  14. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.11.release
  15. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.12.release
  16. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.13.release
  17. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.14.release
  18. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.15.release
  19. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.16.release
  20. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.17.release
  21. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.18.release
  22. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.19.release
  23. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 22.12.20.release
  24. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 23.1.0.a20230109-01
  25. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 23.1.0.a20230123-02
  26. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 23.1.0.a20230124-01
  27. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 23.1.0.release
  28. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 23.6.0.a20230301-01
  29. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 23.6.0.a20230310-01
  30. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 23.6.0.a20230503-01
  31. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 23.6.0.a20230515-02
  32. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 23.6.0.release
  33. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 23.6.1.release
  34. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 23.6.2.release
  35. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 23.6.3.release
  36. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 23.6.4.release
  37. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 23.6.5.release
  38. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 23.6.6.release
  39. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 23.6.7.release
  40. Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for thirdparty version 23.6.8.release