组织ID: |
org.jibx |
项目ID: |
jibx-extras |
版本: |
1.0.1 |
最后修改时间: |
2018-10-16 22:15:03 |
包类型: |
jar |
标题: |
JiBX |
描述: |
JiBX is a framework for binding XML data to Java objects. It lets you work with data from XML documents using your own class structures. The JiBX framework handles all the details of converting your data to and from XML based on your instructions. JiBX is designed to perform the translation between internal data structures and XML with very high efficiency, but still allows you a high degree of control over the translation process. |
大小: |
34.75KB |
|
Maven引入代码: |
<dependency>
<groupId>org.jibx</groupId>
<artifactId>jibx-extras</artifactId>
<version>1.0.1</version>
</dependency>
|
Gradle引入代码: |
org.jibx:jibx-extras:1.0.1
|
下载Jar包: |
|
POM文件内容: |
<?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>
<groupId>org.jibx</groupId>
<artifactId>jibx-extras</artifactId>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>JiBX</name>
<url>http://www.jibx.org/</url>
<description>JiBX is a framework for binding XML data to Java objects. It lets you work with data from XML documents using your own class structures. The JiBX framework handles all the details of converting your data to and from XML based on your instructions. JiBX is designed to perform the translation between internal data structures and XML with very high efficiency, but still allows you a high degree of control over the translation process.</description>
<scm>
<connection>scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jibx</connection>
</scm>
<dependencies>
<dependency>
<groupId>org.jibx</groupId>
<artifactId>jibx-run</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.jibx.extras.BindingSelector.class
org.jibx.extras.DiscardElementMapper.class
org.jibx.extras.DiscardListMapper.class
org.jibx.extras.DocumentComparator.class
org.jibx.extras.DocumentModelMapperBase.class
org.jibx.extras.Dom4JElementMapper.class
org.jibx.extras.Dom4JListMapper.class
org.jibx.extras.Dom4JMapperBase.class
org.jibx.extras.DomElementMapper.class
org.jibx.extras.DomFragmentMapper.class
org.jibx.extras.DomListMapper.class
org.jibx.extras.DomMapperBase.class
org.jibx.extras.HashMapperStringToComplex.class
org.jibx.extras.HashMapperStringToSchemaType.class
org.jibx.extras.IdDefRefMapperBase.class
org.jibx.extras.IdRefMapperBase.class
org.jibx.extras.JDOMWriter.class
org.jibx.extras.ObjectArrayMapper.class
org.jibx.extras.QName.class
org.jibx.extras.TestMultRoundtrip.class
org.jibx.extras.TestRoundtrip.class
org.jibx.extras.TypedArrayMapper.class
|
依赖Jar: |
jibx-run-1.0.1.jar
/org.jibx/jibx-run/1.0.1
查看jibx-run所有版本文件
dom4j-1.4.jar
/dom4j/dom4j/1.4
查看dom4j所有版本文件
jdom-1.0.jar
/jdom/jdom/1.0
查看jdom所有版本文件
|