Download dom-transformation-1.1.jar file - Jar d

Jar examples for d:dom-transformation

Description

Transform DOM model in JSON like structure

You can download jar file dom-transformation 1.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add dom-transformation-1.1.jar to your project.

<dependency>
   <groupId>com.github.igor-suhorukov</groupId>
   <artifactId>dom-transformation</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'com.github.igor-suhorukov', name: 'dom-transformation', version: '1.1'
libraryDependencies += "com.github.igor-suhorukov" % "dom-transformation" % "1.1"
<dependency org="com.github.igor-suhorukov" name="dom-transformation" rev="1.1"/>
@Grapes(@Grab(group='com.github.igor-suhorukov', module='dom-transformation', version='1.1'))
'com.github.igor-suhorukov:dom-transformation:jar:1.1'

Download

Click the following link to download the jar file.

dom-transformation-1.1-javadoc.jar
dom-transformation-1.1-sources.jar
dom-transformation-1.1.jar
dom-transformation-1.1.pom



Related Tutorials