Download JAR files tagged by site with all dependencies
maven-artifact-manager from group org.apache.maven (version 2.2.1)
Group: org.apache.maven Artifact: maven-artifact-manager
Show all versions Show documentation Show source
Show all versions Show documentation Show source
3 downloads
Artifact maven-artifact-manager
Group org.apache.maven
Version 2.2.1
Last update 06. August 2009
Organization not specified
URL http://maven.apache.org
License not specified
Dependencies amount 3
Dependencies maven-artifact, plexus-container-default, wagon-provider-api,
There are maybe transitive dependencies!
Group org.apache.maven
Version 2.2.1
Last update 06. August 2009
Organization not specified
URL http://maven.apache.org
License not specified
Dependencies amount 3
Dependencies maven-artifact, plexus-container-default, wagon-provider-api,
There are maybe transitive dependencies!
maven-toolchain from group org.apache.maven (version 3.0-alpha-2)
4 downloads
Artifact maven-toolchain
Group org.apache.maven
Version 3.0-alpha-2
Last update 05. February 2009
Organization not specified
URL http://maven.apache.org
License not specified
Dependencies amount 2
Dependencies maven-core, maven-artifact,
There are maybe transitive dependencies!
Group org.apache.maven
Version 3.0-alpha-2
Last update 05. February 2009
Organization not specified
URL http://maven.apache.org
License not specified
Dependencies amount 2
Dependencies maven-core, maven-artifact,
There are maybe transitive dependencies!
maven-mercury from group org.apache.maven (version 3.0-alpha-2)
0 downloads
Artifact maven-mercury
Group org.apache.maven
Version 3.0-alpha-2
Last update 05. February 2009
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies mercury-artifact, mercury-external, maven-project-builder, plexus-component-annotations,
There are maybe transitive dependencies!
Group org.apache.maven
Version 3.0-alpha-2
Last update 05. February 2009
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies mercury-artifact, mercury-external, maven-project-builder, plexus-component-annotations,
There are maybe transitive dependencies!
maven-project-builder from group org.apache.maven (version 3.0-alpha-2)
Group: org.apache.maven Artifact: maven-project-builder
Show all versions Show documentation Show source
Show all versions Show documentation Show source
2 downloads
Artifact maven-project-builder
Group org.apache.maven
Version 3.0-alpha-2
Last update 05. February 2009
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies model-builder,
There are maybe transitive dependencies!
Group org.apache.maven
Version 3.0-alpha-2
Last update 05. February 2009
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies model-builder,
There are maybe transitive dependencies!
maven-reporting-api from group org.apache.maven (version 3.0-alpha-2)
Group: org.apache.maven Artifact: maven-reporting-api
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact maven-reporting-api
Group org.apache.maven
Version 3.0-alpha-2
Last update 05. February 2009
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies doxia-sink-api,
There are maybe transitive dependencies!
Group org.apache.maven
Version 3.0-alpha-2
Last update 05. February 2009
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies doxia-sink-api,
There are maybe transitive dependencies!
maven-lifecycle from group org.apache.maven (version 3.0-alpha-2)
0 downloads
Artifact maven-lifecycle
Group org.apache.maven
Version 3.0-alpha-2
Last update 05. February 2009
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies plexus-utils,
There are maybe transitive dependencies!
Group org.apache.maven
Version 3.0-alpha-2
Last update 05. February 2009
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies plexus-utils,
There are maybe transitive dependencies!
maven-artifact-ant from group org.apache.maven (version 2.0.4)
Group: org.apache.maven Artifact: maven-artifact-ant
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact maven-artifact-ant
Group org.apache.maven
Version 2.0.4
Last update 07. May 2006
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies maven-project, maven-error-diagnostics, maven-settings, ant, maven-artifact-manager, plexus-utils, maven-artifact, wagon-provider-api, plexus-container-default,
There are maybe transitive dependencies!
Group org.apache.maven
Version 2.0.4
Last update 07. May 2006
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies maven-project, maven-error-diagnostics, maven-settings, ant, maven-artifact-manager, plexus-utils, maven-artifact, wagon-provider-api, plexus-container-default,
There are maybe transitive dependencies!
maven-plugin-tools-pluggy from group org.apache.maven (version 2.0.4)
Group: org.apache.maven Artifact: maven-plugin-tools-pluggy
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact maven-plugin-tools-pluggy
Group org.apache.maven
Version 2.0.4
Last update 07. May 2006
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies maven-plugin-tools-api, maven-model, maven-plugin-tools-java,
There are maybe transitive dependencies!
Group org.apache.maven
Version 2.0.4
Last update 07. May 2006
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies maven-plugin-tools-api, maven-model, maven-plugin-tools-java,
There are maybe transitive dependencies!
maven-site from group org.apache.maven (version 2.0.1)
Artifact maven-site
Group org.apache.maven
Version 2.0.1
Last update 07. May 2006
Organization not specified
URL http://maven.apache.org/maven2
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.apache.maven
Version 2.0.1
Last update 07. May 2006
Organization not specified
URL http://maven.apache.org/maven2
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
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!
Page 82 from 3 (items total 835)