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

Download JAR files tagged by based with all dependencies

Search JAR files by class name

jdbi3-parent from group org.jdbi (version 3.38.2)

Jdbi 3 is designed to provide convenient tabular data access in Java(tm) and other JVM based languages. It uses the Java collections framework for query results, provides a convenient means of externalizing SQL statements, and named parameter support for any database that supports JDBC.

Group: org.jdbi Artifact: jdbi3-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jdbi3-parent
Group org.jdbi
Version 3.38.2
Last update 04. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

trading-data-stream from group com.limemojito.oss.trading.trading-data-stream (version 2.1.3)

Streams data from <a href="https://www.dukascopy.com">Dukascopy Bank</a> and converts to Tick and Bar data as streams. Use AT YOUR OWN RISK. Use of this software does not imply financial advice, financial decisions should not be based on these tools, data or software. Refer to Licence.txt and Data-Disclaimer in the repository for more details.

Group: com.limemojito.oss.trading.trading-data-stream Artifact: trading-data-stream
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact trading-data-stream
Group com.limemojito.oss.trading.trading-data-stream
Version 2.1.3
Last update 21. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

spring-boot-netty-starter from group site.peaklee.framework (version 2022.1.0-RELEASE)

spring-boot-netty-starter It is an integration framework for sprint boot and netty. For students who are not familiar with netty, it can quickly develop socket servers based on netty. It implements a large number of annotations and process interceptors, which can seamlessly connect with sprint boot for rapid development.

Group: site.peaklee.framework Artifact: spring-boot-netty-starter
Show all versions Show documentation Show source 
 

0 downloads
Artifact spring-boot-netty-starter
Group site.peaklee.framework
Version 2022.1.0-RELEASE
Last update 18. April 2023
Organization not specified
URL https://gitee.com/lee_coding/spring-boot-netty-starter
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies spring-boot-starter, spring-boot-configuration-processor, netty-all, lombok, logback-classic, protobuf-java,
There are maybe transitive dependencies!

spreadsheet from group eu.mindfusion (version 1.1)

MindFusion.Spreadsheet is a Java Swing component that provides Swing based applications with the ability to create, open, manage, and export spreadsheet documents without requiring Microsoft Excel. The component supports many of the popular formats, including XLSX, ODS, HTML, CSV, PDF.

Group: eu.mindfusion Artifact: spreadsheet
Show all versions Show documentation 
 

0 downloads
Artifact spreadsheet
Group eu.mindfusion
Version 1.1
Last update 04. April 2023
Organization not specified
URL https://mindfusion.eu/java-spreadsheet.html
License Proprietary
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.apache.sling.discovery.oak from group org.apache.sling (version 1.2.44)

Implementation of Apache Sling Discovery based on Jackrabbit Oak using its discovery-lite descriptor for in-cluster view detection and a TopologyView through HTTP POST heartbeats announcing sub-topologies to each other.

Group: org.apache.sling Artifact: org.apache.sling.discovery.oak
Show all versions Show documentation Show source 
 

1 downloads
Artifact org.apache.sling.discovery.oak
Group org.apache.sling
Version 1.2.44
Last update 27. March 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies org.apache.felix.healthcheck.api,
There are maybe transitive dependencies!

needle4k-jakarta from group io.github.needle4k (version 4.0.1)

needle4k is a light-weight framework for testing isolated Jakarta EE components outside the container. It reduces the test setup code by analysing injected dependencies and automatic creation of mock objects. needle4k is the Kotlin based successor of the well-known needle4j framework.

Group: io.github.needle4k Artifact: needle4k-jakarta
Show documentation Show source 
 

0 downloads
Artifact needle4k-jakarta
Group io.github.needle4k
Version 4.0.1
Last update 27. March 2023
Organization not specified
URL https://github.com/needle4k/needle4k
License LGPL
Dependencies amount 2
Dependencies kotlin-stdlib, slf4j-api,
There are maybe transitive dependencies!

needle4k from group io.github.needle4k (version 4.0.1)

needle4k is a light-weight framework for testing isolated Jakarta EE components outside the container. It reduces the test setup code by analysing injected dependencies and automatic creation of mock objects. needle4k is the Kotlin based successor of the well-known needle4j framework.

Group: io.github.needle4k Artifact: needle4k
Show documentation Show source 
 

0 downloads
Artifact needle4k
Group io.github.needle4k
Version 4.0.1
Last update 27. March 2023
Organization not specified
URL https://github.com/needle4k/needle4k
License LGPL
Dependencies amount 2
Dependencies kotlin-stdlib, slf4j-api,
There are maybe transitive dependencies!

tiny-server from group net.morimekta.tiny.server (version 0.5.0)

A tiny server starter for easy and minimal microservice handling. This is based on the assumption that the microservice does not use the admin HTTP server for anything but kubernetes status management. Dependencies are kept at a minimum, but should cover the basic needs of any microservice.

Group: net.morimekta.tiny.server Artifact: tiny-server
Show all versions Show documentation Show source 
 

0 downloads
Artifact tiny-server
Group net.morimekta.tiny.server
Version 0.5.0
Last update 22. March 2023
Organization not specified
URL https://gitlab.com/morimekta/tiny-server
License not specified
Dependencies amount 9
Dependencies terminal, collect, strings, slf4j-api, jul-to-slf4j, logback-classic, jackson-databind, jackson-annotations, jackson-core,
There are maybe transitive dependencies!

struct from group org.thshsh (version 2.2.0)

The python struct library's port to java for reading and writing binary data as in python. Based off the code found here: https://github.com/ronniebasak/JStruct with non backwards compatible changes to support strong typing, strings, and byte arrays.

Group: org.thshsh Artifact: struct
Show all versions Show documentation Show source 
 

0 downloads
Artifact struct
Group org.thshsh
Version 2.2.0
Last update 24. February 2023
Organization not specified
URL https://github.com/theshoeshiner/JStruct
License APACHE LICENSE, VERSION 2.0
Dependencies amount 5
Dependencies commons-lang3, commons-io, slf4j-api, commons-beanutils, commons-codec,
There are maybe transitive dependencies!

hkdf from group at.favre.lib (version 2.0.0)

A standalone Java implementation of HMAC-based key derivation function (HKDF) defined in RFC 5869 first described by Hugo Krawczyk. HKDF follows the "extract-then-expand" paradigm compatible with NIST Special Publication 800-56C "Two-Step Key Derivation" scheme.

Group: at.favre.lib Artifact: hkdf
Show all versions Show documentation Show source 
 

6 downloads
Artifact hkdf
Group at.favre.lib
Version 2.0.0
Last update 11. February 2023
Organization not specified
URL https://github.com/patrickfav/hkdf
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1663 from 2376 (items total 23753)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy