jar

org.codehaus.fabric3 : fabric3-xquery

Maven & Gradle

Aug 14, 2013

Fabric3 XQuery Implementation Extension · Support for XQuery components

Table Of Contents

Latest Version

Download org.codehaus.fabric3 : fabric3-xquery JAR file - Latest Versions:

All Versions

Download org.codehaus.fabric3 : fabric3-xquery JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.9.x
1.9
1.8.x
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
0.7

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window fabric3-xquery-2.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.fabric3.xquery.provision

├─ org.fabric3.xquery.provision.XQueryComponentDefinition.class - [JAR]

├─ org.fabric3.xquery.provision.XQueryComponentSourceDefinition.class - [JAR]

├─ org.fabric3.xquery.provision.XQueryComponentTargetDefinition.class - [JAR]

org.fabric3.xquery.runtime

├─ org.fabric3.xquery.runtime.XQueryComponent.class - [JAR]

├─ org.fabric3.xquery.runtime.XQueryComponentSourceWireAttacher.class - [JAR]

├─ org.fabric3.xquery.runtime.XQueryComponentTargetWireAttacher.class - [JAR]

org.fabric3.xquery.control

├─ org.fabric3.xquery.control.XQueryComponentGenerator.class - [JAR]

org.fabric3.xquery.introspection

├─ org.fabric3.xquery.introspection.XQueryImplementationLoader.class - [JAR]

├─ org.fabric3.xquery.introspection.XQueryImplementationProcessor.class - [JAR]

org.fabric3.xquery.scdl

├─ org.fabric3.xquery.scdl.XQueryComponentType.class - [JAR]

├─ org.fabric3.xquery.scdl.XQueryImplementation.class - [JAR]

├─ org.fabric3.xquery.scdl.XQueryProperty.class - [JAR]

├─ org.fabric3.xquery.scdl.XQueryServiceContract.class - [JAR]

org.fabric3.xquery

├─ org.fabric3.xquery.XQueryService.class - [JAR]

Advertisement