You can download jibx-run-1.2.6.jar in this page.
Open Source
jibx-run-1.2.6.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.jibx/jibx-run/pom.properties META-INF/maven/org.jibx/jibx-run/pom.xml org.jibx.runtime.BindingDirectory.class org.jibx.runtime.EnumSet.class org.jibx.runtime.IAbstractMarshaller.class org.jibx.runtime.IAliasable.class org.jibx.runtime.IBindingFactory.class org.jibx.runtime.ICharacterEscaper.class org.jibx.runtime.IExtensibleWriter.class org.jibx.runtime.IListItemDeserializer.class org.jibx.runtime.IMarshallable.class org.jibx.runtime.IMarshaller.class org.jibx.runtime.IMarshallingContext.class org.jibx.runtime.ITrackSource.class org.jibx.runtime.IUnmarshallable.class org.jibx.runtime.IUnmarshaller.class org.jibx.runtime.IUnmarshallingContext.class org.jibx.runtime.IXMLReader.class org.jibx.runtime.IXMLWriter.class org.jibx.runtime.IntStack.class org.jibx.runtime.Java5DecimalConvert.class org.jibx.runtime.JiBXConstrainedParseException.class org.jibx.runtime.JiBXException.class org.jibx.runtime.JiBXParseException.class org.jibx.runtime.JodaConvert.class org.jibx.runtime.PrintInfo.class org.jibx.runtime.QName.class org.jibx.runtime.RecoverableException.class org.jibx.runtime.UnrecoverableException.class org.jibx.runtime.Utility.class org.jibx.runtime.ValidationException.class org.jibx.runtime.WhitespaceConversions.class org.jibx.runtime.impl.ArrayRangeIterator.class org.jibx.runtime.impl.BackFillArray.class org.jibx.runtime.impl.BackFillHolder.class org.jibx.runtime.impl.BackFillReference.class org.jibx.runtime.impl.BindingFactoryBase.class org.jibx.runtime.impl.GenericXMLWriter.class org.jibx.runtime.impl.GrowableIntArray.class org.jibx.runtime.impl.GrowableStringArray.class org.jibx.runtime.impl.IByteBuffer.class org.jibx.runtime.impl.IInByteBuffer.class org.jibx.runtime.impl.IOutByteBuffer.class org.jibx.runtime.impl.ISO88591Escaper.class org.jibx.runtime.impl.ISO88591StreamWriter.class org.jibx.runtime.impl.ITrackSourceImpl.class org.jibx.runtime.impl.IXMLReaderFactory.class org.jibx.runtime.impl.InByteBuffer.class org.jibx.runtime.impl.InputStreamWrapper.class org.jibx.runtime.impl.MarshallingContext.class org.jibx.runtime.impl.OutByteBuffer.class org.jibx.runtime.impl.RuntimeSupport.class org.jibx.runtime.impl.SparseArrayIterator.class org.jibx.runtime.impl.StAXReaderFactory.class org.jibx.runtime.impl.StAXReaderWrapper.class org.jibx.runtime.impl.StAXWriter.class org.jibx.runtime.impl.StreamWriterBase.class org.jibx.runtime.impl.StringIntHashMap.class org.jibx.runtime.impl.USASCIIEscaper.class org.jibx.runtime.impl.UTF8Escaper.class org.jibx.runtime.impl.UTF8StreamWriter.class org.jibx.runtime.impl.UnmarshallingContext.class org.jibx.runtime.impl.XMLPullReaderFactory.class org.jibx.runtime.impl.XMLWriterBase.class org.jibx.runtime.impl.XMLWriterNamespaceBase.class
jibx-run-1.2.6.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <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> <parent> <groupId>org.jibx.config</groupId> <artifactId>main-reactor</artifactId> <version>1.2.6</version> </parent> <groupId>org.jibx</groupId> <artifactId>jibx-run</artifactId> <packaging>bundle</packaging> <name>jibx-run - JiBX runtime</name> <description>JiBX runtime code</description> <profiles> <profile> <id>sonatype-oss-release</id> <build> <!-- ***CAREFUL*** This logic moves the source code to the current project, then does NOT compile it. This way, the api and source are in maven central. --> <plugins> <plugin> <artifactId>maven-resources-plugin</artifactId> <version>2.4.3</version> <executions> <execution> <id>copy-jibx-run</id> <phase>validate</phase> <goals> <goal>copy-resources</goal> </goals> <configuration> <outputDirectory>${basedir}/src/main/java</outputDirectory> <resources> <resource> <directory>${coreSourceDir}</directory> <filtering>false</filtering> <includes> <include>org/jibx/runtime/**/*.java</include> </includes> </resource> </resources> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Export-Package> org.jibx.runtime.*;version=${project.version}, </Export-Package> <Include-Resource>@${jibxLibDir}/jibx-run.jar;inline=**</Include-Resource> <Main-Class>org.jibx.runtime.PrintInfo</Main-Class> <Class-Path>xpp3.jar stax-api.jar wstx-asl.jar</Class-Path> </instructions> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> </dependency> <dependency> <groupId>xpp3</groupId> <artifactId>xpp3</artifactId> </dependency> </dependencies> </project>
<dependency> <groupId>org.jibx</groupId> <artifactId>jibx-run</artifactId> <version>1.2.6</version> </dependency>
If you think the following jibx-run-1.2.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jibx-run-1.2.6.jar file