Download JAR files tagged by retrieved with all dependencies
xmpp from group uk.org.retep.xmpp.xmpp (version 9.11)
The common classes for XMPP and JAXB.
The published schemas from xmpp.org are retrieved and compiled into
an artifact for each protocol.
External projects should depend on the base module + the protocol's
they are interested in. All other dependencies are then retrieved
automatically by maven.
Group: uk.org.retep.xmpp.xmpp Artifact: xmpp
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact xmpp
Group uk.org.retep.xmpp.xmpp
Version 9.11
Last update 29. January 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group uk.org.retep.xmpp.xmpp
Version 9.11
Last update 29. January 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
cacher from group com.github.dcrissman (version 1.0.7)
Cacher provides a simple interface (Cache) that is designed to wrap a 3rd party caching client/library (eg. spymemcached). This interface is then consumed by the FetchManager which houses logic to standarize how cached values are stored and retrieved. If a value is already cached then it is simply returned, otherwise a Fetcher (either FetchSingle or FetchMultiple) is asked how to produce the value, which is then cached for subsequent requests.
Group: com.github.dcrissman Artifact: cacher
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact cacher
Group com.github.dcrissman
Version 1.0.7
Last update 10. June 2014
Organization Red Hat, Inc.
URL https://github.com/dcrissman/cacher
License Lesser General Public License (LGPL), v 3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.github.dcrissman
Version 1.0.7
Last update 10. June 2014
Organization Red Hat, Inc.
URL https://github.com/dcrissman/cacher
License Lesser General Public License (LGPL), v 3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
infinispan-spring5-remote from group org.infinispan (version 14.0.32.Final)
Group: org.infinispan Artifact: infinispan-spring5-remote
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact infinispan-spring5-remote
Group org.infinispan
Version 14.0.32.Final
Last update 24. September 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!
Group org.infinispan
Version 14.0.32.Final
Last update 24. September 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.32.Final)
Group: org.infinispan Artifact: infinispan-spring5-embedded
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact infinispan-spring5-embedded
Group org.infinispan
Version 14.0.32.Final
Last update 24. September 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!
Group org.infinispan
Version 14.0.32.Final
Last update 24. September 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.32.Final)
Group: org.infinispan Artifact: infinispan-spring5-common
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact infinispan-spring5-common
Group org.infinispan
Version 14.0.32.Final
Last update 24. September 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies infinispan-commons, protostream-processor,
There are maybe transitive dependencies!
Group org.infinispan
Version 14.0.32.Final
Last update 24. September 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.32.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
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.32.Final
Last update 24. September 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.infinispan
Version 14.0.32.Final
Last update 24. September 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
infinispan-spring6-parent from group org.infinispan (version 15.1.0.Dev03)
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
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.1.0.Dev03
Last update 22. August 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.infinispan
Version 15.1.0.Dev03
Last update 22. August 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.1.0.Dev03)
Group: org.infinispan Artifact: infinispan-spring6-common
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact infinispan-spring6-common
Group org.infinispan
Version 15.1.0.Dev03
Last update 22. August 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!
Group org.infinispan
Version 15.1.0.Dev03
Last update 22. August 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-remote from group org.infinispan (version 15.1.0.Dev03)
Group: org.infinispan Artifact: infinispan-spring6-remote
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact infinispan-spring6-remote
Group org.infinispan
Version 15.1.0.Dev03
Last update 22. August 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies infinispan-core, infinispan-client-hotrod, infinispan-spring6-common, jakarta.annotation-api, jakarta.transaction-api, spring-tx, narayana-jta,
There are maybe transitive dependencies!
Group org.infinispan
Version 15.1.0.Dev03
Last update 22. August 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies infinispan-core, infinispan-client-hotrod, infinispan-spring6-common, jakarta.annotation-api, jakarta.transaction-api, spring-tx, narayana-jta,
There are maybe transitive dependencies!
infinispan-spring6-embedded from group org.infinispan (version 15.1.0.Dev03)
Group: org.infinispan Artifact: infinispan-spring6-embedded
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact infinispan-spring6-embedded
Group org.infinispan
Version 15.1.0.Dev03
Last update 22. August 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies infinispan-component-processor, infinispan-core, infinispan-spring6-common, jakarta.annotation-api, jakarta.transaction-api, spring-tx, narayana-jta,
There are maybe transitive dependencies!
Group org.infinispan
Version 15.1.0.Dev03
Last update 22. August 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies infinispan-component-processor, infinispan-core, infinispan-spring6-common, jakarta.annotation-api, jakarta.transaction-api, spring-tx, narayana-jta,
There are maybe transitive dependencies!
Page 3 from 3 (items total 38)