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

Download JAR files tagged by independent with all dependencies

Search JAR files by class name

empire-db-codegen from group org.apache.empire-db (version 3.1.0)

Group: org.apache.empire-db Artifact: empire-db-codegen
Show all versions Show documentation Show source 
 

0 downloads
Artifact empire-db-codegen
Group org.apache.empire-db
Version 3.1.0
Last update 14. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies empire-db, velocity, slf4j-reload4j,
There are maybe transitive dependencies!

empire-db-jsf2 from group org.apache.empire-db (version 3.1.0)

Group: org.apache.empire-db Artifact: empire-db-jsf2
Show all versions Show documentation Show source 
 

0 downloads
Artifact empire-db-jsf2
Group org.apache.empire-db
Version 3.1.0
Last update 14. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies empire-db, javax.servlet-api,
There are maybe transitive dependencies!

empire-db from group org.apache.empire-db (version 3.1.0)

Group: org.apache.empire-db Artifact: empire-db
Show all versions Show documentation Show source 
 

0 downloads
Artifact empire-db
Group org.apache.empire-db
Version 3.1.0
Last update 14. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies commons-beanutils, slf4j-api,
There are maybe transitive dependencies!

empire-db-parent from group org.apache.empire-db (version 3.1.0)

Apache Empire-db is an Open Source relational data persistence component which allows database vendor independent dynamic query definition as well as safe and simple data retrieval and updating. Compared to most other solutions like e.g. Hibernate, TopLink, iBATIS or JPA implementations, Empire-db takes a considerably different approach, with a special focus on compile-time safety, reduced redundancies and improved developer productivity.

Group: org.apache.empire-db Artifact: empire-db-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact empire-db-parent
Group org.apache.empire-db
Version 3.1.0
Last update 14. April 2023
Organization Apache Software Foundation
URL https://empire-db.apache.org
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

json-smart from group com.infomaximum (version 2.4.8)

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: com.infomaximum Artifact: json-smart
Show documentation Show source 
 

0 downloads
Artifact json-smart
Group com.infomaximum
Version 2.4.8
Last update 26. October 2022
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!

pdf2dom from group net.sf.cssbox (version 2.0.3)

Pdf2Dom is a PDF parser that converts the documents to a HTML DOM representation. The obtained DOM tree may be then serialized to a HTML file or further processed. The inline CSS definitions contained in the resulting document are used for making the HTML page as similar as possible to the PDF input. A command-line utility for converting the PDF documents to HTML is included in the distribution package. Pdf2Dom may be also used as an independent Java library with a standard DOM interface for your DOM-based applications or as an alternative parser for the CSSBox rendering engine in order to add the PDF processing capability to CSSBox.

Group: net.sf.cssbox Artifact: pdf2dom
Show all versions Show documentation Show source 
 

330 downloads
Artifact pdf2dom
Group net.sf.cssbox
Version 2.0.3
Last update 17. October 2022
Organization not specified
URL http://cssbox.sourceforge.net/pdf2dom
License GNU Lesser General Public License 3.0
Dependencies amount 4
Dependencies pdfbox, FontVerter, commons-io, slf4j-api,
There are maybe transitive dependencies!

jadex-serialization-xml from group org.activecomponents.jadex (version 4.0.267)

Jadex XML is an XML data binding framework for Java and also for other representations. The main idea of Jadex XML is that neither the XML-Schema on the one side nor the Java classes on the other side should define other binding. Instead, a separate mapping between both is used as a mediation. This allows designing the XML representation independent of the Java side but still being able to connect both as desired. This idea was first put forward by the JiBX data binding framework. Jadex XML pushes it further by combining it with the configuration by exception principle. The framework can detect obvious correspondences between both sides automatically and only needs configuration information when translations are necessary. The configuration information is currently specified directly in form of Java configuration classes.

Group: org.activecomponents.jadex Artifact: jadex-serialization-xml
Show all versions Show documentation Show source 
 

0 downloads
Artifact jadex-serialization-xml
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 2
Dependencies jadex-util-commons, jadex-serialization-traverser,
There are maybe transitive dependencies!

empire-db-struts2 from group org.apache.empire-db (version 2.5.1)

Group: org.apache.empire-db Artifact: empire-db-struts2
Show all versions Show documentation Show source 
 

0 downloads
Artifact empire-db-struts2
Group org.apache.empire-db
Version 2.5.1
Last update 18. January 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies empire-db, struts2-core, struts2-portlet-plugin, xwork-core, javassist, servlet-api, jsp-api, portlet-api, commons-beanutils,
There are maybe transitive dependencies!

test-drop-in-framework from group com.salesforce.cqe (version 4.1.2)

Test Drop-in Framework for Selenium WebDriver 4.1.x This repository contains these major deliverables: a) the Test Drop-in Framework, b) a WebDriver implementation offering enhanced logging capabilities, and c) the @FindByJS annotation support Provides a thin abstraction layer between the test environment and the test class plus its helpers. This makes the test code independent of the test environment, thus allowing exchange of tests between organizations or even companies. It comes with an event firing WebDriver wrapper plus corresponding interface. This allows you to implement listeners to arbitrary WebDriver activities for various purposes such as logging. Offers support of JavaScript commands to find elements in a way similar to @FindBy used on fields in Page Object classes.

Group: com.salesforce.cqe Artifact: test-drop-in-framework
Show all versions Show documentation Show source 
 

0 downloads
Artifact test-drop-in-framework
Group com.salesforce.cqe
Version 4.1.2
Last update 28. December 2021
Organization not specified
URL https://github.com/salesforce/test-drop-in-framework
License BSD 3-Clause
Dependencies amount 5
Dependencies testng, selenium-java, jackson-core, jackson-annotations, jackson-databind,
There are maybe transitive dependencies!

json-smart-mini from group net.minidev (version 1.3.2)

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-mini
Show all versions Show documentation Show source 
 

8 downloads
Artifact json-smart-mini
Group net.minidev
Version 1.3.2
Last update 04. April 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 41 from 43 (items total 429)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy