MVN

org.jvnet.hyperjaxb3 : hyperjaxb3-ejb-schemas-customizations

Maven & Gradle

Sep 06, 2017
3 usages

Hyperjaxb3 EJB Schemas Customizations

<dependency>
    <groupId>org.jvnet.hyperjaxb3</groupId>
    <artifactId>hyperjaxb3-ejb-schemas-customizations</artifactId>
    <version>0.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.hyperjaxb3 : hyperjaxb3-ejb-schemas-customizations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.2
  • Latest Release Candidate: 0.2.RC1

All Versions

Choose a version of org.jvnet.hyperjaxb3 : hyperjaxb3-ejb-schemas-customizations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
hyperjaxb3-ejb-schemas-customizations-0.6.2
hyperjaxb3-ejb-schemas-customizations-0.6.1
hyperjaxb3-ejb-schemas-customizations-0.6.0
0.5.x
hyperjaxb3-ejb-schemas-customizations-0.5.6
hyperjaxb3-ejb-schemas-customizations-0.5.5
hyperjaxb3-ejb-schemas-customizations-0.5.4
hyperjaxb3-ejb-schemas-customizations-0.5.3
hyperjaxb3-ejb-schemas-customizations-0.5.2
hyperjaxb3-ejb-schemas-customizations-0.5.1
hyperjaxb3-ejb-schemas-customizations-0.5.0
0.4
hyperjaxb3-ejb-schemas-customizations-0.4
0.3
hyperjaxb3-ejb-schemas-customizations-0.3
0.2.x
hyperjaxb3-ejb-schemas-customizations-0.2.GA
hyperjaxb3-ejb-schemas-customizations-0.2.RC1

How to add a dependency to Maven

Add the following org.jvnet.hyperjaxb3 : hyperjaxb3-ejb-schemas-customizations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jvnet.hyperjaxb3</groupId>
    <artifactId>hyperjaxb3-ejb-schemas-customizations</artifactId>
    <version>0.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jvnet.hyperjaxb3 : hyperjaxb3-ejb-schemas-customizations gradle dependency to your build.gradle file:

implementation 'org.jvnet.hyperjaxb3:hyperjaxb3-ejb-schemas-customizations:0.6.2'

Gradle Kotlin DSL: Add the following org.jvnet.hyperjaxb3 : hyperjaxb3-ejb-schemas-customizations gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jvnet.hyperjaxb3:hyperjaxb3-ejb-schemas-customizations:0.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jvnet.hyperjaxb3 : hyperjaxb3-ejb-schemas-customizations sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jvnet.hyperjaxb3" % "hyperjaxb3-ejb-schemas-customizations" % "0.6.2"