License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.formix |
ArtifactId | ArtifactIddsx |
Version | Version0.10.0 |
Type | Typejar |
Description |
DescriptionDamn Simple XML
This library leverage method chaining. It is not compliant with the
Java XML Standard API. It contains a serializer compatible with
Microsoft XmlSerializer input/output XML format. It contains another
serializer that is compatible with the DataContractSerializer from
Microsoft. Along with the basic soap package provided, it becomes
easy to do raw SOAP calls to any SOAP Web service. The XmlDocument
class also offer XPath like methods to fetch information from the
underlying XML tree.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dsx-0.10.0.pom | |
dsx-0.10.0.jar | 47 KB |
dsx-0.10.0-sources.jar | 47 KB |
dsx-0.10.0-javadoc.jar | 199 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.formix/dsx/ -->
<dependency>
<groupId>org.formix</groupId>
<artifactId>dsx</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.formix/dsx/
implementation 'org.formix:dsx:0.10.0'
// https://jarcasting.com/artifacts/org.formix/dsx/
implementation ("org.formix:dsx:0.10.0")
'org.formix:dsx:jar:0.10.0'
<dependency org="org.formix" name="dsx" rev="0.10.0">
<artifact name="dsx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.formix', module='dsx', version='0.10.0')
)
libraryDependencies += "org.formix" % "dsx" % "0.10.0"
[org.formix/dsx "0.10.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-codec : commons-codec | jar | 1.6 |
commons-lang : commons-lang | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.6 |