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

Download JAR files tagged by interfaces with all dependencies

Search JAR files by class name

mrchecker-database-module from group com.capgemini.mrchecker (version 2023.10.10)

MrChecker Database Module: - based on JPA interfaces, - structure build on ORM methodology, - supports all database engines with JDBC drivers. In case of driver leak at mvn repositories, please insert drivers file into 'lib/dbdrivers' directory. Examples build on Hibernate as a JPA provider. IMPORTANT: For easy of use Lombok library was used. In case of compilation issues please apply newest Lombok plugin for your IDE.

Group: com.capgemini.mrchecker Artifact: mrchecker-database-module
Show all versions Show source 
 

0 downloads
Artifact mrchecker-database-module
Group com.capgemini.mrchecker
Version 2023.10.10
Last update 10. October 2023
Organization Capgemini - Software Solution Center
URL https://github.com/devonfw/devonfw-testing
License The Apache License, Version 2.0
Dependencies amount 4
Dependencies mrchecker-core-module, javax.persistence-api, hibernate-core, mysql-connector-j,
There are maybe transitive dependencies!

zalando-sprocwrapper from group org.zalando (version 3.2.1)

Library to make PostgreSQL stored procedures available through simple Java "*SProcService" interfaces including automatic object serialization and deserialization (using typemapper and convention-over-configuration). Supports sharding, advisory locking, statement timeouts and PostgreSQL types such as enums and hstore.

Group: org.zalando Artifact: zalando-sprocwrapper
Show all versions Show documentation Show source 
 

0 downloads
Artifact zalando-sprocwrapper
Group org.zalando
Version 3.2.1
Last update 18. October 2022
Organization Zalando SE
URL https://github.com/zalando-incubator/java-sproc-wrapper
License MIT License
Dependencies amount 11
Dependencies slf4j-api, spring-jdbc, postgresql, commons-lang, commons-beanutils, hibernate-validator, javax.el, reflections, guava, persistence-api, joda-time,
There are maybe transitive dependencies!

simplevalidation from group com.mastfrog (version 1.14.1)

This is a simple library for quickly adding validation code to Swing user-interfaces. It handles validating user input when the user changes a component's value, showing error messages and decorating components to indicate which component is the source of the problem. It contains a large number of built-in validators to handle most common situations, such as validating numbers, email addresses, urls and so forth.

Group: com.mastfrog Artifact: simplevalidation
Show all versions Show documentation Show source 
 

0 downloads
Artifact simplevalidation
Group com.mastfrog
Version 1.14.1
Last update 23. July 2022
Organization Mastfrog Technologies
URL Not specified
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cas-workflow from group org.apache.oodt (version 1.9.1)

The workflow management component of a Catalog and Archive Service. This component purposefully separates workflow repositories and workflow engines standard interfaces, and provides some out of the box backend implementations of them (including one based on the javax.sql.DataSource interface). This component provides everything that you need to execute workflows, and science processing pipelines.

Group: org.apache.oodt Artifact: cas-workflow
Show all versions Show documentation Show source 
 

0 downloads
Artifact cas-workflow
Group org.apache.oodt
Version 1.9.1
Last update 25. September 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 30
Dependencies avro, avro-ipc, commons-codec, commons-collections, commons-dbcp, httpclient, commons-io, commons-lang, commons-pool, concurrent, hsqldb, joda-time, geronimo-javamail_1.4_mail, geronimo-activation_1.1_spec, lucene-core, lucene-analyzers-common, lucene-backward-codecs, cas-cli, cas-metadata, cas-resource, oodt-commons, oodt-conf, jug, xmlrpc, jetty, jetty-util, jetty-management, slf4j-api, log4j-slf4j-impl, jul-to-slf4j,
There are maybe transitive dependencies!

cas-filemgr from group org.apache.oodt (version 1.9.1)

The file management component of a Catalog and Archive Service. This component purposefully separates data stores and metadata stores as standard interfaces, and provides some out of the box backend implementations of them (including one based on the javax.sql.DataSource interface). This component provides everything that you need to catalog, archive and manage files, and directories, and their associated metadata.

Group: org.apache.oodt Artifact: cas-filemgr
Show all versions Show documentation Show source 
 

0 downloads
Artifact cas-filemgr
Group org.apache.oodt
Version 1.9.1
Last update 25. September 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 28
Dependencies avro, avro-ipc, commons-compress, aws-java-sdk, guava, commons-cli, commons-codec, commons-collections, commons-dbcp, httpclient, commons-io, commons-pool, hsqldb, lucene-core, lucene-analyzers-common, lucene-queryparser, cas-cli, cas-metadata, oodt-commons, oodt-conf, solr-core, solr-solrj, tika-parsers, jug, xmlrpc, slf4j-api, jul-to-slf4j, log4j-slf4j-impl,
There are maybe transitive dependencies!

teapot from group dev.teapot (version 0.10.0)

Inkremental is a small library for creating reactive user interfaces. Originally inspired by React, it suits well as a view layer for MVVM or Redux design patterns. Started as a fork of Java library Anvil, it is fully rewriten in Kotlin, with many improvements pulled in and more to come!

Group: dev.teapot Artifact: teapot
Show documentation Show source 
 

0 downloads
Artifact teapot
Group dev.teapot
Version 0.10.0
Last update 27. May 2021
Organization not specified
URL https://github.com/inkremental/inkremental
License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

gt-epsg-wkt from group io.oss84.geotools (version 24.2-oss84-1)

EPSG and AUTO authority factories are defined for data.crs.CRSService. These codes are used to provide CoordinateRegerenceSystem for GCE and DataStore implementations that do not define their own native definition. Contains a Property file based CoordinateSystemAuthority (the property file is too large to be included in the main geotools release). This class will need to be ported to the new GeoAPI CoordinateReferenceSystem interfaces.

Group: io.oss84.geotools Artifact: gt-epsg-wkt
Show all versions Show documentation Show source 
 

0 downloads
Artifact gt-epsg-wkt
Group io.oss84.geotools
Version 24.2-oss84-1
Last update 21. February 2021
Organization not specified
URL Not specified
License Lesser General Public License (LGPL)
Dependencies amount 1
Dependencies gt-referencing,
There are maybe transitive dependencies!

parso from group com.epam (version 2.0.14)

Parso is a lightweight Java library designed to read SAS7BDAT datasets. The Parso interfaces are analogous to libraries designed to read table-storing files, for example, CSVReader library. Despite its small size, the Parso library is the only full-featured open-source solution to process SAS7BDAT datasets, both uncompressed, CHAR-compressed and BIN-compressed. It is effective in processing clinical and statistical data often stored in SAS7BDAT format. Parso allows converting data into CSV format.

Group: com.epam Artifact: parso
Show all versions Show documentation Show source 
 

65 downloads
Artifact parso
Group com.epam
Version 2.0.14
Last update 19. February 2021
Organization not specified
URL https://github.com/epam/parso
License Apache License v2
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

jamon_osmon from group com.jamonapi (version 2.82)

Group: com.jamonapi Artifact: jamon_osmon
Show all versions 
 

0 downloads
Artifact jamon_osmon
Group com.jamonapi
Version 2.82
Last update 17. May 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jamon_war from group com.jamonapi (version 2.82)

Group: com.jamonapi Artifact: jamon_war
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jamon_war
Group com.jamonapi
Version 2.82
Last update 17. May 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 211 from 3 (items total 2229)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy