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

Download JAR files tagged by simple with all dependencies

Search JAR files by class name

camel-core from group io.thorntail (version 2.2.1.Final)

Java Integration Framework implementing the Enterprise Integration Patterns, doing the mediation and routing of the messages using a DSL Language (Java, Spring XML or Blueprint XML). This core module contains the logic to support the different patterns, many languages (Simple, constant, header, body) to manipulate the content & expressions to take decisions during the routing.

Group: io.thorntail Artifact: camel-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact camel-core
Group io.thorntail
Version 2.2.1.Final
Last update 30. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies wildfly-camel-subsystem-core, wildfly-server, container, ee, logging,
There are maybe transitive dependencies!

wrappers from group de.cit-ec.tcs.alignment (version 3.1.1)

This module contains some wrappers to make usage of the TCSAlignmentToolbox easier. Most important for beginners is the StringEditDistance, which provides convenience functions for simple string comparisons. For sequences of vectors we provide the VectorialSequences wrapper. The RandomSequenceGenerator enables you to generate random multi-modal sequences for testing purposes.

Group: de.cit-ec.tcs.alignment Artifact: wrappers
Show all versions Show documentation Show source 
 

0 downloads
Artifact wrappers
Group de.cit-ec.tcs.alignment
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 2
Dependencies algorithms, sequence-comparators,
There are maybe transitive dependencies!

SiteCrawler from group io.github.jasperroel (version 1.0.0)

This project provides a simple WebCrawler with retry-capabilities, functionality to distinguish between http/https sites. It biggest feature is that it allows for plugins (or CrawlerActions), which allows you to hook your scripts into the crawling process. It also allow for setting "blocked" URLs. Those URLs or patterns will not be crawled.

Group: io.github.jasperroel Artifact: SiteCrawler
Show documentation Show source 
 

0 downloads
Artifact SiteCrawler
Group io.github.jasperroel
Version 1.0.0
Last update 30. July 2018
Organization Salesforce.com
URL https://github.com/forcedotcom/SiteCrawler
License The BSD 2-Clause License
Dependencies amount 3
Dependencies jcl-over-slf4j, htmlunit, commons-lang,
There are maybe transitive dependencies!

alchemy-thrift from group tech.sirwellington.alchemy (version 2.1)

Part of the Alchemy Collection. Makes it Simple to work with Thrift in Java. Saves you from writing boiler-plate code, such as management of Clients, and serialization of Thrift Objects. This library also demonstrates how to incorporate thrift with maven, for incorporation into your continuous delivery and distribution of your thrift schemas.

Group: tech.sirwellington.alchemy Artifact: alchemy-thrift
Show all versions Show documentation Show source 
 

0 downloads
Artifact alchemy-thrift
Group tech.sirwellington.alchemy
Version 2.1
Last update 26. June 2018
Organization not specified
URL https://github.com/SirWellington/alchemy-thrift
License not specified
Dependencies amount 3
Dependencies alchemy-annotations, slf4j-api, libthrift,
There are maybe transitive dependencies!

config-util from group net.morimekta.utils (version 2.7.1)

Configuration Utilities. NOTE: This module is deprecated and will be removed at the end of the v2.x versions of the utilities. Preferred config system after that is either to use true type-safe config with `net.morimekta.providence:providence-config` or to use a simple JSON or YAML library or java properties files. The semi-typesafe layered config did not really solve the problems I had hoped it would, and in essence this was just a helper for merging maps and getting pre-cast values out of it.

Group: net.morimekta.utils Artifact: config-util
Show all versions Show documentation Show source 
 

0 downloads
Artifact config-util
Group net.morimekta.utils
Version 2.7.1
Last update 18. June 2018
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 2
Dependencies io-util, guava,
There are maybe transitive dependencies!

textrazor from group com.textrazor (version 1.0.12)

Official Java SDK for the TextRazor Text Analytics API TextRazor offers state-of-the-art natural language processing tools through a simple API, allowing you to build semantic technology into your applications in minutes. Hundreds of applications rely on TextRazor to understand unstructured text across a range of verticals, with use cases including social media monitoring, enterprise search, recommendation systems and ad targetting.

Group: com.textrazor Artifact: textrazor
Show all versions Show documentation Show source 
 

3 downloads
Artifact textrazor
Group com.textrazor
Version 1.0.12
Last update 31. May 2018
Organization not specified
URL https://textrazor.com
License MIT
Dependencies amount 3
Dependencies jackson-core, jackson-annotations, jackson-databind,
There are maybe transitive dependencies!

camel-core from group org.wildfly.swarm (version 2018.5.0)

Java Integration Framework implementing the Enterprise Integration Patterns, doing the mediation and routing of the messages using a DSL Language (Java, Spring XML or Blueprint XML). This core module contains the logic to support the different patterns, many languages (Simple, constant, header, body) to manipulate the content & expressions to take decisions during the routing.

Group: org.wildfly.swarm Artifact: camel-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact camel-core
Group org.wildfly.swarm
Version 2018.5.0
Last update 02. May 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies wildfly-camel-subsystem-core, wildfly-server, container, ee, logging,
There are maybe transitive dependencies!

truelicense from group net.truelicense (version 3.2.0)

TrueLicense is a commercial open source engine for license management on the Java Virtual Machine. Due to its functional and modular design TrueLicense scales from simple to complex licensing schemas. TrueLicense features various interfaces for managing free trial periods, subscriptions, multiple editions, internationalization, privacy protection and more.

Group: net.truelicense Artifact: truelicense
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact truelicense
Group net.truelicense
Version 3.2.0
Last update 28. February 2018
Organization not specified
URL http://truelicense.net/
License GNU AFFERO GENERAL PUBLIC LICENSE, Version 3, 19 November 2007
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

com.googlecode.jweb1t from group com.googlecode.jweb1t (version 1.4.0)

jWeb1T is an open source Java tool for efficiently searching n-gram data in the Web 1T 5-gram corpus format. It is based on a binary search algorithm that finds the n-grams and returns their frequency counts in logarithmic time. As the corpus is stored in many files a simple index is used to retrieve the files containing the n-grams.

Group: com.googlecode.jweb1t Artifact: com.googlecode.jweb1t
Show all versions Show documentation Show source 
 

1 downloads
Artifact com.googlecode.jweb1t
Group com.googlecode.jweb1t
Version 1.4.0
Last update 03. October 2017
Organization not specified
URL https://dkpro.github.io/jweb1t
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies commons-lang3, pcj, commons-logging-api,
There are maybe transitive dependencies!

truelicense from group net.java.truelicense (version 2.6.6)

TrueLicense is a commercial open source engine for license management on the Java Virtual Machine. Due to its functional and modular design TrueLicense scales from simple to complex licensing schemas. TrueLicense features various interfaces for managing free trial periods, subscriptions, multiple editions, internationalization, privacy protection and more.

Group: net.java.truelicense Artifact: truelicense
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact truelicense
Group net.java.truelicense
Version 2.6.6
Last update 29. September 2017
Organization not specified
URL http://truelicense.net/
License GNU AFFERO GENERAL PUBLIC LICENSE, Version 3, 19 November 2007
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1133 from 1156 (items total 11553)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy