Download JAR files tagged by projectlombok with all 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
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!
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
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!
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!
solidblue3-dao from group it.tidalwave.solidblue3 (version 1.1)
Group: it.tidalwave.solidblue3 Artifact: solidblue3-dao
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact solidblue3-dao
Group it.tidalwave.solidblue3
Version 1.1
Last update 04. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies solidblue3-model, solidblue3-commons, it-tidalwave-util, spring-boot-starter-data-jpa,
There are maybe transitive dependencies!
Group it.tidalwave.solidblue3
Version 1.1
Last update 04. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies solidblue3-model, solidblue3-commons, it-tidalwave-util, spring-boot-starter-data-jpa,
There are maybe transitive dependencies!
solidblue3-commons from group it.tidalwave.solidblue3 (version 1.1)
Group: it.tidalwave.solidblue3 Artifact: solidblue3-commons
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact solidblue3-commons
Group it.tidalwave.solidblue3
Version 1.1
Last update 04. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies it-tidalwave-util, spring-data-commons, spring-data-jpa, spring-context, spring-orm, jakarta.transaction-api, jakarta.persistence-api,
There are maybe transitive dependencies!
Group it.tidalwave.solidblue3
Version 1.1
Last update 04. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies it-tidalwave-util, spring-data-commons, spring-data-jpa, spring-context, spring-orm, jakarta.transaction-api, jakarta.persistence-api,
There are maybe transitive dependencies!
solidblue3-application-nogui from group it.tidalwave.solidblue3 (version 1.1)
Group: it.tidalwave.solidblue3 Artifact: solidblue3-application-nogui
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact solidblue3-application-nogui
Group it.tidalwave.solidblue3
Version 1.1
Last update 04. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies solidblue3-model, solidblue3-dao, it-tidalwave-role, it-tidalwave-role-spring, logback-classic, solidblue3-model,
There are maybe transitive dependencies!
Group it.tidalwave.solidblue3
Version 1.1
Last update 04. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies solidblue3-model, solidblue3-dao, it-tidalwave-role, it-tidalwave-role-spring, logback-classic, solidblue3-model,
There are maybe transitive dependencies!
modules from group it.tidalwave.solidblue3 (version 1.1)
Group: it.tidalwave.solidblue3 Artifact: modules
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact modules
Group it.tidalwave.solidblue3
Version 1.1
Last update 04. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jakarta.annotation-api, spotbugs-annotations,
There are maybe transitive dependencies!
Group it.tidalwave.solidblue3
Version 1.1
Last update 04. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jakarta.annotation-api, spotbugs-annotations,
There are maybe transitive dependencies!
superpom from group it.tidalwave.superpom (version 5.2)
[![Build
Status](https://drone.io/bitbucket.org/tidalwave/tidalwave-superpom-src/status.png)](https://drone.io/bitbucket.org/tidalwave/tidalwave-superpom-src/latest)
The super POM for all Tidalwave projects. It is not designed for being used by others, as it contains some corporate-specific configurations, but its
ancestor [TheseFooolishThings SuperPOM](http://bitbucket.org/tidalwave/thesefoolishthings-superpom-src) has been designed to be reusable. Please have a
look at it.
This super POM adds to its ancestor:
+ some Tidalwave variables that refers to the issue tracker, continuous integration system, etc...;
+ the definitions of versions of a number of commonly used libraries and their dependency management:
* [AspectJ](https://www.eclipse.org/aspectj)
* [Hamcrest Matchers](http://hamcrest.org/JavaHamcrest)
* [JSR 330](https://github.com/google/guice/wiki/JSR330)
* [Jakarta XML Binding (JAXB)](https://eclipse-ee4j.github.io/jaxb-ri/)
* [Spotbugs annotations](https://spotbugs.readthedocs.io)
* [JUnit](https://junit.org/junit5)
* [Logback](http://logback.qos.ch)
* [Lombok](https://projectlombok.org)
* [SLF4J](slf4j.org)
* [Spring 5](https://spring.io/projects/spring-framework)
* [TestNG](https://testng.org)
+ the definition for Tidalwave 3rd party repository (stuff that is not available on Maven Central);
+ a profile for using the [TheseFoolishThings](http://tidalwave.it/projects/thesefoolishthings) Event Bus (```it.tidalwave-spring-messagebus-v1```);
+ profiles for the [Mycila License plugin](https://github.com/mycila/license-maven-plugin);
+ configuration of the UMLGraphDoc maven plugin;
+ the configuration for the TheseFoolishThings TestNG listener (which provides enhanced test logging);
+ definitions of some custom javadoc tags;
+ a blacklist for some old artifacts;
+ some other minor customisations.
Group: it.tidalwave.superpom Artifact: superpom
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact superpom
Group it.tidalwave.superpom
Version 5.2
Last update 01. May 2023
Organization not specified
URL http://tidalwave.it/projects
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group it.tidalwave.superpom
Version 5.2
Last update 01. May 2023
Organization not specified
URL http://tidalwave.it/projects
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 1 from 1 (items total 7)