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

Download JAR files tagged by implementations with all dependencies

Search JAR files by class name

dominate-core from group it.amattioli (version 1.0.7)

Dominate is the basement on which all other JavATE libraries are build. It contains interfaces for the basic patterns of domain driven design like "entity" and "repository". These interfaces gives you the possibility to access these objects in a standardized way allowing a lot of generalization and simplification. Side by side with these interfaces there are implementations that speed up the development of application using mainstream technologies like Hibernate, JPA, JCR and MongoDB.

Group: it.amattioli Artifact: dominate-core
Show documentation Show source 
 

0 downloads
Artifact dominate-core
Group it.amattioli
Version 1.0.7
Last update 25. May 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies commons-lang, commons-collections, commons-beanutils-core, slf4j-api, cglib, bsh, hibernate-validator,
There are maybe transitive dependencies!

tests from group org.apache.qpid (version 0.4)

The Proton system tests execute against either the Java or the C implementations, based on the chosen profile. To execute, run either "mvn test -P proton-j" or "mvn test -P proton-jni". To reduce the set of Python tests run, set system property proton.pythontest.pattern, for example: mvn test -Dproton.pythontest.pattern='proton_tests.transport.TransportTest.*' The proton-jni profile looks for the JNI jar and native libraries under directory <basedir>/build/proton-c. To override this, run Maven like so: "mvn test -P proton-jni -Dproton-c-build-dir=/path/to/build/dir".

Group: org.apache.qpid Artifact: tests
Show source 
 

0 downloads
Artifact tests
Group org.apache.qpid
Version 0.4
Last update 21. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies proton-api,
There are maybe transitive dependencies!

apacheds-xdbm-tools from group org.apache.directory.server (version 2.0.0-M8)

Several kinds of two column key/value data structures, in memory and on disk which sort keys can can be used to implement xdbm partitions. JDBM is one example. These partition use the same database structure or scheme for maintaining LDAP entries and facilitating search operations on them. This module contains common tools that could be used to manage aspects common to all xdbm implementations.

Group: org.apache.directory.server Artifact: apacheds-xdbm-tools
Show all versions Show documentation Show source 
 

1 downloads
Artifact apacheds-xdbm-tools
Group org.apache.directory.server
Version 2.0.0-M8
Last update 09. October 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies apacheds-core-api, apacheds-i18n, apacheds-xdbm-partition, commons-lang, shared-ldap-model, shared-util,
There are maybe transitive dependencies!

asn1 from group directory-asn1 (version 0.3.3)

The ASN.1 subproject attempts to isolate the ASN.1 libraries and tools for encoding ASN.1 in BER/DER/CER/PER encodings. The LDAP and X.500 aspects of the directory project impose the need for ASN.1 and BER codecs. Kerberos requires DER. Rather than implement highly specific and britle code for these needs we decided to separate out the APIs and implementations used for dealing with ASN.1 codecs for any ASN.1 defined protocol.

Group: directory-asn1 Artifact: asn1
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact asn1
Group directory-asn1
Version 0.3.3
Last update 06. November 2006
Organization not specified
URL http://directory.apache.org/subprojects/asn1
License Apache 2.0 License
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!

jdo2-tck from group org.apache.jdo (version 2.0-rc1)

The Java Data Objects 2.0 (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request JSR 243 under the auspices of the Java Community Process. The JDO TCK is a test suite designed to test implementations of the Java Data Objects specification. In order to claim compatibility with JDO, an implementation must pass all relevant tests of the JDOTCK. NOTE!! There are no unit tests in this project.

Group: org.apache.jdo Artifact: jdo2-tck

 

0 downloads
Artifact jdo2-tck
Group org.apache.jdo
Version 2.0-rc1
Last update 28. February 2006
Organization not specified
URL Not specified
License not specified
Dependencies amount 20
Dependencies jdo2-api, jdo2-enhancer, jdo2-core, jpox, jpox-enhancer, derby, derbytools, junit, bcel, log4j, commons-logging, geronimo-spec-jta, spring-core, spring-beans, jpox-c3p0, jpox-dbcp, c3p0, commons-dbcp, commons-pool, commons-collections,
There are maybe transitive dependencies!

brownies-collections from group org.magicwerk.brownies (version 0.9.23)

Brownies Collections complements the Java Collections Framework. GapList combines the strengths of both ArrayList and LinkedList. BigList is a list optimized for storing large number of elements. There are specialized List implementations for all primitive data types (IntGapList, IntBigList, IntObjGapList, IntObjBigList). The key collection classes offer support for keys and constraints for lists and collections (KeyList, KeyCollection, KeySet, Key1List, Key1Collection, Key1Set, Key2List, Key2Collection, Key2Set).

Group: org.magicwerk.brownies Artifact: brownies-collections
Show all versions Show documentation Show source 
 

0 downloads
Artifact brownies-collections
Group org.magicwerk.brownies
Version 0.9.23
Last update 19. April 2024
Organization not specified
URL http://www.magicwerk.org/collections
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dryuf-bigio from group net.dryuf (version 1.2.0)

Dryuf BigIo is stateless, unlimited IO framework, solving few design problems of original JDK. It mainly provides three things - FlatBuffer with 64-bit address space and being stateless. Additionally, it provides FlatChannel interface and few implementations - providing the arbitrary reads and writes from chosen position. This is implemented only in FileChannel in NIO so this interface makes it easier to provide those stateless reads and writes on virtual channels too. BigIo also provides committable objects, allowing marking the object as completed or incomplete, so it correctly results into success or exception on receiving side.

Group: net.dryuf Artifact: dryuf-bigio
Show all versions Show documentation Show source 
 

0 downloads
Artifact dryuf-bigio
Group net.dryuf
Version 1.2.0
Last update 15. March 2024
Organization not specified
URL https://github.com/dryuf/dryuf-bigio
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

parent from group org.apache.zookeeper (version 3.9.2)

ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them ,which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed.

Group: org.apache.zookeeper Artifact: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group org.apache.zookeeper
Version 3.9.2
Last update 12. February 2024
Organization not specified
URL http://zookeeper.apache.org
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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

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

0 downloads
Artifact proxycian_bytebuddy
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_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!



Page 247 from 256 (items total 2554)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy