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

Download JAR files tagged by java with all dependencies

Search JAR files by class name

pax-jdbc-itest from group org.ops4j.pax.jdbc (version 1.5.7)

To run all integration tests, you need to set up all the databases: 1) Derby: $ export DERBY_HOME=/path/to/db-derby-10.14.2.0-bin $ cd $DERBY_HOME $ mkdir databases; cd databases $ java -jar $DERBY_HOME/lib/derbyrun.jar server start 2) MS SQL Server (for official and jtds drivers): $ podman run -itd --name pax.jdbc.sqlserver -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=PaxJdbc!(*67' -e 'MSSQL_PID=Express' \ -p 1433:1433 -d mcr.microsoft.com/mssql/server:2022-latest 3) MariaDB: $ podman run --name pax.jdbc.mariadb -p 3306:3306 -e MYSQL_ROOT_PASSWORD=paxjdbc -d mariadb 4) MySQL: $ podman run --name pax.jdbc.mysql -p 3307:3306 -e MYSQL_ROOT_PASSWORD=paxjdbc -d mysql 5) PostgreSQL: $ podman run --name pax.jdbc.postgresql -e POSTGRES_USER=paxjdbc -e POSTGRES_PASSWORD=paxjdbc -p 5432:5432 -d postgres:latest 6) Oracle (a bit unofficial): $ podman run -itd --name pax.jdbc.oracle -p 1521:1521 --privileged=true oracleinanutshell/oracle-xe-11g

Group: org.ops4j.pax.jdbc Artifact: pax-jdbc-itest
Show all versions 
 

0 downloads
Artifact pax-jdbc-itest
Group org.ops4j.pax.jdbc
Version 1.5.7
Last update 25. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies org.apache.felix.configadmin, org.apache.aries.util, org.apache.aries.transaction.manager, derby, derbynet, derbyclient, org.apache.servicemix.bundles.jasypt, org.apache.servicemix.bundles.cglib, org.apache.servicemix.bundles.c3p0,
There are maybe transitive dependencies!

voyager from group com.spotify (version 2.0.6)

Voyager is a library for performing fast approximate nearest-neighbor searches on an in-memory collection of vectors. Voyager features bindings to both Python and Java, with feature parity and index compatibility between both languages. It uses the HNSW algorithm, based on the open-source hnswlib package, with numerous features added for convenience and speed. Voyager is used extensively in production at Spotify, and is queried hundreds of millions of times per day to power numerous user-facing features.

Group: com.spotify Artifact: voyager
Show all versions Show documentation Show source 
 

0 downloads
Artifact voyager
Group com.spotify
Version 2.0.6
Last update 22. March 2024
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

parent from group dk.cloudcreate.essentials (version 0.40.6)

Essentials is a set of Java version 17 (and later) building blocks built from the ground up to have no dependencies on other libraries, unless explicitly mentioned. The Essentials philosophy is to provide high level building blocks and coding constructs that allows for concise and strongly typed code, which doesn't depend on other libraries or frameworks, but instead allows easy integrations with many of the most popular libraries and frameworks such as Jackson, Spring Boot, Spring Data, JPA, etc.

Group: dk.cloudcreate.essentials Artifact: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group dk.cloudcreate.essentials
Version 0.40.6
Last update 21. March 2024
Organization not specified
URL https://github.com/cloudcreate-dk/essentials
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

json-smart-action from group net.minidev (version 2.5.1)

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.

Group: net.minidev Artifact: json-smart-action
Show all versions Show documentation Show source 
 

11 downloads
Artifact json-smart-action
Group net.minidev
Version 2.5.1
Last update 21. March 2024
Organization Chemouni Uriel
URL https://urielch.github.io/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies json-smart,
There are maybe transitive dependencies!

json-smart from group net.minidev (version 2.5.1)

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.

Group: net.minidev Artifact: json-smart
Show all versions Show documentation Show source 
 

1181 downloads
Artifact json-smart
Group net.minidev
Version 2.5.1
Last update 21. March 2024
Organization Chemouni Uriel
URL https://urielch.github.io/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies accessors-smart,
There are maybe transitive dependencies!

wicket-core from group org.apache.wicket (version 10.0.0)

Wicket is a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level. Wicket pages can be mocked up, previewed and later revised using standard WYSIWYG HTML design tools. Dynamic content processing and form handling is all handled in Java code using a first-class component model backed by POJO data beans that can easily be persisted using your favorite technology.

Group: org.apache.wicket Artifact: wicket-core
Show all versions Show documentation Show source 
 

73 downloads
Artifact wicket-core
Group org.apache.wicket
Version 10.0.0
Last update 08. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies openjson, wicket-request, wicket-util, jdk-serializable-functional, mockito-core,
There are maybe transitive dependencies!

igrp-core-war from group cv.igrp (version 2.0.0.240307-RC2)

IGRPWeb is a platform developed by the Operational Nucleus for the Information Society (NOSi) to create web applications, based on business steps, processes, automatic code generation and incorporation of the Once-Only-Principle, written in Java. The IGRPWeb core is extremely lightweight and based on simple concepts. It's open-source and distributed under the Apache 2.0 license. Allows you to build unlimited number of e-government applications by yourself ensuring sustainability with an affordable and scalable solution on your own data.

Group: cv.igrp Artifact: igrp-core-war
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact igrp-core-war
Group cv.igrp
Version 2.0.0.240307-RC2
Last update 07. March 2024
Organization not specified
URL https://github.com/NOSiCode-CV/IGRP-Framework
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

igrp-core from group cv.igrp (version 2.0.0.240307-RC2)

IGRP Framework is a powerful and highly customizable platform developed by the Operational Nucleus for the Information Society (NOSi) to create web applications, it provides out of box, several modules to make easy to create stand-alone, production-grade web applications: authentication and access-control, business processes automation, reporting, page builder with automatic code generation and incorporation of the Once-Only-Principle, written in Java. IGRP Framework WAR - Contains some keys resources that give UI to IGRP Framework and others supports files.

Group: cv.igrp Artifact: igrp-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact igrp-core
Group cv.igrp
Version 2.0.0.240307-RC2
Last update 07. March 2024
Organization not specified
URL https://github.com/NOSiCode-CV/IGRP-Framework
License The Apache Software License, Version 2.0
Dependencies amount 32
Dependencies validation-api, jakarta.validation-api, dom4j, openhtmltopdf-core, openhtmltopdf-objects, javase, jsoup, xalan, serializer, hibernate-core, hibernate-hikaricp, postgresql, jersey-client, jersey-media-json-jackson, jersey-media-multipart, modelmapper, mapstruct, gson, json, libintl, commons-beanutils, commons-lang3, commons-text, commons-io, log4j-core, reflections, ecj, underscore, flyway-core, flyway-database-postgresql, activiti-bpmn-converter, activiti-bpmn-model,
There are maybe transitive dependencies!

portofino-s3 from group com.manydesigns (version 4.2.11)

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

0 downloads
Artifact portofino-s3
Group com.manydesigns
Version 4.2.11
Last update 06. March 2024
Organization not specified
URL https://www.manydesigns.com
License not specified
Dependencies amount 5
Dependencies portofino-base, elements, aws-java-sdk-s3, commons-codec, commons-logging,
There are maybe transitive dependencies!

portofino-openid from group com.manydesigns (version 4.2.11)

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

0 downloads
Artifact portofino-openid
Group com.manydesigns
Version 4.2.11
Last update 06. March 2024
Organization not specified
URL https://www.manydesigns.com
License not specified
Dependencies amount 3
Dependencies portofino-pageactions, openid4java, guice,
There are maybe transitive dependencies!



Page 5932 from 6003 (items total 60026)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy