Download hyperjaxb3-ejb-runtime-0.5.6.jar file

Introduction

You can download hyperjaxb3-ejb-runtime-0.5.6.jar in this page.

License

Open Source

Type List

hyperjaxb3-ejb-runtime-0.5.6.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.jvnet.hyperjaxb3/hyperjaxb3-ejb-runtime/pom.properties
META-INF/maven/org.jvnet.hyperjaxb3/hyperjaxb3-ejb-runtime/pom.xml
org.jvnet.hyperjaxb3.ejb.util.EntityUtils.class
org.jvnet.hyperjaxb3.item.AbstractItemList.class
org.jvnet.hyperjaxb3.item.AbstractMixedItemList.class
org.jvnet.hyperjaxb3.item.ConvertedList.class
org.jvnet.hyperjaxb3.item.Converter.class
org.jvnet.hyperjaxb3.item.DefaultItemList.class
org.jvnet.hyperjaxb3.item.DefaultMixedItemList.class
org.jvnet.hyperjaxb3.item.Item.class
org.jvnet.hyperjaxb3.item.ItemList.class
org.jvnet.hyperjaxb3.item.ItemUtils.class
org.jvnet.hyperjaxb3.item.MixedItem.class
org.jvnet.hyperjaxb3.item.MixedItemList.class
org.jvnet.hyperjaxb3.item.MixedItemUtils.class
org.jvnet.hyperjaxb3.transform.TransformUtils.class
org.jvnet.hyperjaxb3.xml.bind.JAXBContextUtils.class
org.jvnet.hyperjaxb3.xml.bind.JAXBElementUtils.class
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.AbstractXMLGregorianCalendarAdapter.class
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.DurationAsString.class
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.ElementAsString.class
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.IdentityAdapter.class
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.QNameAsString.class
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.StringListAsString.class
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.TimeStringAsCalendar.class
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.XMLGregorianCalendarAsDate.class
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.XMLGregorianCalendarAsDateTime.class
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.XMLGregorianCalendarAsGDay.class
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.XMLGregorianCalendarAsGMonth.class
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.XMLGregorianCalendarAsGMonthDay.class
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.XMLGregorianCalendarAsGYear.class
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.XMLGregorianCalendarAsGYearMonth.class
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.XMLGregorianCalendarAsTime.class
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.XmlAdapterConverter.class
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.XmlAdapterUtils.class
org.jvnet.hyperjaxb3.xml.datatype.util.XMLGregorianCalendarUtils.class

Pom

hyperjaxb3-ejb-runtime-0.5.6.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.jvnet.hyperjaxb3</groupId>
	<artifactId>hyperjaxb3-ejb-runtime</artifactId>
	<packaging>jar</packaging>
	<name>Hyperjaxb3 EJB Runtime</name>
	<parent>
		<groupId>org.jvnet.hyperjaxb3</groupId>
		<artifactId>hyperjaxb3-ejb</artifactId>
		<version>0.5.6</version>
	</parent>
	<dependencies>
		<dependency>
			<groupId>commons-lang</groupId>
			<artifactId>commons-lang</artifactId>
		</dependency>
		<dependency>
			<groupId>commons-logging</groupId>
			<artifactId>commons-logging</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>log4j</groupId>
			<artifactId>log4j</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.jvnet.jaxb2_commons</groupId>
			<artifactId>jaxb2-basics-runtime</artifactId>
			<exclusions>
				<exclusion>
					<groupId>com.sun.xml.bind</groupId>
					<artifactId>jaxb-impl</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>com.sun.xml.bind</groupId>
			<artifactId>jaxb-impl</artifactId>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>javax.persistence</groupId>
			<artifactId>persistence-api</artifactId>
			<scope>provided</scope>
		</dependency>
	</dependencies>
	<build>
		<defaultGoal>install</defaultGoal>
	</build>
</project>

POM Entry

<dependency>
   <groupId>org.jvnet.hyperjaxb3</groupId>
   <artifactId>hyperjaxb3-ejb-runtime</artifactId>
   <version>0.5.6</version>
</dependency>

Download

If you think the following hyperjaxb3-ejb-runtime-0.5.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download hyperjaxb3-ejb-runtime-0.5.6.jar file




PreviousNext

Related