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

Download JAR files tagged by predicate with all dependencies


preql from group eu.ill (version 2.0.1)

Preql (Predicate query language) is a project designed to filter JPA collections using client-side expressions.

Group: eu.ill Artifact: preql
Show all versions Show documentation Show source 
Download preql.jar (2.0.1)
 

0 downloads
Artifact preql
Group eu.ill
Version 2.0.1
Last update 30. April 2024
Organization Institut Laue-Langevin
URL https://github.com/ILLGrenoble/preql
License The Apache Software License, Version 2.0
Dependencies amount 5
Dependencies commons-lang3, antlr4-runtime, jakarta.persistence-api, slf4j-api, slf4j-log4j12,
There are maybe transitive dependencies!

predenc from group org.cryptimeleon (version 2.0.0)

The Cryptimeleon Predenc project contains various predicate encryption implementations such as attribute-based encryption or identity-based encryption. Furthermore, it contains key encapsulation mechanisms based on predicate encryption schemes.

Group: org.cryptimeleon Artifact: predenc
Show all versions Show documentation Show source 
Download predenc.jar (2.0.0)
 

0 downloads
Artifact predenc
Group org.cryptimeleon
Version 2.0.0
Last update 22. September 2021
Organization not specified
URL https://cryptimeleon.org
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies craco,
There are maybe transitive dependencies!

spring-jpa-querydsl-parser from group foundation.fluent.api (version 0.7)

Group: foundation.fluent.api Artifact: spring-jpa-querydsl-parser
Show all versions Show documentation Show source 
Download spring-jpa-querydsl-parser.jar (0.7)
 

0 downloads
Artifact spring-jpa-querydsl-parser
Group foundation.fluent.api
Version 0.7
Last update 21. August 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies querydsl-parser, querydsl-jpa, spring-web, spring-data-commons, jakarta.persistence-api, jackson-annotations,
There are maybe transitive dependencies!

predicates from group com.github.puddingspudding (version 0.4)

The intention of this project is to improve readability of equality and relational operators using predefined [Predicates](https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html).

Group: com.github.puddingspudding Artifact: predicates
Show all versions Show documentation Show source 
Download predicates.jar (0.4)
 

1 downloads
Artifact predicates
Group com.github.puddingspudding
Version 0.4
Last update 05. March 2017
Organization not specified
URL https://github.com/puddingspudding/java-predicates
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cyc-kb from group com.cyc (version 1.0.0-rc4)

The KB API provides basic functionality for manipulating CycL-based Java objects. The API extracts the main Predicate Logic constructs in the Cyc KB as Java classes. A set of factory methods allow finding and creating terms and assertions. These can be used to build sentences, to create new assertions, or to build queries.

Group: com.cyc Artifact: cyc-kb
Show all versions Show documentation Show source 
Download cyc-kb.jar (1.0.0-rc4)
 

0 downloads
Artifact cyc-kb
Group com.cyc
Version 1.0.0-rc4
Last update 30. October 2015
Organization Cycorp, Inc
URL http://dev.cyc.com/cyc-api/
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies cyc-base-client, commons-lang,
There are maybe transitive dependencies!

PA4RDF from group org.xenei (version 1.3)

Persistence Annotation for RDF (PA4RDF) is a set of annotations and an entity manager that provides JPA like functionality on top of an RDF store while accounting for and exploiting the fundamental differences between graph storage and relational storage. PA4RDF introduces three (3) annotations that map a RDF triple (subject, predicate, object) to a Plain Old Java Object (POJO) using Java's dynamic proxy capabilities.

Group: org.xenei Artifact: PA4RDF
Show all versions Show documentation Show source 
Download PA4RDF.jar (1.3)
 

0 downloads
Artifact PA4RDF
Group org.xenei
Version 1.3
Last update 21. February 2015
Organization XENEI.org
URL http://claudenw.github.com/PA4RDF
License The Apache Software License, Version 2.0
Dependencies amount 8
Dependencies commons-proxy, commons-lang3, commons-lang, junit, slf4j-api, slf4j-log4j12, cglib, apache-jena,
There are maybe transitive dependencies!

Jena-PA from group org.xenei (version 1.0.1)

Persistence Annotation for RDF (PAR) is a set of annotations and an entity manager that provides JPA like functionality on top of an RDF store while accounting for and exploiting the fundamental differences between graph storage and relational storage. PAR introduces three (3) annotations that map a RDF triple (subject, predicate, object) to a Plain Old Java Object (POJO) using Java's dynamic proxy capabilities.

Group: org.xenei Artifact: Jena-PA
Show all versions Show documentation Show source 
Download Jena-PA.jar (1.0.1)
 

0 downloads
Artifact Jena-PA
Group org.xenei
Version 1.0.1
Last update 14. January 2013
Organization XENEI.com
URL http://sourceforge.net/p/pa4rdf/wiki/Home/
License The Apache Software License, Version 2.0
Dependencies amount 9
Dependencies commons-proxy, commons-lang3, commons-lang, junit, slf4j-api, slf4j-log4j12, cglib, jena-core, jena-arq,
There are maybe transitive dependencies!

boost_foreach from group com.github.brunotl (version 1.81.0)

In C++, writing a loop that iterates over a sequence is tedious. We can either use iterators, which requires a considerable amount of boiler-plate, or we can use the std::for_each() algorithm and move our loop body into a predicate, which requires no less boiler-plate and forces us to move our logic far from where it will be used. In contrast, some other languages, like Perl, provide a dedicated "foreach" construct that automates this process. BOOST_FOREACH is just such a construct for C++. It iterates over sequences for us, freeing us from having to deal directly with iterators or write predicates.

Group: com.github.brunotl Artifact: boost_foreach
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact boost_foreach
Group com.github.brunotl
Version 1.81.0
Last update 07. January 2023
Organization not specified
URL https://www.boost.org/
License Distributed under the Boost Software License, Version 1.0.
Dependencies amount 7
Dependencies boost_config, boost_detail, boost_mpl, boost_range, boost_type_traits, boost_iterator, boost_utility,
There are maybe transitive dependencies!

kernel from group io.nuun.kernel (version 1.0.M11)

Nuun Kernel is a software kernel for framework creation. It brings a powerful plugin design plus a JSR 330 compliant injection mechanism backed by Guice. Plugin benefits from kernel capabilities by sending requests to it : - kernel params request : - Classpath scans request :on class by name, annotation, meta annotation or more generally Predicate - Binding Request : Nuun Kernel provides an SPI in order to bring IOC from other vendors. Nuun Kernel come with 2 plugins: - Configuration Plugin : a plugin that inject the good property based on @Property annotation. - Log plugin : a Log handler that inject the good Log implementation

Group: io.nuun.kernel Artifact: kernel
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact kernel
Group io.nuun.kernel
Version 1.0.M11
Last update 05. August 2020
Organization not specified
URL http://nuun.io/kernel
License LGPL 3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

kernel from group io.nuun (version 1.0.M9)

Nuun Kernel is a software kernel for framework creation. It brings a powerful plugin design plus a JSR 330 compliant injection mechanism backed by Guice. Plugin benefits from kernel capabilities by sendings request to it : - kernel params request : - Classpath scans request :on class by name, annotation, meta annotation or more generally Predicate - Binding Request : Nuun Kernel provides an SPI in order to bring IOC from other vendors. Nuun Kernel come with 2 plugins: - Configuration Plugin : a plugin that inject the good property based on @Property annotation. - Log plugin : a Log handler that inject the good Log implementation

Group: io.nuun Artifact: kernel
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact kernel
Group io.nuun
Version 1.0.M9
Last update 23. April 2016
Organization not specified
URL http://nuun.io/kernel
License LGPL 3.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!



Page 4 from 5 (items total 41)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy