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

Download JAR files tagged by implementation with all dependencies

Search JAR files by class name

james-project from group org.apache.james (version 3.8.1)

The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP, IMAP, JMAP and POP3 Mail server. We have designed James to be a complete and portable enterprise mail engine solution based on currently available open protocols. James is also a mail application platform. We have developed a Java API to let you write Java code to process emails that we call the mailet API. A mailet can generate an automatic reply, update a database, prevent spam, build a message archive, or whatever you can imagine. A matcher determines whether your mailet should process an email in the server. The James project hosts the Mailet API, and James provides an implementation of this mail application platform API.

Group: org.apache.james Artifact: james-project
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact james-project
Group org.apache.james
Version 3.8.1
Last update 11. February 2024
Organization not specified
URL https://james.apache.org/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

api-ldap-codec-standalone from group org.apache.directory.api (version 2.1.6)

This module was created to fix issue DIRSHARED-91 where the embedded Felix instance inside the default LdapCodecService implementation was making it very problematic to deploy the ldap-codec inside an RCP (OSGi) environment and hence Apache Directory Studio could not use it. This module is most likely temporary and will disappear once we are fully OSGi enabled. This module is a plain old jar, not a bundle to avoid accidental reuse as an OSGi module because it contains the version of the LdapCodecService that embeds Felix to make controls and extended ops pluggable in the codec.

Group: org.apache.directory.api Artifact: api-ldap-codec-standalone
Show all versions Show documentation Show source 
 

1 downloads
Artifact api-ldap-codec-standalone
Group org.apache.directory.api
Version 2.1.6
Last update 01. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies api-ldap-net-mina, api-ldap-codec-core, api-ldap-extras-codec, mina-core,
There are maybe transitive dependencies!

ares-boot-starter-rpc-api from group io.github.aresxue.boot (version 1.0.2)

Group: io.github.aresxue.boot Artifact: ares-boot-starter-rpc-api
Show all versions 
 

0 downloads
Artifact ares-boot-starter-rpc-api
Group io.github.aresxue.boot
Version 1.0.2
Last update 05. January 2024
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ares-boot-starter-rpc-abstract from group io.github.aresxue.boot (version 1.0.2)

Group: io.github.aresxue.boot Artifact: ares-boot-starter-rpc-abstract
Show all versions 
 

0 downloads
Artifact ares-boot-starter-rpc-abstract
Group io.github.aresxue.boot
Version 1.0.2
Last update 05. January 2024
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 1
Dependencies ares-boot-starter-rpc-api,
There are maybe transitive dependencies!

ares-boot-starter-rpc-adapter from group io.github.aresxue.boot (version 1.0.2)

rpc快速使用,可自动从配置中心获取注册中心、线程池、超时时间等配置, 在rpc调用异常时将异常封装成标准响应对象返回给调用方,并自定义rpc telnet指令供开发测试使用, 业务可使用提供注解进行rpc服务的消费和提供,可实现消费和提供者服务批量管理,提供泛化调用工具 RPC use quickly, and the underlying implementation is currently dubbo, which can automatically obtain configurations such as registration center, thread pool, and timeout time from the configuration center. When dubbo calls an exception, it will encapsulate the exception into a standard response object and return it to the caller, and customize the dubbo telnet command. For development and testing, businesses can use annotations to consume and provide RPC services, realize batch management of consumption and provider services, and provide generalized calling tools

Group: io.github.aresxue.boot Artifact: ares-boot-starter-rpc-adapter
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ares-boot-starter-rpc-adapter
Group io.github.aresxue.boot
Version 1.0.2
Last update 05. January 2024
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

unicode-emoji-list-java from group dev.georgethepenguin (version 1.0.0-v15.1)

Unicode Emoji List for Java is a comprehensive library that provides easy access to the vast world of Unicode emojis. This project aims to offer a user-friendly API for retrieving and utilizing emoji characters and their metadata within Java applications. The library covers a wide range of emojis as defined in the latest Unicode standards, ensuring compatibility and up-to-date representation of emojis across different platforms and devices. Whether for enhancing text processing capabilities, developing chat applications, or for any project requiring emoji support, Unicode Emoji List for Java delivers a robust and reliable solution. Its straightforward implementation allows for seamless integration into existing Java projects, fostering creativity and expanding the expressive potential of digital communication.

Group: dev.georgethepenguin Artifact: unicode-emoji-list-java
Show documentation Show source 
 

0 downloads
Artifact unicode-emoji-list-java
Group dev.georgethepenguin
Version 1.0.0-v15.1
Last update 27. November 2023
Organization not specified
URL https://github.com/george-the-penguin/unicode-emoji-list-java
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

learnlib-rpni-mdl from group de.learnlib (version 0.17.0)

This artifact provides the implementation of (a blue-fringe version of) the "regular positive negative inference" (RPNI) learning algorithm as presented in the paper "Inferring regular languages in polynomial update time" (https://dx.doi.org/10.1142/9789812797902_0004) by Jose Oncina and Pedro García using the "minimum description length" (MDL) heuristic. More details on this algorithm can be found in the book "Grammatical Inference" (https://doi.org/10.1017/CBO9781139194655) by Colin de la Higuera.

Group: de.learnlib Artifact: learnlib-rpni-mdl
Show all versions Show documentation Show source 
 

0 downloads
Artifact learnlib-rpni-mdl
Group de.learnlib
Version 0.17.0
Last update 15. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies learnlib-api, learnlib-datastructure-pta, learnlib-rpni, automata-api, automata-commons-smartcollections, automata-commons-util, automata-core, buildergen, learnlib-learner-it-support, testng,
There are maybe transitive dependencies!

learnlib-rpni-edsm from group de.learnlib (version 0.17.0)

This artifact provides the implementation of (a blue-fringe version of) the "regular positive negative inference" (RPNI) learning algorithm as presented in the paper "Inferring regular languages in polynomial update time" (https://dx.doi.org/10.1142/9789812797902_0004) by Jose Oncina and Pedro García using the "evidence-driven state merging" (EDSM) heuristic. More details on this algorithm can be found in the book "Grammatical Inference" (https://doi.org/10.1017/CBO9781139194655) by Colin de la Higuera.

Group: de.learnlib Artifact: learnlib-rpni-edsm
Show all versions Show documentation Show source 
 

0 downloads
Artifact learnlib-rpni-edsm
Group de.learnlib
Version 0.17.0
Last update 15. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 11
Dependencies learnlib-api, learnlib-datastructure-pta, learnlib-rpni, guava, automata-api, automata-commons-smartcollections, automata-commons-util, automata-core, buildergen, learnlib-learner-it-support, testng,
There are maybe transitive dependencies!

learnlib-lstar from group de.learnlib (version 0.17.0)

This artifact provides the implementation of the L* learning algorithm described in the paper "Learning Regular Sets from Queries and Counterexamples" (https://doi.org/10.1016/0890-5401(87)90052-6) by Dana Angluin including variations and optimizations thereof such as the versions based on "On the Learnability of Infinitary Regular Sets" (https://dx.doi.org/10.1006/inco.1995.1070) by Oded Maler and Amir Pnueli or "Inference of finite automata using homing sequences" (http://dx.doi.org/10.1006/inco.1993.1021) by Ronald L. Rivest and Robert E. Schapire.

Group: de.learnlib Artifact: learnlib-lstar
Show all versions Show documentation Show source 
 

0 downloads
Artifact learnlib-lstar
Group de.learnlib
Version 0.17.0
Last update 15. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 13
Dependencies learnlib-api, learnlib-datastructure-ot, learnlib-counterexamples, learnlib-util, automata-api, automata-commons-util, automata-core, checker-qual, slf4j-api, buildergen, learnlib-learning-examples, learnlib-learner-it-support, testng,
There are maybe transitive dependencies!

automata-modelchecking-m3c from group net.automatalib (version 0.11.0)

This artifact provides the implementation of the model checker presented in the paper "M3C: Modal Meta Model Checking" (https://dx.doi.org/10.1007/978-3-030-00244-2_15) by Bernhard Steffen and Alnis Murtovi. The paper is based on "Model Checking for Context-Free Processes" (https://link.springer.com/chapter/10.1007/BFb0084787) by Olaf Burkart and Bernhard Steffen. Note that this implementation requires a runtime dependency to a specific ADDLib backend (see https://add-lib.scce.info/), which is not explicitly included in this artifact due to packaging reasons.

Group: net.automatalib Artifact: automata-modelchecking-m3c
Show documentation Show source 
 

0 downloads
Artifact automata-modelchecking-m3c
Group net.automatalib
Version 0.11.0
Last update 06. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies automata-api, automata-commons-util, automata-core, guava, addlib-core, checker-qual, testng,
There are maybe transitive dependencies!



Page 1677 from 1696 (items total 16959)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy