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

Download JAR files tagged by note with all dependencies

Search JAR files by class name

plugin-debezium-postgres from group io.kestra.plugin (version 0.17.1)

Capture PostgreSQL database changes using Debezium integration. Note that this plugin is intended for advanced use cases and requires a proper Debezium setup as explained e.g. in [the following blueprint](https://kestra.io/blueprints/194-use-debezium-to-trigger-a-flow-whenever-new-entries-hit-a-postgres-database-then-send-notification-to-slack-and-process-data-in-python). For simple use cases, consider using the [JDBC-based PostgreSQL plugin](https://kestra.io/plugins/plugin-jdbc-postgres) instead.

Group: io.kestra.plugin Artifact: plugin-debezium-postgres
Show all versions Show documentation Show source 
 

0 downloads
Artifact plugin-debezium-postgres
Group io.kestra.plugin
Version 0.17.1
Last update 27. June 2024
Organization not specified
URL https://github.com/kestra-io/plugin-debezium
License Apache License 2.0
Dependencies amount 5
Dependencies debezium-connector-postgres, bcprov-jdk18on, bcpkix-jdk18on, bouncy-gpg, plugin-debezium,
There are maybe transitive dependencies!

tw-tasks-kafka-listener from group com.transferwise.tasks (version 1.41.6)

Set of components that simplify consumption of kafka messages from arbitrary topic with further convertion of those to task instances. While providing sensible defaults the extension is not as flexible as kafka integration oriented libraries, such as spring-kafka, consider using those instead if more flexibility is needed. Note that later the extension is deprecated and later on will removed in preference to kafka libraries.

Group: com.transferwise.tasks Artifact: tw-tasks-kafka-listener
Show all versions Show documentation Show source 
 

0 downloads
Artifact tw-tasks-kafka-listener
Group com.transferwise.tasks
Version 1.41.6
Last update 18. April 2024
Organization not specified
URL https://github.com/transferwise/tw-tasks-executor
License The Apache License, Version 2.0, Copyright 2019 TransferWise Ltd
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

legend-engine-xt-java-runtime-compiler from group org.finos.legend.engine (version 4.41.0)

This provides native functions that allow runtime compilation and execution of Java code. This is intended primarily to support development of Java generation code by providing access to compilation and execution in a Pure IDE Light. Please note that native functions provided here are extremely unsafe for general usage as they allow compilation and execution of arbitrary user supplied Java code. They should only be used in environments where there are no concerns about users running unsafe code (such as a user running a local Pure IDE Light).

Group: org.finos.legend.engine Artifact: legend-engine-xt-java-runtime-compiler
Show all versions Show documentation Show source 
 

0 downloads
Artifact legend-engine-xt-java-runtime-compiler
Group org.finos.legend.engine
Version 4.41.0
Last update 17. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies legend-engine-xt-javaGeneration-pure, legend-pure-m4, legend-pure-m3-core, legend-pure-runtime-java-engine-interpreted, legend-pure-runtime-java-engine-compiled, legend-engine-pure-platform-java, eclipse-collections-api, eclipse-collections, junit,
There are maybe transitive dependencies!

zookeeper-contrib-rest from group org.apache.zookeeper (version 3.9.2)

ZooKeeper REST implementation using Jersey JAX-RS. -------------------------------------------------- This is an implementation of version 2 of the ZooKeeper REST spec. Note: This interface is currently experimental, may change at any time, etc... In general you should be using the Java/C client bindings to access the ZooKeeper server. This REST ZooKeeper gateway is useful because most of the languages have built-in support for working with HTTP based protocols. See SPEC.txt for details on the REST binding.

Group: org.apache.zookeeper Artifact: zookeeper-contrib-rest
Show all versions Show documentation Show source 
 

0 downloads
Artifact zookeeper-contrib-rest
Group org.apache.zookeeper
Version 3.9.2
Last update 12. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies zookeeper, slf4j-api, logback-core, asm, grizzly-servlet-webserver, jersey-server, jersey-json,
There are maybe transitive dependencies!

fastutil from group it.unimi.dsi (version 8.5.13)

fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists, and queues with a small memory footprint and fast access and insertion; 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. Note that if you have both this jar and fastutil-core.jar in your dependencies, fastutil-core.jar should be excluded.

Group: it.unimi.dsi Artifact: fastutil
Show all versions Show documentation Show source 
 

1862 downloads
Artifact fastutil
Group it.unimi.dsi
Version 8.5.13
Last update 06. February 2024
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!

excel-chunky-sax from group com.mdazad.chunkysax (version 1.0.0)

The ExcelChunkySAX library provides a way to process large Excel files in chunks using a SAX parser. It reads the Excel file in chunks and performs the specified action on each chunk. The library provides an interface ChunkAction that needs to be implemented to define the action to be performed on each chunk. The library uses Apache POI library to read the Excel file and SAX parser to parse the XML data. Note: any type of date format should be converted to yyyy-MM-dd.

Group: com.mdazad.chunkysax Artifact: excel-chunky-sax
Show documentation Show source 
 

0 downloads
Artifact excel-chunky-sax
Group com.mdazad.chunkysax
Version 1.0.0
Last update 11. November 2023
Organization not specified
URL https://github.com/gitAzad/excel-chunky-sax
License MIT License
Dependencies amount 2
Dependencies poi, poi-ooxml,
There are maybe transitive dependencies!

automata-modelchecking-ltsmin from group net.automatalib (version 0.11.0)

This artifact provides the integration of the model checker "LTSmin" (https://ltsmin.utwente.nl/) as described in the paper "Sound Black-Box Checking in the LearnLib" (https://dx.doi.org/10.1007/s11334-019-00342-6) by Jeroen Meijer and Jaco van de Pol. Note that this implementation requires a local installation of the LTSmin binaries (see https://ltsmin.utwente.nl/) which are not explicitly included in this artifact due to packaging reasons.

Group: net.automatalib Artifact: automata-modelchecking-ltsmin
Show all versions Show documentation Show source 
 

0 downloads
Artifact automata-modelchecking-ltsmin
Group net.automatalib
Version 0.11.0
Last update 06. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 11
Dependencies automata-api, automata-commons-util, automata-core, automata-serialization-etf, automata-serialization-fsm, automata-util, guava, slf4j-api, buildergen, checker-qual, testng,
There are maybe transitive dependencies!

properties-maven-plugin from group org.infrastructurebuilder.maven (version 1.2.1.0-ib)

The Properties Maven Plugin is here to make life a little easier when dealing with properties. It provides goals to read and write properties from files. This was forked from the original properties-maven-plugin to fix issue mojohaus/properties-maven-plugin#30. For RELEASED IB Versions prior to 1.2.0.1, see [the original forked repo](https://github.com/infrastructurebuilder/archived-properties-maven-plugin) Note that the IB version might be released ahead or behind the mojohaus version.

Group: org.infrastructurebuilder.maven Artifact: properties-maven-plugin
Show all versions Show documentation 
 

0 downloads
Artifact properties-maven-plugin
Group org.infrastructurebuilder.maven
Version 1.2.1.0-ib
Last update 20. September 2023
Organization not specified
URL https://www.mojohaus.org/properties-maven-plugin
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies plexus-utils, plexus-sec-dispatcher, json, json-flattener, aws-java-sdk, tomlj,
There are maybe transitive dependencies!

velocity-tools-examples-simple from group com.github.ppodgorsek.apache (version 3.3.0)

Simple webapp based on Velocity Tools. PLEASE NOTE: this is a temporary fork to unblock projects migrating to Jakarta, but I won't continue maintaining it in the future as the Velocity team doesn't understand the value of Jakarta. I strongly suggest you plan a switch to a more modern template engine such as Thymeleaf.

Group: com.github.ppodgorsek.apache Artifact: velocity-tools-examples-simple
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact velocity-tools-examples-simple
Group com.github.ppodgorsek.apache
Version 3.3.0
Last update 12. July 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

velocity-tools-view from group com.github.ppodgorsek.apache (version 3.3.0)

Tools to be used in a servlet context. PLEASE NOTE: this is a temporary fork to unblock projects migrating to Jakarta, but I won't continue maintaining it in the future as the Velocity team doesn't understand the value of Jakarta. I strongly suggest you plan a switch to a more modern template engine such as Thymeleaf.

Group: com.github.ppodgorsek.apache Artifact: velocity-tools-view
Show documentation Show source 
 

0 downloads
Artifact velocity-tools-view
Group com.github.ppodgorsek.apache
Version 3.3.0
Last update 12. July 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies velocity-engine-core, velocity-tools-generic, slf4j-api, commons-lang3, commons-digester3,
There are maybe transitive dependencies!



Page 17 from 33 (items total 323)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy