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

Download JAR files tagged by operations with all dependencies

Search JAR files by class name

md4j from group gr.abiss.md4j (version 0.2)

MD4J is a passive, model driven, extensible J2EE webapp generator. Currently Hibernate 3 mappings are supported as input, with EJB 2.1, Struts 1.x and JSP 2.0 as output for CRUD and Search operations with patterns like MVC, DAO and SessionFacade. Ant task included.

Group: gr.abiss.md4j Artifact: md4j

 

0 downloads
Artifact md4j
Group gr.abiss.md4j
Version 0.2
Last update 21. November 2007
Organization not specified
URL http://dev.abiss.gr/md4j/
License The GNU General Public License, Version 2
Dependencies amount 3
Dependencies log4j, commons-configuration, hibernate,
There are maybe transitive dependencies!

ldaptemplate from group net.sf.ldaptemplate (version 1.0.2)

Java framework to simplify LDAP operations, based on the pattern of Spring's JdbcTemplate. Relieves the users of the burden of looking up and closing contexts, looping through NamingEnumerations, encoding/decoding values and filters, and more.

Group: net.sf.ldaptemplate Artifact: ldaptemplate
Show all versions Show source 
 

0 downloads
Artifact ldaptemplate
Group net.sf.ldaptemplate
Version 1.0.2
Last update 21. August 2006
Organization not specified
URL http://sourceforge.net/projects/ldaptemplate/
License The Apache Software License, Version 2.0
Dependencies amount 7
Dependencies commons-logging, commons-lang, commons-collections, spring-beans, spring-core, spring-context, spring-dao,
There are maybe transitive dependencies!

howl from group org.objectweb.howl (version 1.0.1-1)

HOWL is a logger implementation providing features required by the JOTM project. HOWL uses unformatted binary logs to maximize performance and specifies a journalization API with methods necessary to support JOTM recovery operations.

Group: org.objectweb.howl Artifact: howl
Show documentation Show source 
 

0 downloads
Artifact howl
Group org.objectweb.howl
Version 1.0.1-1
Last update 15. June 2006
Organization ObjectWeb HOWL
URL http://forge.objectweb.org/projects/howl/
License BSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

payload from group payload (version 0.5)

Payload is a tool to create self-extracting jars. It begins by contracting a series of files into the new target jar, then that jar may be self-executed, ie) java -jar or double-clicking, to unpack it. In addition a .properties file may be provided which specifies search and replace operations to perform on unpacked files.

Group: payload Artifact: payload
Show all versions Show documentation Show source 
 

0 downloads
Artifact payload
Group payload
Version 0.5
Last update 24. November 2005
Organization OSJava
URL http://www.osjava.org/payload/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maybe from group io.github.joselion (version 4.2.1)

Maybe<T> is a monadic wrapper similar java.util.Optional, but with a different intention. By leveraging Optional<T> benefits, it provides a functional API that safely allows us to perform operations that may or may not throw checked and unchecked exceptions. The wrapper intends to help us avoid the imperative try/catch syntax, while promoting safe exception handling and functional programming principles.

Group: io.github.joselion Artifact: maybe
Show all versions Show documentation Show source 
 

0 downloads
Artifact maybe
Group io.github.joselion
Version 4.2.1
Last update 13. February 2024
Organization not specified
URL https://github.com/JoseLion/maybe
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies org.eclipse.jdt.annotation,
There are maybe transitive dependencies!

process-kt from group dev.junsung (version 1.0.0)

ProcessKt is a versatile open-source project designed to simplify and enhance the execution of shell commands, providing a seamless experience for developers working with Kotlin. This project empowers users to effortlessly integrate and manage shell commands within their Kotlin applications, fostering efficiency and flexibility in command-line operations.

Group: dev.junsung Artifact: process-kt
Show documentation Show source 
 

0 downloads
Artifact process-kt
Group dev.junsung
Version 1.0.0
Last update 08. January 2024
Organization not specified
URL https://github.com/junsung-cho/ProcessKt
License MIT License
Dependencies amount 1
Dependencies kotlin-stdlib,
There are maybe transitive dependencies!

spring-retry from group org.springframework.retry (version 2.0.5)

Spring Retry provides an abstraction around retrying failed operations, with an emphasis on declarative control of the process and policy-based behaviour that is easy to extend and customize. For instance, you can configure a plain POJO operation to retry if it fails, based on the type of exception, and with a fixed or exponential backoff.

Group: org.springframework.retry Artifact: spring-retry
Show all versions Show documentation Show source 
 

180 downloads
Artifact spring-retry
Group org.springframework.retry
Version 2.0.5
Last update 15. December 2023
Organization SpringSource
URL https://www.springsource.org
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

apacheds-core-jndi from group org.apache.directory.server (version 2.0.0.AM27)

Contains a JNDI provider implementation which wraps the core so existing applications based on JNDI can use the server embedded transparently. Remote and local runtime operations will appear and feel exactly the same with a performance boost when local. All operations via this JNDI provider bypass the LDAP stack to perform ooerations directly on the ApacheDS core.

Group: org.apache.directory.server Artifact: apacheds-core-jndi
Show all versions Show documentation Show source 
 

0 downloads
Artifact apacheds-core-jndi
Group org.apache.directory.server
Version 2.0.0.AM27
Last update 09. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies apacheds-i18n, apacheds-core-api, apacheds-core-shared, api-ldap-model, api-util,
There are maybe transitive dependencies!

sis-epsg from group org.apache.sis.non-free (version 1.4)

The EPSG geodetic dataset provides definitions for thousands of Coordinate Reference Systems (CRS), together with parameter values for thousands of Coordinate Operations between various pairs of CRS. This 'sis-epsg' module contains the SQL scripts for creating a local copy of EPSG geodetic dataset. EPSG is maintained by the IOGP Surveying & Positioning Committee and reproduced in this module with same content. See https://www.epsg.org/ for more information.

Group: org.apache.sis.non-free Artifact: sis-epsg
Show all versions Show documentation 
 

5 downloads
Artifact sis-epsg
Group org.apache.sis.non-free
Version 1.4
Last update 06. October 2023
Organization not specified
URL https://www.epsg.org/
License EPSG terms of use
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

distributed-lock from group com.bertramlabs.plugins (version 4.0.11)

This plugin provides a framework and interface for a synchronization mechanism distributed to multiple server instances. In today's world of horizontal computational scale and massive concurrency, it becomes increasingly difficult to synchronize operations outside the context of a single computational space (server/process). This plugin aims to make that easier by providing a simple service to facilitate this, as well as defining an interface for adding low level providers.

Group: com.bertramlabs.plugins Artifact: distributed-lock
Show all versions Show documentation Show source 
 

0 downloads
Artifact distributed-lock
Group com.bertramlabs.plugins
Version 4.0.11
Last update 05. October 2022
Organization not specified
URL https://github.com/bertramdev/distributed-lock
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 106 from 117 (items total 1165)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy