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

Download JAR files tagged by also with all dependencies

Search JAR files by class name

kafkistry-model from group com.infobip.kafkistry (version 0.8.0)

Group: com.infobip.kafkistry Artifact: kafkistry-model
Show all versions Show documentation Show source 
 

0 downloads
Artifact kafkistry-model
Group com.infobip.kafkistry
Version 0.8.0


kafkistry-parent from group com.infobip.kafkistry (version 0.8.0)

Group: com.infobip.kafkistry Artifact: kafkistry-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact kafkistry-parent
Group com.infobip.kafkistry
Version 0.8.0


babylon-maven-plugin from group one.edee.oss (version 2024.9.0)

Group: one.edee.oss Artifact: babylon-maven-plugin
Show all versions Show source 
 

0 downloads
Artifact babylon-maven-plugin
Group one.edee.oss
Version 2024.9.0


adif-processor from group uk.m0nom (version 1.3.9)

ADIF Processor visualizes contacts in your input file on Google Earth. It generates a Google Earth Project file, also known as a KML file, with a visualization of each contact in the ADIF/SOTA CSV input file where station locations can be determined. It parses structured tags in comments to enrich the correct ADIF output file. QRZ.com is used to determine station locations and provide additional information in the ADIF output file. The markdown/text file output contains a listing of contacts. The processor contains activity databases for the main outdoor activities such as SOTA, POTA, GMA, HEMA etc.

Group: uk.m0nom Artifact: adif-processor
Show all versions Show documentation Show source 
 

0 downloads
Artifact adif-processor
Group uk.m0nom
Version 1.3.9
Last update 02. June 2024
Organization not specified
URL https://github.com/urbancamo/adif-processor
License Apache License, Version 2.0
Dependencies amount 30
Dependencies aws-java-sdk-s3, jakarta.servlet-api, logback-classic, logback-core, snakeyaml, guava, spring-boot-starter, predict4java, geodesy, nominatim-api, GeographicLib-Java, javaapiforkml, argparse4j, jakarta.xml.bind-api, jaxb-impl, jaxb-runtime, okhttp, commons-csv, commons-lang3, commons-io, eo-yaml, jakarta.activation-api, lombok, httpclient, thymeleaf, maven-gpg-plugin, maven-core, maven-shared-utils, maven-settings, spring-boot-autoconfigure,
There are maybe transitive dependencies!

ziggurat from group org.cicirello (version 1.1.0)

Java implementation of the Ziggurat algorithm for generating Gaussian distributed pseudorandom numbers. The Ziggurat algorithm is significantly faster than the more commonly encountered Polar method, and has some other desirable statistical properties. The ZigguratGaussian class is a Java port of the GNU Scientific Library's C implementation (Voss, 2005) of the Ziggurat method. In porting to Java, we have made several optimizations, the details of which can be found in the source code comments, which highlights any differences between this Java implementation and the C implementation on which it is based. This package also includes an implementation of the Polar Method, included to enable comparing speed advantage of the Ziggurat algorithm.

Group: org.cicirello Artifact: ziggurat
Show all versions Show documentation Show source 
 

0 downloads
Artifact ziggurat
Group org.cicirello
Version 1.1.0
Last update 31. May 2024
Organization Cicirello.Org
URL https://github.com/cicirello/ZigguratGaussian
License GPL-3.0-or-later
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

zosConnect-1.2 from group com.ibm.websphere.appserver.features (version 24.0.0.5)

This feature provides a gateway between mobile, cloud, and web clients and z/OS back-end systems such as CICS Transaction Server, IMS, and batch applications. It provides RESTful APIs and enables you to route HTTP requests to remote REST endpoints. It also accepts and returns JSON payloads and communicates with back-end systems by providing a data transformation service that converts JSON payloads to/from byte arrays consumable by z/OS native-language applications written in Cobol, PL/I, and C.

Group: com.ibm.websphere.appserver.features Artifact: zosConnect-1.2
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact zosConnect-1.2
Group com.ibm.websphere.appserver.features
Version 24.0.0.5
Last update 15. May 2024
Organization not specified
URL Not specified
License Additional Features Terms & Conditions
Dependencies amount 6
Dependencies com.ibm.websphere.appserver.zosConnectServiceRestClient-1.0, com.ibm.websphere.appserver.zosConnectAuditSMF-1.0, com.ibm.websphere.appserver.zosConnectInterceptorFSLogger-1.0, servlet-3.0, com.ibm.websphere.appserver.zosConnectCore-1.0, com.ibm.websphere.appserver.spi.zosConnect,
There are maybe transitive dependencies!

codingstyle from group edu.hm.hafner (version 4.10.0)

Provides all necessary resources for a Java project to enforce the coding style that I am using in my lectures about software development at Munich University of Applied Sciences and in all of my open-source projects. It configures several static analysis tools for Maven and IntelliJ. Moreover, it provides some sample classes that already use this style guide. These classes can be used as such but are not required in this project. These classes also use some additional libraries that are included using the Maven dependency mechanism. If the sample classes are deleted then the dependencies can be safely deleted, too.

Group: edu.hm.hafner Artifact: codingstyle
Show all versions Show documentation Show source 
 

0 downloads
Artifact codingstyle
Group edu.hm.hafner
Version 4.10.0
Last update 08. May 2024
Organization not specified
URL https://cs.hm.edu/~hafner
License MIT license
Dependencies amount 4
Dependencies spotbugs-annotations, error_prone_annotations, commons-lang3, commons-io,
There are maybe transitive dependencies!

unit-sim from group io.violabs.geordi (version 1.0.5)

Geordi Test Framework is a Kotlin-based testing framework integrating with JUnit 5's TestTemplate for dynamic and parameterized testing. It supports file-based and parameter-based scenarios, suitable for various testing contexts. Key features include dynamic test case generation, SimulationGroup for scenario organization, and integration with JUnit 5's advanced features. It also includes a utility class, UnitSim, for method-level testing and mocking with Mockk. Geordi is inspired by the Spock framework, aiming to provide comparable functionality in a Kotlin-optimized package.

Group: io.violabs.geordi Artifact: unit-sim
Show all versions Show documentation Show source 
 

0 downloads
Artifact unit-sim
Group io.violabs.geordi
Version 1.0.5
Last update 03. May 2024
Organization not specified
URL https://github.com/violabs/geordi
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dryuf-bigio from group net.dryuf (version 1.2.0)

Dryuf BigIo is stateless, unlimited IO framework, solving few design problems of original JDK. It mainly provides three things - FlatBuffer with 64-bit address space and being stateless. Additionally, it provides FlatChannel interface and few implementations - providing the arbitrary reads and writes from chosen position. This is implemented only in FileChannel in NIO so this interface makes it easier to provide those stateless reads and writes on virtual channels too. BigIo also provides committable objects, allowing marking the object as completed or incomplete, so it correctly results into success or exception on receiving side.

Group: net.dryuf Artifact: dryuf-bigio
Show all versions Show documentation Show source 
 

0 downloads
Artifact dryuf-bigio
Group net.dryuf
Version 1.2.0
Last update 15. March 2024
Organization not specified
URL https://github.com/dryuf/dryuf-bigio
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

chartfx-parent from group io.fair-acc (version 11.3.1)

The chart-fx charting library is an extension in the spirit of Oracle's XYChart and performance/time-proven JDataViewer charting functionalities. Emphasis was put on plotting performance for both large number of data points and real-time displays, as well as scientific accuracies leading to error bar/surface plots, and other scientific plotting features (parameter measurements, fitting, multiple axes, zoom, ...). The library also contains a small set of math routines that can operate directly on the DataSet primitive for fitting, computing spectra, linear algebra, FIR/IIR filtering, and other functionalities common to signal processing.

Group: io.fair-acc Artifact: chartfx-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact chartfx-parent
Group io.fair-acc
Version 11.3.1
Last update 08. March 2024
Organization GSI Helmholtzzentrum für Schwerionenforschung GmbH
URL https://github.com/fair-acc/chart-fx
License LGPLv3
Dependencies amount 3
Dependencies slf4j-api, commons-lang3, annotations,
There are maybe transitive dependencies!



Page 215 from 245 (items total 2448)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy