MVN

org.jibx.schema.org.jibx : org.jibx.schema.org.jibx.sampleschema.address

Maven & Gradle

Mar 06, 2023
2 usages
0 stars

Schema Library - jibx.org - Address Schema · org.jibx.sampleschema.address - A schema binding project using a very simple schema which has a base schema. The base schema is retrieved from the org.jibx.sampleschema.person artifact.

<dependency>
    <groupId>org.jibx.schema.org.jibx</groupId>
    <artifactId>org.jibx.schema.org.jibx.sampleschema.address</artifactId>
    <version>1.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jibx.schema.org.jibx : org.jibx.schema.org.jibx.sampleschema.address to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.4

All Versions

Choose a version of org.jibx.schema.org.jibx : org.jibx.schema.org.jibx.sampleschema.address to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
org.jibx.schema.org.jibx.sampleschema.address-1.2.4
org.jibx.schema.org.jibx.sampleschema.address-1.2.3
org.jibx.schema.org.jibx.sampleschema.address-1.2.1
org.jibx.schema.org.jibx.sampleschema.address-1.2.0
1.1.x
org.jibx.schema.org.jibx.sampleschema.address-1.1.4
org.jibx.schema.org.jibx.sampleschema.address-1.1.0
1.0.x
org.jibx.schema.org.jibx.sampleschema.address-1.0.9
org.jibx.schema.org.jibx.sampleschema.address-1.0.6
org.jibx.schema.org.jibx.sampleschema.address-1.0.4
org.jibx.schema.org.jibx.sampleschema.address-1.0.0

How to add a dependency to Maven

Add the following org.jibx.schema.org.jibx : org.jibx.schema.org.jibx.sampleschema.address maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jibx.schema.org.jibx</groupId>
    <artifactId>org.jibx.schema.org.jibx.sampleschema.address</artifactId>
    <version>1.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jibx.schema.org.jibx : org.jibx.schema.org.jibx.sampleschema.address gradle dependency to your build.gradle file:

implementation 'org.jibx.schema.org.jibx:org.jibx.schema.org.jibx.sampleschema.address:1.2.4'

Gradle Kotlin DSL: Add the following org.jibx.schema.org.jibx : org.jibx.schema.org.jibx.sampleschema.address gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jibx.schema.org.jibx:org.jibx.schema.org.jibx.sampleschema.address:1.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jibx.schema.org.jibx : org.jibx.schema.org.jibx.sampleschema.address sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jibx.schema.org.jibx" % "org.jibx.schema.org.jibx.sampleschema.address" % "1.2.4"

Advertisement