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

Download JAR files tagged by similar with all dependencies

Search JAR files by class name

prime from group org.technologybrewery.prime (version 1.3.0)

In brewing, you prime nearly finished beer with a little extra sugar (or similar fermentable product) just before bottling to help the beer carbonate. In Java, Prime adds a little structure or manipulates data in your database just before starting up your application. Prime leverages Flyway to deliver "sugar" to your database - we just do a little bit to package it up to run when your war is loaded.

Group: org.technologybrewery.prime Artifact: prime
Show documentation Show source 
 

0 downloads
Artifact prime
Group org.technologybrewery.prime
Version 1.3.0
Last update 21. April 2023
Organization not specified
URL https://github.com/TechnologyBrewery/prime
License MIT License
Dependencies amount 3
Dependencies krausening, commons-lang3, flyway-core,
There are maybe transitive dependencies!

structural-type-jackson from group codes.rafael.structuraltype (version 1.5)

Group: codes.rafael.structuraltype Artifact: structural-type-jackson
Show documentation Show source 
 

0 downloads
Artifact structural-type-jackson
Group codes.rafael.structuraltype
Version 1.5
Last update 14. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies structural-type-api, jackson-databind,
There are maybe transitive dependencies!

structural-type-maven-plugin from group codes.rafael.structuraltype (version 1.5)

Group: codes.rafael.structuraltype Artifact: structural-type-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact structural-type-maven-plugin
Group codes.rafael.structuraltype
Version 1.5
Last update 14. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies structural-type-generator, classgraph, maven-plugin-api, maven-core,
There are maybe transitive dependencies!

structural-type-generator from group codes.rafael.structuraltype (version 1.5)

Group: codes.rafael.structuraltype Artifact: structural-type-generator
Show all versions Show documentation Show source 
 

0 downloads
Artifact structural-type-generator
Group codes.rafael.structuraltype
Version 1.5
Last update 14. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies structural-type-api, javapoet,
There are maybe transitive dependencies!

structural-type-api from group codes.rafael.structuraltype (version 1.5)

Group: codes.rafael.structuraltype Artifact: structural-type-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact structural-type-api
Group codes.rafael.structuraltype
Version 1.5
Last update 14. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

structural-type from group codes.rafael.structuraltype (version 1.5)

This project aims to create a structural representation of similar nominal Java classes. A structural type is represented by an interface that contains property accessors for all properties that are defined by those classes. For each class, a projection class is generated that implements that interface for delegation to the nominal classes for which the structure was created. Additionally, a template implementation is created that implements the structural interface as a Java bean.

Group: codes.rafael.structuraltype Artifact: structural-type
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact structural-type
Group codes.rafael.structuraltype
Version 1.5
Last update 14. April 2023
Organization not specified
URL https://github.com/raphw/skatteprosessen-structural-type
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

nb-api from group io.nosqlbench (version 5.17.0)

The top level API module for NoSQLBench. This module should have no internal module dependencies other than the mvn-default module. All modules within NoSQLBench can safely depend on this module with circular dependencies. This module provides cross-cutting code infrastracture, such as path utilities and ways of describing services used between modules. It is also the transitive aggregation point for system-wide library dependencies for logging and testing or similar needs.

Group: io.nosqlbench Artifact: nb-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact nb-api
Group io.nosqlbench
Version 5.17.0
Last update 13. January 2023
Organization not specified
URL Not specified
License The Apache License, Version 2.0
Dependencies amount 21
Dependencies jna, picocli, jna-platform, nb-annotations, flexmark-ext-yaml-front-matter, flexmark-html2md-converter, jopt-simple, gson, oshi-core-java11, aws-java-sdk-s3, jaxb-api, jmh-core, jmh-generator-annprocess, commons-csv, commons-text, commons-codec, metrics-core, HdrHistogram, ascii-data, graal-sdk, snakeyaml-engine,
There are maybe transitive dependencies!

jadex-kernel-micro from group org.activecomponents.jadex (version 4.0.267)

The Jadex micro kernel provides a lightweight and very efficient kernel for minimal agents with an extremely low memory footprint. Micro agents have a simple internal architecture that is similar to active objects. They are programmed as Java objects overriding a framework class, which has predefined methods for the setup, termination, execution logic as well as message receipt.

Group: org.activecomponents.jadex Artifact: jadex-kernel-micro
Show all versions Show documentation Show source 
 

3 downloads
Artifact jadex-kernel-micro
Group org.activecomponents.jadex
Version 4.0.267
Last update 08. September 2022
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 4
Dependencies jadex-util-commons, jadex-util-javaparser, jadex-platform-bridge, jadex-kernel-base,
There are maybe transitive dependencies!

jadex-kernel-microservice from group org.activecomponents.jadex (version 4.0.267)

The Jadex micro kernel provides a lightweight and very efficient kernel for minimal agents with an extremely low memory footprint. Micro agents have a simple internal architecture that is similar to active objects. They are programmed as Java objects overriding a framework class, which has predefined methods for the setup, termination, execution logic as well as message receipt.

Group: org.activecomponents.jadex Artifact: jadex-kernel-microservice
Show all versions Show documentation Show source 
 

0 downloads
Artifact jadex-kernel-microservice
Group org.activecomponents.jadex
Version 4.0.267
Last update 08. September 2022
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 5
Dependencies jadex-util-commons, jadex-util-javaparser, jadex-platform-bridge, jadex-kernel-base, jadex-kernel-micro,
There are maybe transitive dependencies!

maybe from group com.github.joselion (version 2.1.1)

Maybe<T> is a monadic wrapper similar java.util.Optional, but with a different intention. By leveraging Optional<T> benefits, it provides a functional API that safely allows us to perform operations that may or may not throw checked and unchecked exceptions. The wrapper intends to help us avoid the imperative try/catch syntax, while promoting safe exception handling and functional programming principles.

Group: com.github.joselion Artifact: maybe
Show all versions Show documentation Show source 
 

0 downloads
Artifact maybe
Group com.github.joselion
Version 2.1.1
Last update 13. June 2022
Organization not specified
URL https://github.com/JoseLion/maybe
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 60 from 72 (items total 714)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy