MVN

org.activecomponents.jadex : jadex-xml

Maven & Gradle

May 11, 2020
24 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 other 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>org.activecomponents.jadex</groupId>
    <artifactId>jadex-xml</artifactId>
    <version>3.0.117</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.117
  • Latest Release Candidate: 3.0.0-RC80

All Versions

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

Version Vulnerabilities Updated
3.0.x
jadex-xml-3.0.117
jadex-xml-3.0.115
jadex-xml-3.0.113
jadex-xml-3.0.112
jadex-xml-3.0.106
jadex-xml-3.0.102
jadex-xml-3.0.95
jadex-xml-3.0.91
jadex-xml-3.0.86
jadex-xml-3.0.85
jadex-xml-3.0.81
jadex-xml-3.0.79
jadex-xml-3.0.78
jadex-xml-3.0.77
jadex-xml-3.0.76
jadex-xml-3.0.72
jadex-xml-3.0.71
jadex-xml-3.0.70
jadex-xml-3.0.69
jadex-xml-3.0.43
jadex-xml-3.0.7
jadex-xml-3.0.1
jadex-xml-3.0.0
jadex-xml-3.0.0-RC80
jadex-xml-3.0.0-RC68
jadex-xml-3.0.0-RC63
jadex-xml-3.0.0-RC51
jadex-xml-3.0.0-RC32
jadex-xml-3.0.0-RC16
3.0
jadex-xml-3.0-DEVELOPMENT

How to add a dependency to Maven

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

<dependency>
    <groupId>org.activecomponents.jadex</groupId>
    <artifactId>jadex-xml</artifactId>
    <version>3.0.117</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.activecomponents.jadex:jadex-xml:3.0.117'

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

implementation("org.activecomponents.jadex:jadex-xml:3.0.117")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.activecomponents.jadex" % "jadex-xml" % "3.0.117"

Advertisement

Dependencies from Group

Sep 08, 2022
37 usages
41 stars
Sep 08, 2022
30 usages
41 stars
May 11, 2020
29 usages
Sep 08, 2022
26 usages
41 stars

Discover Dependencies

Dec 28, 2018
1 usages
696 stars
Jan 31, 2016
67 usages
1.2k stars
Jan 29, 2016
0 stars
Oct 09, 2018
2 usages
11.4k stars
Jan 30, 2016
2 usages
430 stars
Mar 23, 2020
1 stars
Nov 15, 2018
1.2k stars