MVN

net.sourceforge.jadex : jadex-xml

Maven & Gradle

Dec 20, 2013
41 usages

jadex-xml · Jadex XML is an XML data binding framework for Java and also for other representations. The main idea of Jadex XML is that neither the XML-Schema on the one side nor the Java classes on the other side should define the binding. Instead, a separate mapping between both is used as a mediation. This allows designing the XML representation independent of the Java side but still being able to connect both as desired. This idea was first put forward by the JiBX data binding framework. Jadex XML pushes it further by combining it with the configuration by exception principle. The framework can detect obvious correspondences between both sides automatically and only needs configuration information when translations are necessary. The configuration information is currently specified directly in form of Java configuration classes.

<dependency>
    <groupId>net.sourceforge.jadex</groupId>
    <artifactId>jadex-xml</artifactId>
    <version>2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.jadex : jadex-xml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4
  • Latest Release Candidate: 2.0-rc10

All Versions

Choose a version of net.sourceforge.jadex : jadex-xml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4
jadex-xml-2.4
2.3
jadex-xml-2.3
2.2.x
jadex-xml-2.2.1
2.2
jadex-xml-2.2
2.1
jadex-xml-2.1
2.0
jadex-xml-2.0
jadex-xml-2.0-rc10
jadex-xml-2.0-rc9
jadex-xml-2.0-rc8
jadex-xml-2.0-rc7
jadex-xml-2.0-rc6
jadex-xml-2.0-rc5
jadex-xml-2.0-rc4
jadex-xml-2.0-rc3

How to add a dependency to Maven

Add the following net.sourceforge.jadex : jadex-xml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.jadex</groupId>
    <artifactId>jadex-xml</artifactId>
    <version>2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.jadex : jadex-xml gradle dependency to your build.gradle file:

implementation 'net.sourceforge.jadex:jadex-xml:2.4'

Gradle Kotlin DSL: Add the following net.sourceforge.jadex : jadex-xml gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.jadex:jadex-xml:2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.jadex : jadex-xml sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.jadex" % "jadex-xml" % "2.4"

Advertisement

Dependencies from Group

Dec 20, 2013
64 usages
Dec 20, 2013
55 usages
Dec 20, 2013
41 usages
Dec 20, 2013
24 usages
Dec 20, 2013
17 usages

Discover Dependencies

Dec 01, 2022
28 usages
1.2k stars
Jul 06, 2021
6 usages
0 stars
Jul 07, 2023
95 usages
10 stars
Oct 20, 2015
15 usages
90 stars
Jun 28, 2014
29 usages
0 stars
May 03, 2023
47 usages
9 stars
Oct 09, 2018
42 usages
11.4k stars