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

Download JAR files tagged by spring with all dependencies

Search JAR files by class name

infinispan-spring6-embedded from group org.infinispan (version 15.0.4.Final)

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

0 downloads
Artifact infinispan-spring6-embedded
Group org.infinispan
Version 15.0.4.Final


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

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.4.Final


parent from group dk.cloudcreate.essentials (version 0.40.9)

Essentials is a set of Java version 17 (and later) building blocks built from the ground up to have no dependencies on other libraries, unless explicitly mentioned. The Essentials philosophy is to provide high level building blocks and coding constructs that allows for concise and strongly typed code, which doesn't depend on other libraries or frameworks, but instead allows easy integrations with many of the most popular libraries and frameworks such as Jackson, Spring Boot, Spring Data, JPA, etc.

Group: dk.cloudcreate.essentials 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 dk.cloudcreate.essentials
Version 0.40.9
Last update 02. May 2024
Organization not specified
URL https://github.com/cloudcreate-dk/essentials
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.wso2.carbon.http.bridge from group org.wso2.carbon (version 4.10.13)

There are two ways to use OSGi in server-side[1]. In Carbon, what we have done is, embedding an OSGi framework inside a servlet container. So BridgeServlet delegates all the request from the servlet container to the HttpServiceServlet registered by the http.bridge bundle. This is required only when Carbon is running inside a webapp. There is a possibility to embed an HTTP server(ex. jetty) inside equinox and start a server with all our carbon bundles. This is same as running carbon inside spring DM server. For this scenario, we do not need org.wso2.carbon.http.bridge bundles and the org.wso2.carbon.bridge extension bundle. 1. http://eclipse.org/equinox/server/http_quickstart.php

Group: org.wso2.carbon Artifact: org.wso2.carbon.http.bridge
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.wso2.carbon.http.bridge
Group org.wso2.carbon
Version 4.10.13
Last update 21. April 2024
Organization not specified
URL http://wso2.org
License not specified
Dependencies amount 3
Dependencies org.eclipse.osgi, org.wso2.carbon.bridge, org.eclipse.equinox.http.servlet,
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!

solidblue3 from group it.tidalwave.solidblue3 (version 1.1)

A tool for data backup and consistency. Architecture and technologies: + the classic three-tier architecture is used: Model, DAO, Presentation; + [Spring 6 / Spring Boot 3](https://spring.io/) is the reference framework; + [SQLite](https://sqlite.org/) is the underlying database; + [Spring Data JPA](https://docs.spring.io/spring-data/jpa/docs/current/reference/html/) with [Hibernate](https://hibernate.org/) is used as ORM; + JPA entities are separated objects; + `Finder` and DCI roles from [TheseFoolishThings](http://tidalwave.it/projects/thesefoolishthings) are used; + [SLF4J](https://slf4j.org) and [Logback](https://logback.qos.ch) are used for logging; + [TestNG](https://testng.org) and [Mockito](https://site.mockito.org/) are used for testing; + [Lombok](https://projectlombok.org) is used for cleaner code.

Group: it.tidalwave.solidblue3 Artifact: solidblue3
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact solidblue3
Group it.tidalwave.solidblue3
Version 1.1
Last update 04. May 2023
Organization not specified
URL https://tidalwave.bitbucket.io/solidblue3j/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

solidblue3-model from group it.tidalwave.solidblue3 (version 1.1)

Group: it.tidalwave.solidblue3 Artifact: solidblue3-model
Show all versions Show documentation Show source 
 

0 downloads
Artifact solidblue3-model
Group it.tidalwave.solidblue3
Version 1.1
Last update 04. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies it-tidalwave-util, solidblue3-commons, spring-context, jakarta.transaction-api, jakarta.inject-api,
There are maybe transitive dependencies!



Page 1818 from 1823 (items total 18227)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy