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

Download JAR files tagged by classes with all dependencies

Search JAR files by class name

addc-base from group com.addc (version 2.6)

The addc-base library supplies classes for creating UUIDs, converting between types, outputting byte arrays with different formats including Base64, Formatting dates following different ISO formatssupport for Julian dates, delay generator, password encryption, property file parsing, an object serialization engine, shutdown hook management, forked and counting streams and I18N sypport for all the libraries in ADDC Commons.

Group: com.addc Artifact: addc-base
Show all versions Show documentation Show source 
 

0 downloads
Artifact addc-base
Group com.addc
Version 2.6
Last update 25. February 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies commons-io, commons-lang, slf4j-api, jul-to-slf4j,
There are maybe transitive dependencies!

infinispan-spring from group org.infinispan (version 8.2.12.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-spring
Show all versions Show source 
 

7 downloads
Artifact infinispan-spring
Group org.infinispan
Version 8.2.12.Final
Last update 07. January 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies spring-context, infinispan-core,
There are maybe transitive dependencies!

bw-core from group com.github.burningwave (version 1.7.6)

Burningwave core is an advanced, free and open source Java library that contains THE MOST POWERFUL CLASSPATH SCANNER for criteria based classes search. It’s possible to search classes by every criteria that your immagination can made by using lambda expressions. Burningwave core scan engine is highly optimized using direct allocated ByteBuffers to avoid heap saturation; searches are executed in multithreading context and are not affected by “the issue of the same class loaded by different classloaders” (normally if you try to execute "isAssignableFrom" method on a same class loaded from different classloader it return false). This library is useful also for creating classes during runtime, facilitate the use of reflection and much more...

Group: com.github.burningwave Artifact: bw-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact bw-core
Group com.github.burningwave
Version 1.7.6
Last update 30. December 2019
Organization not specified
URL https://github.com/burningwave/bw-core
License not specified
Dependencies amount 2
Dependencies slf4j-api, asm,
There are maybe transitive dependencies!

otag-service-development-kit from group com.opentext.otag.sdk (version 16.6.2)

This module provides access to the set of utility classes required to interact with an instance of an AppWorks Gateway from an AppWorks Service. It covers AppWorks dedicated service deployment API, which is a limited subset of the full AppWorks admin API. We currently provide the facility for services to listen to service life-cycle events such as 'service installed', 'service upgraded' and 'service uninstalled'. We also provide the facility for centralised configuration setting management. As AppWorks services are edited from the AppWork Gateway administration console, we provide the ability to respond to updates made here, and also expose creation and update end points for these settings.

Group: com.opentext.otag.sdk Artifact: otag-service-development-kit
Show all versions Show documentation Show source 
 

7 downloads
Artifact otag-service-development-kit
Group com.opentext.otag.sdk
Version 16.6.2
Last update 19. October 2019
Organization not specified
URL https://github.com/opentext/otag-service-development-kit
License Open Text End User License Agreement
Dependencies amount 8
Dependencies otag-service-context, httpclient, jackson-core, jackson-databind, jackson-jaxrs-json-provider, jackson-annotations, jersey-client, slf4j-api,
There are maybe transitive dependencies!

mmbase-utils from group org.mmbase (version 2.0.0)

<p> MMBase Utils is a part of MMBase, but can also be used in other projects. It contains several kind of utility classes.</p> <p>Highlights:</p> <ul> <li>An implementation of 'events'. Threads can use this to communicate certain things. Using mmbase-clustering, these events can also be sent to other servers.</li> <li>A logging framework</li> <li>A framework for string and byte array transformeration, plus a whole lot of implemetentations for that.</li> <li>Several java.util like classes (collections, dateparsing)</li> <li>File type recognition ('magicfile')</li> <li>The MMBase resourceloader, a generic fall-back mechanism for configuration files and similar resources.</li> <li>...</li> </ul>

Group: org.mmbase Artifact: mmbase-utils
Show documentation Show source 
 

0 downloads
Artifact mmbase-utils
Group org.mmbase
Version 2.0.0
Last update 08. August 2019
Organization not specified
URL https://github.com/mmbase/mmbase-utils
License not specified
Dependencies amount 4
Dependencies commons-fileupload, commons-io, junit, mockito-core,
There are maybe transitive dependencies!

classdep from group au.net.zeus.jgdms.tools (version 3.1.0)

Tool used to analyze a set of classes and determine on what other classes they directly or indirectly depend. Typically this tool is used to compute the necessary and sufficient set of classes to include in a JAR file, for use in the class path of a client or service, or for use in the codebase of a client or service. The tool starts with a set of "root" classes and recursively computes a dependency graph, finding all of the classes referenced directly by the root classes, finding all of the classes referenced in turn by those classes, and so on, until no new classes are found or until classes that are not of interest are found. The normal output of the tool is a list of all of the classes in the dependency graph. The output from this command can be used as input to the jar tool, to create a JAR file containing precisely those classes.

Group: au.net.zeus.jgdms.tools Artifact: classdep
Show all versions Show documentation Show source 
 

0 downloads
Artifact classdep
Group au.net.zeus.jgdms.tools
Version 3.1.0
Last update 04. January 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies asm, asm-commons,
There are maybe transitive dependencies!

infinispan-spring4-remote from group org.infinispan (version 10.0.0.Alpha1)

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

1 downloads
Artifact infinispan-spring4-remote
Group org.infinispan
Version 10.0.0.Alpha1
Last update 20. November 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies infinispan-client-hotrod, infinispan-spring4-common,
There are maybe transitive dependencies!

infinispan-spring4-parent from group org.infinispan (version 10.0.0.Alpha1)

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-spring4-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact infinispan-spring4-parent
Group org.infinispan
Version 10.0.0.Alpha1
Last update 20. November 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

infinispan-spring4-embedded from group org.infinispan (version 10.0.0.Alpha1)

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

1 downloads
Artifact infinispan-spring4-embedded
Group org.infinispan
Version 10.0.0.Alpha1
Last update 20. November 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies infinispan-core, infinispan-spring4-common,
There are maybe transitive dependencies!

infinispan-spring4-common from group org.infinispan (version 10.0.0.Alpha1)

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

0 downloads
Artifact infinispan-spring4-common
Group org.infinispan
Version 10.0.0.Alpha1
Last update 20. November 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies infinispan-commons,
There are maybe transitive dependencies!



Page 858 from 866 (items total 8658)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy