| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnet.sourceforge.xbis | 
| ArtifactId | ArtifactIdxbis | 
| Last Version | Last Version0.9.5 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionXML Binary Infoset XBIS is an encoding format for XML documents that is fully convertible to and from text, 
  with information set equivalence between the original document text and regenerated document text. 
  It's intended for use in transmitting XML documents between application components, and is therefore 
  designed for processing speed. The current Java language implementation offers several times 
  the performance of SAX2 parsers working from text documents across a wide range of document types and 
  sizes, and across JVMs tested, while also providing a substantial reduction in document size for most 
  types of XML documents. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| xbis-0.9.5.pom | |
| xbis-0.9.5.jar | 106 KB | 
| xbis-0.9.5-sources.jar | 182 KB | 
| xbis-0.9.5-javadoc.jar | 505 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sourceforge.xbis/xbis/ -->
<dependency>
    <groupId>net.sourceforge.xbis</groupId>
    <artifactId>xbis</artifactId>
    <version>0.9.5</version>
</dependency>// https://jarcasting.com/artifacts/net.sourceforge.xbis/xbis/
implementation 'net.sourceforge.xbis:xbis:0.9.5'// https://jarcasting.com/artifacts/net.sourceforge.xbis/xbis/
implementation ("net.sourceforge.xbis:xbis:0.9.5")'net.sourceforge.xbis:xbis:jar:0.9.5'<dependency org="net.sourceforge.xbis" name="xbis" rev="0.9.5">
  <artifact name="xbis" type="jar" />
</dependency>@Grapes(
@Grab(group='net.sourceforge.xbis', module='xbis', version='0.9.5')
)libraryDependencies += "net.sourceforge.xbis" % "xbis" % "0.9.5"[net.sourceforge.xbis/xbis "0.9.5"]| Group / Artifact | Type | Version | 
|---|---|---|
| jdom : jdom | jar | 1.0 | 
| xerces : xercesImpl | jar | 2.9.1 |