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

Download JAR files tagged by entities with all dependencies

Search JAR files by class name

NGSIBaseModel from group com.github.jmSfernandes (version 1.0.2)

This is a multi-purpose parser for the NGSI10 standard. The NGSI10 standard is a the default standard used by ORION the main Componnent of the FIWARE project. This parser is able to simelly convert the Json objects received in the NGSI format (both standard and keyValues) to Java Classes. And also convert Java classes to the equivalent and compliant NGSI10 entities

Group: com.github.jmSfernandes Artifact: NGSIBaseModel
Show all versions Show documentation Show source 
 

0 downloads
Artifact NGSIBaseModel
Group com.github.jmSfernandes
Version 1.0.2
Last update 07. October 2020
Organization not specified
URL https://github.com/jmSfernandes/NGSIBaseModel
License Apache License, Version 2.0
Dependencies amount 1
Dependencies gson,
There are maybe transitive dependencies!

isis-wicket-wickedcharts-cpt from group org.isisaddons.wicket.wickedcharts (version 1.17.0)

A number of components for Apache Isis' Wicket viewer, to render a standalone chart or a bar chart for a collection of entities. Uses wickedcharts Wicket component, a wrapper around HighCharts JS. Note that a HighCharts license is required for any commercial usage.

Group: org.isisaddons.wicket.wickedcharts Artifact: isis-wicket-wickedcharts-cpt
Show all versions Show documentation Show source 
 

0 downloads
Artifact isis-wicket-wickedcharts-cpt
Group org.isisaddons.wicket.wickedcharts
Version 1.17.0
Last update 15. January 2019
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies isis-core-applib, commons-codec, wicked-charts-wicket7, highcharts-wrapper,
There are maybe transitive dependencies!

org.apache.stanbol.enhancer.engines.entitylinking.engine from group org.apache.stanbol (version 1.0.0)

Implementation of an entity-linking engine that consumes NLP processing resutls from the AnalyzedText content part and uses those information for token based linking (searching and matching) of Entities of the configured controlled vocabulary.

Group: org.apache.stanbol Artifact: org.apache.stanbol.enhancer.engines.entitylinking.engine
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.apache.stanbol.enhancer.engines.entitylinking.engine
Group org.apache.stanbol
Version 1.0.0
Last update 16. September 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies org.apache.stanbol.commons.namespaceprefix.service, org.apache.stanbol.enhancer.servicesapi, org.apache.stanbol.enhancer.nlp, org.apache.stanbol.commons.stanboltools.offline, commons-io, commons-lang, org.apache.felix.scr.annotations, rdf.core, slf4j-api,
There are maybe transitive dependencies!

org.apache.stanbol.data.sites.dbpedia from group org.apache.stanbol (version 1.2.0)

This bundle allows to use DBpedia as Referenced Site. The build also downloads a small DBPedia index that contains 43k entities. This index can be upgrated to an bigger version by copying a dbpedia.solrindex.zip file into the Stanbol /datafiles folder.

Group: org.apache.stanbol Artifact: org.apache.stanbol.data.sites.dbpedia
Show all versions Show source 
 

0 downloads
Artifact org.apache.stanbol.data.sites.dbpedia
Group org.apache.stanbol
Version 1.2.0
Last update 15. September 2016
Organization not specified
URL Not specified
License Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

gwt-sl from group com.googlecode.cedar-common (version 1.2)

*** THIS IS AN OBSOLETE VERSION UPLOADED FOR USE WITH CEDAR-COMMON.*** The Server Library for GWT is a collection of Java server side components for the Google Web Toolkit AJAX framework with the focus on the Spring framework by facilitating publishing of Spring beans as RPC services with support for Hibernate-managed entities.

Group: com.googlecode.cedar-common Artifact: gwt-sl
Show documentation Show source 
 

3 downloads
Artifact gwt-sl
Group com.googlecode.cedar-common
Version 1.2
Last update 17. March 2015
Organization not specified
URL https://code.google.com/p/gwt-sl/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

nicta-ner-common from group org.t3as (version 1.0.0)

The NICTA t3as Named-Entity Recognition is a Java based Named-Entity Recognition library which extracts named entities from text such as Organisation, Location, Date and Person names. This library contains files common between the other modules in the project.

Group: org.t3as Artifact: nicta-ner-common
Show all versions Show documentation Show source 
 

0 downloads
Artifact nicta-ner-common
Group org.t3as
Version 1.0.0
Last update 26. August 2014
Organization NICTA
URL http://t3as.org/
License GNU GENERAL PUBLIC LICENSE Version 3
Dependencies amount 3
Dependencies guava, jsr305, jackson-annotations,
There are maybe transitive dependencies!

nicta-ner from group org.t3as (version 1.0.0)

The NICTA t3as Named-Entity Recognition is a Java based Named-Entity Recognition library which extracts named entities from text such as Organisation, Location, Date and Person names. This is the main library that does the actual NER work.

Group: org.t3as Artifact: nicta-ner
Show all versions Show documentation Show source 
 

0 downloads
Artifact nicta-ner
Group org.t3as
Version 1.0.0
Last update 26. August 2014
Organization NICTA
URL http://t3as.org/
License GNU GENERAL PUBLIC LICENSE Version 3
Dependencies amount 3
Dependencies nicta-ner-common, guava, jsr305,
There are maybe transitive dependencies!

danhaywood-isis-wicket-wickedcharts from group com.danhaywood.isis.wicket (version 1.4.0)

A number of components for Apache Isis' Wicket viewer, to render a standalone chart or a bar chart for a collection of entities. Uses wickedcharts Wicket component, a wrapper around HighCharts JS. Note that a HighCharts license is required for any commercial usage.

Group: com.danhaywood.isis.wicket Artifact: danhaywood-isis-wicket-wickedcharts
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact danhaywood-isis-wicket-wickedcharts
Group com.danhaywood.isis.wicket
Version 1.4.0
Last update 17. March 2014
Organization not specified
URL https://github.com/danhaywood/isis-wicket-wickedcharts
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

shani-parser from group com.google.code.maven-play-plugin.org.allcolor.shanidom (version 1.4.17-patched-yahp-1.3)

ShaniXmlParser is an XML/HTML DOM/SAX parser. It can parse not well formed XML/HTML files. It can parse files with inverted tags and bad escaped &,<,> and ". It expands all XHTML entities by default. It is well suited to parse HTML files, and is fast with low memory usage. It is compliant with the jaxp/w3c DOM1/2/3 interfaces.

Group: com.google.code.maven-play-plugin.org.allcolor.shanidom Artifact: shani-parser
Show all versions Show documentation Show source 
 

10 downloads
Artifact shani-parser
Group com.google.code.maven-play-plugin.org.allcolor.shanidom
Version 1.4.17-patched-yahp-1.3
Last update 27. February 2013
Organization not specified
URL http://shanidom.sourceforge.net
License The GNU Lesser General Public License, Version 2.1
Dependencies amount 2
Dependencies shani-xml-apis, jaxen,
There are maybe transitive dependencies!

objectify-query from group com.googlecode.objectify-query (version 0.1)

objectify-query is a JSR 269 annotation processor that processes objectify-appengine's annotations to generate "safer" query classes. The generated query class provides type-safe methods to filter each of the entities indexed properties

Group: com.googlecode.objectify-query Artifact: objectify-query
Show documentation Show source 
 

0 downloads
Artifact objectify-query
Group com.googlecode.objectify-query
Version 0.1
Last update 27. March 2011
Organization not specified
URL http://http://code.google.com/p/objectify-query
License Apache 2
Dependencies amount 1
Dependencies objectify,
There are maybe transitive dependencies!



Page 60 from 63 (items total 630)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy