Files download
File Operation
hyperjaxb3-ejb-runtime-0.5.6.jar download
hyperjaxb3-ejb-runtime-0.5.6.pom download
hyperjaxb3-ejb-runtime-0.5.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jvnet.hyperjaxb3</groupId>
  <artifactId>hyperjaxb3-ejb-runtime</artifactId>
  <version>0.5.6</version>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hyperjaxb3:hyperjaxb3-ejb-runtime:0.5.6'
Gradle Kotlin
implementation("org.jvnet.hyperjaxb3:hyperjaxb3-ejb-runtime:0.5.6")
Scala SBT
libraryDependencies += "org.jvnet.hyperjaxb3" % "hyperjaxb3-ejb-runtime" % "0.5.6"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hyperjaxb3', module='hyperjaxb3-ejb-runtime', version='0.5.6')
)
Apache Ivy
<dependency org="org.jvnet.hyperjaxb3" name="hyperjaxb3-ejb-runtime" rev="0.5.6" />
Leiningen
[org.jvnet.hyperjaxb3/hyperjaxb3-ejb-runtime "0.5.6"]
Apache Buildr
'org.jvnet.hyperjaxb3:hyperjaxb3-ejb-runtime:jar:0.5.6'