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

Download JAR files tagged by needs with all dependencies

Search JAR files by class name

apacheds-jdbm-store from group org.apache.directory.server (version 1.5.7)

A JDBM entry store which does not have any dependency on core interfaces. The JDBM partition will use this store and build on it to adapt this to server specific partition interfaces. Having this separate module without dependencies on core interfaces makes it easier to avoid cyclic dependencies between modules. This is especially important for use within the bootstrap plugin which needs to build the schema partition used for bootstrapping the server.

Group: org.apache.directory.server Artifact: apacheds-jdbm-store
Show all versions Show documentation Show source 
 

0 downloads
Artifact apacheds-jdbm-store
Group org.apache.directory.server
Version 1.5.7
Last update 02. April 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies apacheds-i18n, apacheds-jdbm, apacheds-core-entry, apacheds-core-avl,
There are maybe transitive dependencies!

mason from group edu.gmu.cs (version 14.0)

MASON is a fast discrete-event multiagent simulation library core in Java, designed to be the foundation for large custom-purpose Java simulations, and also to provide more than enough functionality for many lightweight simulation needs. MASON contains both a model library and an optional suite of visualization tools in 2D and 3D.

Group: edu.gmu.cs Artifact: mason
Show documentation Show source 
 

0 downloads
Artifact mason
Group edu.gmu.cs
Version 14.0
Last update 07. October 2009
Organization not specified
URL http://www.cs.gmu.edu/~eclab/projects/mason/
License Academic Free License, version 3.0
Dependencies amount 3
Dependencies jcommon, jfreechart, itext,
There are maybe transitive dependencies!

swing-layout from group net.java.dev.swing-layout (version 1.0.2)

Swing Layout Extensions goal is to make it easy to create professional cross platform layouts with Swing. This project has an eye towards the needs of GUI builders, such as NetBeans. This project consists of the following pieces: * Ability to get the baseline for components. * Ability to get the preferred gap between components. * A new LayoutManager that utilizes both of these concepts and is tuned toward a free-form drag and drop layout model as can be provided by GUI builders.

Group: net.java.dev.swing-layout Artifact: swing-layout
Show all versions Show documentation Show source 
 

101 downloads
Artifact swing-layout
Group net.java.dev.swing-layout
Version 1.0.2
Last update 26. March 2007
Organization not specified
URL https://swing-layout.dev.java.net/
License Lesser General Public License (LGPL), Version 2.1
Dependencies amount 0
Dependencies No dependencies
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!

infinispan-spring5-remote from group org.infinispan (version 14.0.28.Final)

Group: org.infinispan Artifact: infinispan-spring5-remote
Show all versions Show documentation Show source 
 

0 downloads
Artifact infinispan-spring5-remote
Group org.infinispan
Version 14.0.28.Final
Last update 19. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies infinispan-core, infinispan-client-hotrod, infinispan-spring5-common,
There are maybe transitive dependencies!

infinispan-spring5-embedded from group org.infinispan (version 14.0.28.Final)

Group: org.infinispan Artifact: infinispan-spring5-embedded
Show all versions Show documentation Show source 
 

0 downloads
Artifact infinispan-spring5-embedded
Group org.infinispan
Version 14.0.28.Final
Last update 19. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies infinispan-component-processor, infinispan-core, infinispan-spring5-common,
There are maybe transitive dependencies!

infinispan-spring5-common from group org.infinispan (version 14.0.28.Final)

Group: org.infinispan Artifact: infinispan-spring5-common
Show all versions Show documentation Show source 
 

0 downloads
Artifact infinispan-spring5-common
Group org.infinispan
Version 14.0.28.Final
Last update 19. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies infinispan-commons, protostream-processor,
There are maybe transitive dependencies!

infinispan-spring5-parent from group org.infinispan (version 14.0.28.Final)

The Infinispan Spring Integration project provides Spring integration for Infinispan, a high performance distributed cache. Its primary features are * An implementation of org.springframework.cache.CacheManager, Spring's central caching abstraction, backed by Infinispan's EmbeddedCacheManager. To be used if your Spring-powered application and Infinispan are colocated, i.e. running within the same VM. * An implementation of org.springframework.cache.CacheManager backed by Infinispan's RemoteCacheManager. To bes used if your Spring-powered application accesses Infinispan remotely, i.e. over the network. * An implementation of org.springframework.cache.CacheManager backed by a CacheContainer reference. To be used if your Spring- powered application needs access to a CacheContainer defined outside the application (e.g. retrieved from JNDI) * Spring namespace support allowing shortcut definitions for all the components above In addition, Infinispan Spring Integration offers various FactoryBeans for facilitating creation of Infinispan core classes - Cache, CacheManager, ... - within a Spring context.

Group: org.infinispan Artifact: infinispan-spring5-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact infinispan-spring5-parent
Group org.infinispan
Version 14.0.28.Final
Last update 19. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

infinispan-spring6-common from group org.infinispan (version 15.0.2.Final)

Group: org.infinispan Artifact: infinispan-spring6-common
Show all versions Show documentation Show source 
 

0 downloads
Artifact infinispan-spring6-common
Group org.infinispan
Version 15.0.2.Final
Last update 18. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies jakarta.transaction-api, infinispan-commons, protostream-processor,
There are maybe transitive dependencies!

infinispan-spring6-parent from group org.infinispan (version 15.0.2.Final)

The Infinispan Spring Integration project provides Spring 6 integration for Infinispan, a high performance distributed cache. Its primary features are * An implementation of org.springframework.cache.CacheManager, Spring's central caching abstraction, backed by Infinispan's EmbeddedCacheManager. To be used if your Spring-powered application and Infinispan are colocated, i.e. running within the same VM. * An implementation of org.springframework.cache.CacheManager backed by Infinispan's RemoteCacheManager. To bes used if your Spring-powered application accesses Infinispan remotely, i.e. over the network. * An implementation of org.springframework.cache.CacheManager backed by a CacheContainer reference. To be used if your Spring- powered application needs access to a CacheContainer defined outside the application (e.g. retrieved from JNDI) * Spring namespace support allowing shortcut definitions for all the components above In addition, Infinispan Spring Integration offers various FactoryBeans for facilitating creation of Infinispan core classes - Cache, CacheManager, ... - within a Spring context.

Group: org.infinispan Artifact: infinispan-spring6-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact infinispan-spring6-parent
Group org.infinispan
Version 15.0.2.Final
Last update 18. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 33 from 48 (items total 471)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy