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

Download JAR files tagged by direct with all dependencies

Search JAR files by class name

auth0client from group com.github.vanatka (version 1.0.2)

Implementation of the fragment with the ability to display indeterminate progress indicator when you are waiting for the initial dataImplementation of a TextView and all its direct/indirect subclasses with native support for the Roboto fonts, includes the brand new Roboto Slab fonts.

Group: com.github.vanatka Artifact: auth0client
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact auth0client
Group com.github.vanatka
Version 1.0.2
Last update 02. September 2014
Organization not specified
URL https://github.com/vanatka/auth0client
License The MIT License (MIT)
Dependencies amount 6
Dependencies gson, java-jwt, okhttp-urlconnection, okhttp, retrofit, appcompat-v7,
There are maybe transitive dependencies!

org.postgresql.net from group org.ancoron.postgresql (version 9.1.901.jdbc4.1-rc9)

This OSGi bundle contains classes that can be used directly within a JDBC enabled application to support direct mapping of the PostgreSQL specific data types 'inet', 'cidr' and 'macaddr'. The source code is provided by the original author Russell Francis.

Group: org.ancoron.postgresql Artifact: org.postgresql.net
Show all versions Show documentation Show source 
 

3 downloads
Artifact org.postgresql.net
Group org.ancoron.postgresql
Version 9.1.901.jdbc4.1-rc9
Last update 03. January 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies org.postgresql, junit,
There are maybe transitive dependencies!

yesevent from group org.yestech (version 2.0.0)

Java Based Event framework that can be used with a Dependency Injection system or without. Currently Spring and Guice are supported. The Framework is pluggable with implementation that support direct routing and integration of apache camel to handle the routing of events.

Group: org.yestech Artifact: yesevent
Show all versions Show documentation Show source 
 

0 downloads
Artifact yesevent
Group org.yestech
Version 2.0.0
Last update 04. December 2010
Organization YES Technology Association
URL http://yestech.org/sites/yesevent/
License LGPLv3
Dependencies amount 6
Dependencies spring, spring-beans, spring-context, slf4j-api, slf4j-jdk14, commons-lang,
There are maybe transitive dependencies!

jcalendar from group com.toedter (version 1.4)

JCalendar is a Java date chooser bean for graphically picking a date. JCalendar is composed of several other Java beans, a JDayChooser, a JMonthChooser and a JYearChooser. All these beans have a locale property, provide several icons (Color 16x16, Color 32x32, Mono 16x16 and Mono 32x32) and their own locale property editor. So they can easily be used in GUI builders. Also part of the package is a JDateChooser, a bean composed of an IDateEditor (for direct date editing) and a button for opening a JCalendar for selecting the date.

Group: com.toedter Artifact: jcalendar
Show all versions Show documentation Show source 
 

4346 downloads
Artifact jcalendar
Group com.toedter
Version 1.4
Last update 04. September 2013
Organization not specified
URL http://www.toedter.com/en/jcalendar/
License GNU LESSER GENERAL PUBLIC LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.opencms.ade.editprovider from group org.opencms.modules (version 8.5.2)

OpenCms-Module 'org.opencms.ade.editprovider'. This module contains an edit provider for the original Direct Edit which has a number of features from ADE.<br> <i>(c) 2013 by Alkacon Software GmbH (http://www.alkacon.com).</i> OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed.

Group: org.opencms.modules Artifact: org.opencms.ade.editprovider
Show all versions 
 

0 downloads
Artifact org.opencms.ade.editprovider
Group org.opencms.modules
Version 8.5.2
Last update 21. July 2013
Organization not specified
URL http://opencms.org
License GNU LESSER GENERAL PUBLIC LICENSE 2.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

javafx-deploy-lib from group com.zenjava (version 1.2)

The JavaFX Deploy Lib provides a core functionality for assembling JavaFX applications. It is build-tool independent and is intended to be used as a base to build plugins for Maven, Gradle and other third party tools. It is a direct replacement for the 'JavaFX packaging' library that comes with the JDK but without the limitations that come from being bundled in the JDK.

Group: com.zenjava Artifact: javafx-deploy-lib
Show all versions Show documentation Show source 
 

2 downloads
Artifact javafx-deploy-lib
Group com.zenjava
Version 1.2
Last update 14. February 2013
Organization not specified
URL https://github.com/zonski/javafx-deploy-lib
License GNU General Public License (GPL)
Dependencies amount 1
Dependencies velocity,
There are maybe transitive dependencies!

jmxtrans-output from group org.jmxtrans (version 272)

This module groups all different output writers. Different output writers have different dependencies. To ensure that those dependencies do not leak to other output writer, or that we can limit to number of dependencies at runtime, output writers are split into separate modules based on the dependencies they use. For example, the CloudWatch output writers depends on the AWS SDK, which is quite large and not used by any other output writer. If you only want to send metrics to Graphite, there should be no need to have the AWS SDK in your classpath at runtime. Some dependencies are also problematic. They can introduce incompatibilities. For example, a few writers are based directly on log4j or logback. This direct dependence breaks the use of SLF4J. By isolating those output writers to a specific module, we can ensure this has minimal impact.

Group: org.jmxtrans Artifact: jmxtrans-output
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jmxtrans-output
Group org.jmxtrans
Version 272
Last update 30. March 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jmxtrans-output-kafka from group org.jmxtrans (version 272)

Group: org.jmxtrans Artifact: jmxtrans-output-kafka
Show all versions Show documentation Show source 
 

4 downloads
Artifact jmxtrans-output-kafka
Group org.jmxtrans
Version 272
Last update 30. March 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies guava, kafka-clients, jmxtrans-core, jmxtrans-utils, slf4j-api,
There are maybe transitive dependencies!

jmxtrans-output-gelf from group org.jmxtrans (version 272)

Group: org.jmxtrans Artifact: jmxtrans-output-gelf
Show all versions Show documentation Show source 
 

0 downloads
Artifact jmxtrans-output-gelf
Group org.jmxtrans
Version 272
Last update 30. March 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies commons-lang, gelfclient, jmxtrans-core, jmxtrans-output-core,
There are maybe transitive dependencies!

jmxtrans-output-elastic from group org.jmxtrans (version 272)

Group: org.jmxtrans Artifact: jmxtrans-output-elastic
Show all versions Show documentation Show source 
 

0 downloads
Artifact jmxtrans-output-elastic
Group org.jmxtrans
Version 272
Last update 30. March 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies guava, jest, jmxtrans-core, jmxtrans-utils, slf4j-api,
There are maybe transitive dependencies!



Page 29 from 31 (items total 305)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy