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

Download JAR files tagged by some with all dependencies

Search JAR files by class name

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!

chicory-maven-parent from group com.github.sviperll (version 0.36)

This is an umbrella project that unifies several libraries. All libraries provides some basic most generic functionality. This package is used to share generic code between more specialized projects. All provided libraries tend to have as simple implementation as possible, basically some wrapping above Java SE.

Group: com.github.sviperll Artifact: chicory-maven-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact chicory-maven-parent
Group com.github.sviperll
Version 0.36
Last update 13. September 2016
Organization not specified
URL https://github.com/sviperll/chicory
License The BSD 3-Clause License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ninja-mongodb-module from group net.binggl (version 1.0.7)

This is an easly plugable module for the Ninja web framework to work with MongoDB and optional moprhia (a MongoDB ORM) by providing convinent services, all required dependencies and some testing utilities. The original author is Sven Kubiak (https://github.com/svenkubiak). This is a recreation of the module because the orginal module/github repository was deleted.

Group: net.binggl Artifact: ninja-mongodb-module
Show all versions Show documentation Show source 
 

0 downloads
Artifact ninja-mongodb-module
Group net.binggl
Version 1.0.7
Last update 03. September 2016
Organization not specified
URL https://github.com/bihe/ninja-mongodb
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies morphia, mongo-java-driver, guava,
There are maybe transitive dependencies!

html-servlet from group cat.inspiracio (version 0.0.3)

HTMLServlet provides HTML templating with server-side javascript. HTMLServlet is a servlet that is registered on *.html. It reads the html file at the right location according to URL. It renders the file as html, executing some scripting: * ${expressions} in element bodies and attribute values * data-* attributes for conditionals, loops, local variables, and inclusion * <script> element with server-side javascript.

Group: cat.inspiracio Artifact: html-servlet
Show all versions Show documentation Show source 
 

0 downloads
Artifact html-servlet
Group cat.inspiracio
Version 0.0.3
Last update 17. August 2016
Organization not specified
URL http://www.inspiracio.cat
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies geronimo-servlet_2.5_spec, geronimo-jsp_2.0_spec, html-parser,
There are maybe transitive dependencies!

james-extensions from group org.jamesframework (version 1.2)

The JAMES extensions module is part of the JAMES framework for discrete optimization using local search metaheuristics in Java. It extends the core with additional tools for advanced problem specification and search customization. It also provides specific components for some other problem types besides subset selection (e.g. permutation problems) and an automated analysis workflow.

Group: org.jamesframework Artifact: james-extensions
Show all versions Show documentation Show source 
 

0 downloads
Artifact james-extensions
Group org.jamesframework
Version 1.2
Last update 12. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies james-core, mjson,
There are maybe transitive dependencies!

truezip-samples from group de.schlichtherle.truezip (version 7.7.10)

Sample applications to demonstrate the usage of various TrueZIP module APIs. Some of these samples use rather advanced or exotic features which makes them more complex than necessary for a typical application. By design, the sample applications use all file system drivers which can be located at runtime. Location of the available file system drivers is performed by scanning the class path - see the Javaodoc for the TrueZIP Kernel class de.schlichtherle.truezip.fs.sl.FsDriverLocator for more information.

Group: de.schlichtherle.truezip Artifact: truezip-samples
Show all versions Show documentation Show source 
 

11 downloads
Artifact truezip-samples
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies truezip-path, truezip-driver-tar, truezip-driver-tzp, truezip-driver-zip,
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!

hawkular-accounts-feature-pack-resources from group org.hawkular.accounts (version 2.0.18.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. Once Hawkular Accounts will have a subsystem or a WildFly module, the resources hosted here can move there.

Group: org.hawkular.accounts Artifact: hawkular-accounts-feature-pack-resources
Show all versions Show source 
 

0 downloads
Artifact hawkular-accounts-feature-pack-resources
Group org.hawkular.accounts
Version 2.0.18.Final
Last update 04. February 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

TOVAL from group de.invation.code (version 1.0.2)

TOVAL comprises a set of java classes for common programming issues. It includes utils for arrays, lists, sets and collections for convenient handling and modification, but also support for mathematic definitions concerning logic (clauses + resolution) together with some algorithms for permutations, powersets and resolution. Additionally it contains a number of types for multisets, matrices with object keys and much more.

Group: de.invation.code Artifact: TOVAL
Show all versions Show documentation Show source 
 

1 downloads
Artifact TOVAL
Group de.invation.code
Version 1.0.2
Last update 22. January 2016
Organization Institute of Computer Science and Social Studies, Department of Telematics
URL https://github.com/GerdHolz/TOVAL
License bsd_3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jflat from group com.tecacet (version 1.7.0)

JFlat's purpose is to convert flat files to Java Beans and vice versa. Some supported formats are CSV, fixed-width, arbitrary delimiters, and excel files. There are also tools to generate Java Beans to/from JDBC and Swing tables. JFlat is highly extensible and can be adopted to support additional formats.

Group: com.tecacet Artifact: jflat
Show documentation Show source 
 

0 downloads
Artifact jflat
Group com.tecacet
Version 1.7.0
Last update 06. December 2015
Organization TecAceT
URL http://code.google.com/p/jflat/
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies commons-beanutils, joda-time, jxl, poi, poi-ooxml, jodd-bean,
There are maybe transitive dependencies!



Page 268 from 287 (items total 2867)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy