Download rngom-2.2.11.jar file - Jar r

Jar examples for r:rngom

Description

RNGOM is a RelaxNG Object model library (XSOM for RelaxNG). Sources from http://rngom.java.net, version 20050510.

You can download jar file rngom 2.2.11 in this page.

License

Open Source License

Build File

You can use the following script to add rngom-2.2.11.jar to your project.

<dependency>
   <groupId>com.sun.xml.bind.external</groupId>
   <artifactId>rngom</artifactId>
   <version>2.2.11</version>
</dependency>
compile group: 'com.sun.xml.bind.external', name: 'rngom', version: '2.2.11'
libraryDependencies += "com.sun.xml.bind.external" % "rngom" % "2.2.11"
<dependency org="com.sun.xml.bind.external" name="rngom" rev="2.2.11"/>
@Grapes(@Grab(group='com.sun.xml.bind.external', module='rngom', version='2.2.11'))
'com.sun.xml.bind.external:rngom:jar:2.2.11'

Download

Click the following link to download the jar file.

rngom-2.2.11-javadoc.jar
rngom-2.2.11-sources.jar
rngom-2.2.11.jar
rngom-2.2.11.pom



Related Tutorials