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

Download JAR files tagged by main with all dependencies

Search JAR files by class name

xchange-parent from group com.gruelbox (version 4.3.19.2)

This is the public fork of XChange (https://github.com/knowm/XChange) used by Orko (https://github.com/gruelbox/orko), which is usually the development branch of XChange plus some urgent fixes. Those fixes will be or will have already been submitted to XChange as pull requests, but will not have been reviewed yet. It is not advised for other projects to track or use this fork. Please use the main project.

Group: com.gruelbox Artifact: xchange-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact xchange-parent
Group com.gruelbox
Version 4.3.19.2
Last update 16. June 2019
Organization Knowm Inc.
URL http://knowm.org/open-source/xchange
License MIT
Dependencies amount 2
Dependencies slf4j-api, javax.annotation-api,
There are maybe transitive dependencies!

xchange-acx from group com.gruelbox (version 4.3.17.1)

Group: com.gruelbox Artifact: xchange-acx
Show all versions Show documentation Show source 
 

0 downloads
Artifact xchange-acx
Group com.gruelbox
Version 4.3.17.1
Last update 01. April 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies xchange-core,
There are maybe transitive dependencies!

madura-perspectives-manager from group nz.co.senanque (version 3.4.0)

Perspectives, in this case, are snap-in applications that plug into the main application and share the login information, locale etc of the surrounding application. That means the subapplications don't have to worry about those issues and can be simpler. It also means you can construct a semi-dynamic workspace with plugged in apps that share a common look and feel (another thing that is set globally) and can even communicate with each other.

Group: nz.co.senanque Artifact: madura-perspectives-manager
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact madura-perspectives-manager
Group nz.co.senanque
Version 3.4.0
Last update 23. April 2018
Organization Prometheus Consulting
URL www.madurasoftware.com
License not specified
Dependencies amount 7
Dependencies logback-ext-spring, logback-classic, madura-perspectives-library, madura-rules, madura-vaadin-directed, hibernate-jpa-2.1-api, madura-springsecurity-login,
There are maybe transitive dependencies!

execs from group de.vandermeer (version 0.4.0)

A simple set of classes to execute programmes from the command line, without littering the code with static void main(String[] args). This package addresses the following problem: a package (or a set of packages) contain a number of tools that should be run from outside java, e.g. using a static main() method. Over time, it might (will) be hard to know (or find) all main methods.

Group: de.vandermeer Artifact: execs
Show all versions Show documentation Show source 
 

0 downloads
Artifact execs
Group de.vandermeer
Version 0.4.0
Last update 13. April 2017
Organization not specified
URL https://github.com/vdmeer/execs
License Apache 2
Dependencies amount 3
Dependencies commons-lang3, commons-cli, ST4,
There are maybe transitive dependencies!

iopower from group com.github.power-libraries (version 1.1.3)

Power Libraries is a small project to collect some repeatedly needed or otherwise useful Java 8 classes in a collection of tiny libraries. IO Power is the first and really tiny library of the Power Libraries. It contains some simple helper method for opening Input- and Outputstreams. The main purpose of IO Power is to make opening streams, readers and writers less cluttered and simple to understand.

Group: com.github.power-libraries Artifact: iopower
Show all versions Show documentation Show source 
 

0 downloads
Artifact iopower
Group com.github.power-libraries
Version 1.1.3
Last update 15. September 2016
Organization not specified
URL http://power-libraries.github.io
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

wix-oss-ci-police-aggregator from group com.wix (version 1.1.0)

The aggregator of the 'CI Police' Maven plugin, whose responsibility is to validate Wix Open Source Projects. These validations includes: * Maven POM requirements (e.g., non-blank 'artifactId') * Sonatype requiremetns (e.g., 'scm') * Wix requirements (e.g., 'organization' populated with Wix details) It is consisted two modules: one, is the main module of the plugin, and the other, is a tests module. The reason for having a tests module is that the tests actually runs the plugin. It is therefore expected to be found in Maven's local repository (at least in the local repository); hence, the separation.

Group: com.wix Artifact: wix-oss-ci-police-aggregator
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact wix-oss-ci-police-aggregator
Group com.wix
Version 1.1.0
Last update 06. June 2016
Organization wix.com
URL https://github.com/wix/wix-oss-ci-police
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

request-logger from group com.alterioncorp (version 1.1)

A servlet filter that logs requests to the log (slf4j) and writes them asynchronously to the DB. RequestLoggerFilter - logs request info to the DB RequestLoggerFilterPerfJdbc - subclass of RequestLoggerFilter that also logs time spent in JDBC using perf-jdbc RequestLoggerFilterPerfmon4J - subclass of RequestLoggerFilter that also logs time spent in JDBC using perfmon4j By default, uses the "java:/comp/env/jdbc/request-logger" data-source to log to. Can be overridden with the "com.alterion.requestlogger.jdbc.datasource-jndi" system-property. DB schemas for MS-SQL and PostgreSQL are in src/main/sql

Group: com.alterioncorp Artifact: request-logger
Show all versions Show documentation Show source 
 

0 downloads
Artifact request-logger
Group com.alterioncorp
Version 1.1
Last update 24. May 2016
Organization not specified
URL https://bitbucket.org/alitovsky/request-logger
License Apache License, Version 2.0
Dependencies amount 2
Dependencies slf4j-api, commons-io,
There are maybe transitive dependencies!

secret-store-feature-pack-resources from group org.keycloak.secretstore (version 1.0.15.Final)

This Maven module exists solely because wildfly-server-provisioning-maven-plugin is able to load the subsystem fragments (see src/main/resources/subsystem-templates/*) only from jars that are pulled by some WildFly module. Projects that have WildFly modules usually pack this kind of resources inside one of the modules' jars. Although we do not need a WildFly module to run any code, we need to have one just for the sake of loading the subsystem-templates by wildfly-server-provisioning-maven-plugin.

Group: org.keycloak.secretstore Artifact: secret-store-feature-pack-resources
Show all versions Show source 
 

0 downloads
Artifact secret-store-feature-pack-resources
Group org.keycloak.secretstore
Version 1.0.15.Final
Last update 18. April 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

runnable-war from group org.avaje.jetty (version 2.2.1)

Provides a parent pom that builds runnable war using jetty. This uses the "maven overlay approach" to put jetty, logging, servlet api and avaje-jetty-runner into the root path of the war and a manifest entry to point to the RunWar main method. The jars included in the overlays provide a set of system classes that boot and run the war.

Group: org.avaje.jetty Artifact: runnable-war
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact runnable-war
Group org.avaje.jetty
Version 2.2.1
Last update 17. April 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 29
Dependencies avaje-jetty-runner, javax.servlet-api, slf4j-api, jcl-over-slf4j, logback-classic, logback-core, jetty-webapp, jetty-xml, jetty-servlet, jetty-server, jetty-security, jetty-http, jetty-io, jetty-util, javax-websocket-server-impl, jetty-annotations, jetty-plus, jetty-jndi, javax.websocket-api, javax.annotation-api, asm, asm-commons, asm-tree, websocket-server, websocket-common, websocket-api, websocket-servlet, javax-websocket-client-impl, websocket-client,
There are maybe transitive dependencies!

xTracker from group org.bessantlab (version 2.0.1)

X-Tracker is a PSI-standards-compliant software framework for supporting mass spectrometry-based protein quantitation. Through an abstraction of the main steps involved in quantitation, X-Tracker should technically be able to support quantitation by means of all the current protocols, both at MS1 and/or MS2 level, and provide a flexible, platform-independent quantitation environment.

Group: org.bessantlab Artifact: xTracker
Show all versions Show documentation Show source 
 

0 downloads
Artifact xTracker
Group org.bessantlab
Version 2.0.1
Last update 09. March 2016
Organization not specified
URL http://x-Tracker.info
License The Apache License, Version 2.0
Dependencies amount 8
Dependencies xstream, jxl, xpp3, jmztab, Jama, jmzidentml, jmzquantml, jmzml,
There are maybe transitive dependencies!



Page 111 from 123 (items total 1227)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy