All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download net.vz.mongodb.jackson JAR files with all dependencies


org.semanticweb.hermit from group net.sourceforge.owlapi (version 1.4.0.432)

HermiT is reasoner for ontologies written using the Web Ontology Language (OWL). Given an OWL file, HermiT can determine whether or not the ontology is consistent, identify subsumption relationships between classes, and much more. This is the maven build of HermiT and is designed for people who wish to use HermiT from within the OWL API. It is now versioned in the main HermiT version repository, although not officially supported by the HermiT developers. The version number of this package is a composite of the HermiT version and a value representing the OWLAPI release it is compatible with. Note that the group id for the upstream HermiT is com.hermit-reasoner, while this fork is released under net.sourceforge.owlapi. This fork exists to allow HermiT users to use newer OWLAPI versions than the ones supported by the original HermiT codebase. This package includes the Jautomata library (http://jautomata.sourceforge.net/), and builds with it directly. This library appears to be no longer under active development, and so a "fork" seems appropriate. No development is intended or anticipated on this code base.

Group: net.sourceforge.owlapi Artifact: org.semanticweb.hermit

Download org.semanticweb.hermit.jar (1.4.0.432)
 

9 downloads
Artifact org.semanticweb.hermit
Group net.sourceforge.owlapi
Version 1.4.0.432


jackson-dataformat-xml from group com.fasterxml.jackson.dataformat (version 2.8.8)

Data format extension for Jackson (http://jackson.codehaus.org) to offer alternative support for serializing POJOs as XML and deserializing XML as pojos. Support implemented on top of Stax API (javax.xml.stream), by implementing core Jackson Streaming API types like JsonGenerator, JsonParser and JsonFactory. Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMapper).

Group: com.fasterxml.jackson.dataformat Artifact: jackson-dataformat-xml

Download jackson-dataformat-xml.jar (2.8.8)
 

9 downloads


spring-extensions from group net.shibboleth.ext (version 5.3.0)

A set of extensions for the Spring framework. This package includes things like factory beans, converters, etc.

Group: net.shibboleth.ext Artifact: spring-extensions

Download spring-extensions.jar (5.3.0)
 

9 downloads
Artifact spring-extensions
Group net.shibboleth.ext
Version 5.3.0


props2js from group net.nczonline.web (version 1.0.1)

Tool to convert Java properties files into JavaScript.

Group: net.nczonline.web Artifact: props2js

Download props2js.jar (1.0.1)
 

9 downloads
Artifact props2js
Group net.nczonline.web
Version 1.0.1


htmlunit-core-js from group net.sourceforge.htmlunit (version 2.13)

HtmlUnit adaptation of Mozilla Rhino Javascript engine for Java. Changes are documented by a diff (rhinoDiff.txt) contained in the generated jar files.

Group: net.sourceforge.htmlunit Artifact: htmlunit-core-js

Download htmlunit-core-js.jar (2.13)
 

9 downloads
Artifact htmlunit-core-js
Group net.sourceforge.htmlunit
Version 2.13


ecc-25519-java from group net.vrallev.ecc (version 1.0.3)

A library for Java and Android to use Ed25519 and Curve25518.

Group: net.vrallev.ecc Artifact: ecc-25519-java

Download ecc-25519-java.jar (1.0.3)
 

9 downloads
Artifact ecc-25519-java
Group net.vrallev.ecc
Version 1.0.3


jackson-databind from group com.fasterxml.jackson.core (version 2.7.9.2)

General data-binding functionality for Jackson: works on core streaming API

Group: com.fasterxml.jackson.core Artifact: jackson-databind

Download jackson-databind.jar (2.7.9.2)
 

9 downloads
Artifact jackson-databind
Group com.fasterxml.jackson.core
Version 2.7.9.2


jna from group net.java.dev.jna (version 3.2.7)

Java Native Access

Group: net.java.dev.jna Artifact: jna

Download jna.jar (3.2.7)
 

9 downloads
Artifact jna
Group net.java.dev.jna
Version 3.2.7


org.semanticweb.hermit from group net.sourceforge.owlapi (version 1.3.8.413)

HermiT is reasoner for ontologies written using the Web Ontology Language (OWL). Given an OWL file, HermiT can determine whether or not the ontology is consistent, identify subsumption relationships between classes, and much more. This is the maven build of HermiT and is designed for people who wish to use HermiT from within the OWL API. It is now versioned in the main HermiT version repository, although not officially supported by the HermiT developers. The version number of this package is a composite of the HermiT version and a value representing the OWLAPI release it is compatible with. Note that the group id for the upstream HermiT is com.hermit-reasoner, while this fork is released under net.sourceforge.owlapi. This fork exists to allow HermiT users to use newer OWLAPI versions than the ones supported by the original HermiT codebase. This package includes the Jautomata library (http://jautomata.sourceforge.net/), and builds with it directly. This library appears to be no longer under active development, and so a "fork" seems appropriate. No development is intended or anticipated on this code base.

Group: net.sourceforge.owlapi Artifact: org.semanticweb.hermit

Download org.semanticweb.hermit.jar (1.3.8.413)
 

9 downloads
Artifact org.semanticweb.hermit
Group net.sourceforge.owlapi
Version 1.3.8.413


jackson-datatype-joda from group com.fasterxml.jackson.datatype (version 2.9.4)

Add-on module for Jackson (http://github.com/FasterXML/jackson) to support Joda (https://www.joda.org/joda-time/) data types.

Group: com.fasterxml.jackson.datatype Artifact: jackson-datatype-joda

Download jackson-datatype-joda.jar (2.9.4)
 

9 downloads


mongo-java-driver from group org.mongodb (version 3.0.1)

The MongoDB Java Driver uber-artifact, containing mongodb-driver, mongodb-driver-core, and bson

Group: org.mongodb Artifact: mongo-java-driver

Download mongo-java-driver.jar (3.0.1)
 

9 downloads
Artifact mongo-java-driver
Group org.mongodb
Version 3.0.1


databeans from group net.sourceforge.databeans (version 3.0)

Fully object-oriented persistence for Java.

Group: net.sourceforge.databeans Artifact: databeans

Download databeans.jar (3.0)
 

9 downloads
Artifact databeans
Group net.sourceforge.databeans
Version 3.0


dynamicreports-adhoc from group net.sourceforge.dynamicreports (version 5.0.0)

DynamicReports adhoc

Group: net.sourceforge.dynamicreports Artifact: dynamicreports-adhoc

Download dynamicreports-adhoc.jar (5.0.0)
 

9 downloads


htmlunit-core-js from group net.sourceforge.htmlunit (version 2.5)

HtmlUnit adaptation of Mozilla Rhino Javascript engine for Java. Changes are documented by a diff (rhinoDiff.txt) contained in the generated jar files.

Group: net.sourceforge.htmlunit Artifact: htmlunit-core-js

Download htmlunit-core-js.jar (2.5)
 

9 downloads


sevenzipjbinding-windows-x86 from group net.sf.sevenzipjbinding (version 9.20-2.00beta)

7-Zip-JBinding is a free cross-platform java binding of 7-Zip free compress/decompress library (http://www.7-zip.org/, http://p7zip.sourceforge.net/)

Group: net.sf.sevenzipjbinding Artifact: sevenzipjbinding-windows-x86

Download sevenzipjbinding-windows-x86.jar (9.20-2.00beta)
 

9 downloads
Artifact sevenzipjbinding-windows-x86
Group net.sf.sevenzipjbinding
Version 9.20-2.00beta




Page 85 from 585 (items total 8772)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy