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

Download JAR files tagged by logic with all dependencies

Search JAR files by class name

proxycian_javassist from group one.edee.oss (version 1.4.0)

Group: one.edee.oss Artifact: proxycian_javassist
Show all versions Show documentation Show source 
 

0 downloads
Artifact proxycian_javassist
Group one.edee.oss
Version 1.4.0
Last update 05. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies jsr305, lombok, commons-lang3,
There are maybe transitive dependencies!

proxycian_core from group one.edee.oss (version 1.4.0)

Group: one.edee.oss Artifact: proxycian_core
Show all versions Show documentation Show source 
 

0 downloads
Artifact proxycian_core
Group one.edee.oss
Version 1.4.0
Last update 05. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

proxycian from group one.edee.oss (version 1.4.0)

Small Java library for generating dynamic proxies on top of [ByteBuddy](https://github.com/raphw/byte-buddy) or [Javassist](https://github.com/jboss-javassist/javassist). You can generate data transfer objects, rich traits or even whole implicit DAO implementations dynamically at runtime easily. This library solves the complex stuff, so you can focus on application logic. Serializability, cloning are already solved by us. We also aim for transparent and easily debuggable proxies, because as we know proxies is usually part of "magic" for the team. Hence, the name of this library - Proxycian as a magician for the proxies ;)

Group: one.edee.oss Artifact: proxycian
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact proxycian
Group one.edee.oss
Version 1.4.0
Last update 05. February 2024
Organization FG Forrest, a.s.
URL https://github.com/FgForrest/Proxycian/
License MIT License
Dependencies amount 3
Dependencies jsr305, lombok, commons-lang3,
There are maybe transitive dependencies!

proxycian_tests from group one.edee.oss (version 1.4.0)

Group: one.edee.oss Artifact: proxycian_tests
Show all versions 
 

0 downloads
Artifact proxycian_tests
Group one.edee.oss
Version 1.4.0
Last update 05. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies proxycian_bytebuddy, proxycian_javassist,
There are maybe transitive dependencies!

plsar from group net.plsar (version 2.2.0)

PLSA.R is an Open Source Java Server + API for high demand, low latency requirements. There are no static references, no file reads, access to static fields per request. Everything is either cached and or instantiated on the fly. PLSA.R runs via one command so there are no .war files to deploy, no additional plugins to install it is a simple yet powerful alternative to container deployment environments. PLSA.R even boasts a little dependency injection for data logic. www.plsar.net

Group: net.plsar Artifact: plsar
Show all versions Show documentation Show source 
 

0 downloads
Artifact plsar
Group net.plsar
Version 2.2.0
Last update 18. April 2023
Organization not specified
URL http://www.plsar.net
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fermenter-mda from group org.bitbucket.askllc.fermenter (version 2.7.0)

Group: org.bitbucket.askllc.fermenter Artifact: fermenter-mda
Show all versions Show documentation Show source 
 

0 downloads
Artifact fermenter-mda
Group org.bitbucket.askllc.fermenter
Version 2.7.0
Last update 06. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies velocity-engine-core, commons-logging, commons-io, commons-collections4, commons-lang3, jackson-core, jackson-databind, json-schema-validator, krausening,
There are maybe transitive dependencies!

root from group org.bitbucket.askllc.fermenter (version 2.7.0)

In brewing, a fermenter is a vessel in which unfinished ingredients become nearly finished beer. In Model Driven Architecture, Fermenter is a project that converts functional concepts into nearly finished applications. This approach allows for the quick definition and assembly of applications with the focus on functional concepts rather than technical underpinnings. Fermenter is an MDA engine that allows common concepts to be modeled and spawn any number of generated source files. In turn, this allows developers to focus more time on business logic, less time on technical underpinnings, and achieve extremely high levels of architectural conformity.

Group: org.bitbucket.askllc.fermenter Artifact: root
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact root
Group org.bitbucket.askllc.fermenter
Version 2.7.0
Last update 06. April 2023
Organization not specified
URL https://bitbucket.org/askllc/fermenter
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

scala-tptp-parser_2.13 from group io.github.leoprover (version 1.7.1)

scala-tptp-parser is a library for parsing the input languages of the TPTP infrastructure for knowledge representation and reasoning. The package contains a data structure for the abstract syntax tree (AST) of the parsed input as well as the parser for the different language of the TPTP, see http://tptp.org for details. In particular, parser are available for: - THF (TH0/TH1): Monomorphic and polymorphic higher-order logic, - TFF (TF0/TF1): Monomorphic and polymorphic typed first-order logic, including extended TFF (TFX), - FOF: Untyped first-order logic, - TCF: Typed clause-normal form, - CNF: (Untyped) clause-normal form, and - TPI: TPTP Process Instruction language. The parser was initially based on v7.4.0.3 of the TPTP syntax BNF (http://tptp.org/TPTP/SyntaxBNF.html), but is continuously updated to keep track of TPTP language updates.

Group: io.github.leoprover Artifact: scala-tptp-parser_2.13
Show all versions Show documentation Show source 
 

0 downloads
Artifact scala-tptp-parser_2.13
Group io.github.leoprover
Version 1.7.1
Last update 25. March 2023
Organization io.github.leoprover
URL https://github.com/leoprover/scala-tptp-parser
License MIT
Dependencies amount 1
Dependencies scala-library,
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!

gene-mapper-experimental-base from group de.julielab (version 1.0.0)

This project has a lot of business classes to work with genes and related named entities. Genes are part of a GeneDocument and may have gold IDs as well as mapped/predicted IDs. Another large part are species because most (all?) gene ID databases are species specific. So there are also classes or members to represent species mentions and the assignment of species IDs (taxonomy IDs) to genes. There is little to no business logic herein. This project is only useful as building block in other projects dealing with species assignment, gene ID mapping or similar efforts.

Group: de.julielab Artifact: gene-mapper-experimental-base
Show documentation Show source 
 

0 downloads
Artifact gene-mapper-experimental-base
Group de.julielab
Version 1.0.0
Last update 03. December 2022
Organization JULIE Lab Jena, Germany
URL Not specified
License BSD-2-Clause
Dependencies amount 21
Dependencies commons-lang3, commons-text, julielab-java-utilities, slf4j-api, lucene-analyzers-common, guava, julielab-ranklib-mallet, jcore-mallet-2.0.9, libsvm, spark-core, guice, julie-xml-tools, julielab-entity-evaluator, ehcache, cache-api, annotations, commons-codec, commons-io, junit-jupiter-engine, assertj-core, com.wcohen.secondstring,
There are maybe transitive dependencies!



Page 112 from 116 (items total 1160)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy