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

Download JAR files tagged by framework with all dependencies

Search JAR files by class name

cp-elements from group org.codeprimate (version 2.0.0-M1)

Java Simplified. Extensions and Useful Constructs for the Java Platform. Codeprimate Elements (a.k.a. cp-elements) is a Java library and micro-framework used to simplify the development of software applications written in Java. Elements packages several APIs into one library in order to address various application concerns and aspects of software design and development collectively and conveniently. Elements is a highly simple, yet robust and proven library built on solid OO principles, software design patterns and best practices to effectively solve common and reoccurring problems in software development.

Group: org.codeprimate Artifact: cp-elements
Show all versions Show documentation Show source 
 

0 downloads
Artifact cp-elements
Group org.codeprimate
Version 2.0.0-M1
Last update 24. May 2023
Organization Codeprimate, LLC
URL http://www.codeprimate.org/projects/cp-elements
License Apache License, Version 2.0
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!

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

Group: it.tidalwave.solidblue3 Artifact: solidblue3-dao
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!

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

Group: it.tidalwave.solidblue3 Artifact: solidblue3-commons
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!

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 
 

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!

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

Group: it.tidalwave.solidblue3 Artifact: modules
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!

limbus-system from group com.remondis.limbus (version 3.1.0)

The Limbus System is a small light-weight CDI framework managing the Limbus Core Components. The object graph is represented by an XML configuration file or can be build using the Limbus System API. This module delivers an optional system component that visualizes the object graph and its dependencies after initializing: com.remondis.limbus.system.visualize.LimbusSystemVisualizer This component can be added to the Limbus System. To keep the dependencies of this module transparent and light-weight, the graph renderer is declared as an optional dependency. Add the following dependencies to your project to use the visualisation component: <!-- Graph Stream for Visualization feature This is an optional dependency and only required if using the com.remondis.limbus.system.visualize.LimbusSystemVisualizer --> <dependency> <groupId>org.graphstream</groupId> <artifactId>gs-core</artifactId> <version>1.3</version> </dependency> <dependency> <groupId>org.graphstream</groupId> <artifactId>gs-ui</artifactId> <version>1.3</version> </dependency>

Group: com.remondis.limbus Artifact: limbus-system
Show all versions Show documentation Show source 
 

0 downloads
Artifact limbus-system
Group com.remondis.limbus
Version 3.1.0
Last update 26. March 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies limbus-system-api, limbus-event-multicaster, limbus-utils, slf4j-api,
There are maybe transitive dependencies!

fastutil-core from group co.datadome (version 8.5.11.1)

fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists, and queues with a small memory footprint and fast operations; it provides also big (64-bit) arrays, sets, and lists, sorting algorithms, fast, practical I/O classes for binary and text files, and facilities for memory mapping large files. This jar (fastutil-core.jar) contains data structures based on integers, longs, doubles, and objects, only; fastutil.jar contains all classes. If you have both jars in your dependencies, this jar should be excluded.

Group: co.datadome Artifact: fastutil-core
Show documentation Show source 
 

0 downloads
Artifact fastutil-core
Group co.datadome
Version 8.5.11.1
Last update 25. December 2022
Organization not specified
URL http://fastutil.di.unimi.it/
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

portofino-mssql from group com.manydesigns (version 5.3.4)

Group: com.manydesigns Artifact: portofino-mssql
Show all versions Show documentation Show source 
 

1 downloads
Artifact portofino-mssql
Group com.manydesigns
Version 5.3.4
Last update 04. December 2022
Organization not specified
URL https//www.manydesigns.com/
License not specified
Dependencies amount 1
Dependencies portofino-database,
There are maybe transitive dependencies!



Page 3139 from 3170 (items total 31695)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy