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

Download JAR files tagged by source with all dependencies

Search JAR files by class name

scala-quickstart-archetype from group pl.org.miki (version 0.8.2)

Customizable cruft-free Scala archetype. Options: -sourceFolders: [all-in-src-java, scala-only, both-split-src]. DEFAULT: all-in-src-java. --all-in-src-java: Scala and Java code are both in src/main/java (same for test). Plays nicely with IDEs. --scala-only: only src/main/scala set up, and set as source folder. --both-split-src: both src/main/java and src/main/scala. Can play merry havock with IDEs, so not the default. -testLibrary: [scalatest, specs2, scalacheck-only, junit-only]. DEFAULT: scalatest. --scalatest: adds Scalatest AND Scalacheck AND JUnit for most of your testing needs. --specs2: adds specs2 AND Scalacheck AND JUnit. --scalacheck-junit: adds Scalacheck AND JUnit. --junit-only: adds JUnit ONLY. -scalaVersion: 2.10.x+. DEFAULT: 2.11.2. *The Scala tool version is generated automatically. *Some Scala versions may not be compatible with selected test library versions. Adjust as necessary.

Group: pl.org.miki Artifact: scala-quickstart-archetype
Show documentation Show source 
 

0 downloads
Artifact scala-quickstart-archetype
Group pl.org.miki
Version 0.8.2
Last update 26. July 2014
Organization not specified
URL https://github.com/mikkoz/java8-quickstart-archetype
License BSD 3-clause "New" or "Revised" License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.liveSense.framework.wro4j from group com.github.livesense (version 1.0.5)

liveSense WRO4J framework. WRO4J is Free and Open Source Java project which brings together almost all the modern web tools: JsHint, CssLint, JsMin, Google Closure compressor, YUI Compressor, UglifyJs, Dojo Shrinksafe, Css Variables Support, JSON Compression, Less, Sass, CoffeeScript and much more. In the same time, the aim is to keep it as simple as possible and as extensible as possible in order to be easily adapted to application specific needs.

Group: com.github.livesense Artifact: org.liveSense.framework.wro4j
Show all versions Show source 
 

0 downloads
Artifact org.liveSense.framework.wro4j
Group com.github.livesense
Version 1.0.5
Last update 01. June 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies wro4j-core, wro4j-extensions, less4j, jruby, commons-lang3, jcommander, antlr, antlr-runtime, stringtemplate,
There are maybe transitive dependencies!

deployment-client from group de.schlichtherle.glassfish (version 4.0)

This is an endorsed version of the original Deployment Client for Oracle GlassFish Open Source Edition. The purpose of the endorsement is to provide a shaded JAR which has the OSGI meta data removed because it causes the original Deployment Client to fail when used within a module running within a GlassFish container due to some class loader configuration conflicts between the container and the deployed module. This issue has been reported to the GlassFish project at https://java.net/jira/browse/GLASSFISH-20856 . It is hoped that it can get fixed so that this workaround project can get deprecated soon.

Group: de.schlichtherle.glassfish Artifact: deployment-client
Show documentation Show source 
 

0 downloads
Artifact deployment-client
Group de.schlichtherle.glassfish
Version 4.0
Last update 21. October 2013
Organization not specified
URL https://bitbucket.org/christian_schlichtherle/glassfish-deployment-client
License CDDL + GPLv2 with classpath exception
Dependencies amount 50
Dependencies common-util, core, hk2-locator, javax.inject, cglib, hk2-utils, glassfish-api, scattered-archive-api, nucleus-grizzly-all, grizzly-framework, grizzly-rcm, grizzly-portunif, grizzly-http, grizzly-http-server, grizzly-config, admin-cli, hk2, hk2-api, osgi-resource-locator, config-types, hk2-config, tiger-types, bean-validator, hk2-runlevel, class-model, mimepull, jettison, stax-api, launcher, logging, admin-util, config-api, security-services, security, ssl-impl, ldapbp-repackaged, jackson-core-asl, simple-glassfish-api, javax.enterprise.deploy-api, deployment-common, internal-api, management-api, gmbal, pfl-basic, pfl-tf, pfl-asm, pfl-dynamic, pfl-basic-tools, pfl-tf-tools, asm-all-repackaged,
There are maybe transitive dependencies!

reco4j-core from group org.reco4j (version 0.5.0)

Reco4j is an open source project aims at developing a recommendation framework based on graph data sources. We choose graph databases for several reasons. They are NoSQL databases, so "schemaless". This means that it is possible to extend the basic data structure with intermediate information, i.e. similarity value between item and so on. Moreover, since every information is expressed with properties, nodes and relations, the recommendation process can be customized to work on every graph. Reco4j can be used on every graph where "user" and "item" is represented by node and the preferences are modelled as relationship between them. Current implementation leverage on Neo4j as first graph database integrated in our framework.

Group: org.reco4j Artifact: reco4j-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact reco4j-core
Group org.reco4j
Version 0.5.0
Last update 22. September 2013
Organization not specified
URL http://www.reco4j.org
License GNU General Public License, Version 3
Dependencies amount 3
Dependencies log4j, mahout-core, commons-math3,
There are maybe transitive dependencies!

org.talend.esb.job.console from group org.talend.esb.job (version 5.2.3)

Group: org.talend.esb.job Artifact: org.talend.esb.job.console
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.talend.esb.job.console
Group org.talend.esb.job
Version 5.2.3
Last update 09. July 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies servlet-api, org.osgi.core, commons-fileupload, org.talend.esb.job.api, org.talend.esb.job.controller,
There are maybe transitive dependencies!

laf from group net.sf.squirrel-sql.plugins (version 3.5.0)

This plugin gives SQuirreLSQL client the ability to configure alternate LaFs provided by the plugin as well as others that the user can provide. All dependencies listed with a groupId of net.sf.squirrel-sql and artifactId starting with squirrelsql-lf- are externally available open-source look and feels whose project maintainers have decided to not use maven, or those which were built and maintained only before the introduction of maven. Maven's central repository policy requires any pom that is deployed there to reference only artifacts which are also hosted in central. And a project may only use the groupId that is related to that project. So, this only leaves us with one option which is to host these external third-party artifacts using our groupId. The hope is that someday these projects will start using maven and the need for this will no longer be.

Group: net.sf.squirrel-sql.plugins Artifact: laf
Show all versions Show documentation Show source 
 

2 downloads
Artifact laf
Group net.sf.squirrel-sql.plugins
Version 3.5.0
Last update 06. May 2013
Organization not specified
URL http://www.squirrelsql.org/
License GNU Lesser
Dependencies amount 14
Dependencies fw, squirrel-sql, ilf-gpl, kunstoff-laf, looks, napkinlaf, nimrod-laf, skinlf, skinlf-theme-packs, substance, swingsetthemes, tinylaf, toniclf, JTattoo,
There are maybe transitive dependencies!

xapi-template from group net.wetheinter (version 0.2)

A simple templating system for java codegen. This library includes an object-oriented, fluent source writing api, for a chained, intuitive codegen api. It also includes a template processor which can take java source files formatted with "magic comments", to allow simple mapping of GeneratorClass#generatorMethod() to inject dynamic source content. //@generateWith(GeneratorClass)// -Sets the current generator. You may use as many as you please //generatorMethod(arbitrary-string-data-you-may-want-to-parse)// -invokes the named method on the current injector, with any text (between brackets) sent as a string This allows you to markup default source with hooks where you may want to inject arbitrary code. It is especially useful for generating super-source in gwt compiles; changes to the default class are propagated to overrides.

Group: net.wetheinter Artifact: xapi-template
Show documentation Show source 
 

0 downloads
Artifact xapi-template
Group net.wetheinter
Version 0.2
Last update 20. February 2013
Organization The Internet Party
URL https://github.com/WeTheInternet/xapi-template
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.opencms.editors.fckeditor from group org.opencms.modules (version 8.5.1)

OpenCms-Module 'org.opencms.editors.fckeditor'. <p>This module adds the popular Open Source HTML editor "FCKeditor" to the OpenCms Workplace.</p> <p>Install this module if you want a WYSIWYG editor for Mozilla based browsers, Internet Explorer, Safari or Google Chrome. The version of FCKeditor is 2.6.5</p> <p><i>&copy; 2013 by Alkacon Software GmbH (http://www.alkacon.com).</i></p> 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.editors.fckeditor
Show all versions Show documentation Show source 
 

2 downloads
Artifact org.opencms.editors.fckeditor
Group org.opencms.modules
Version 8.5.1
Last update 10. February 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!

org.talend.esb.locator.init from group org.talend.esb (version 5.2.0)

Group: org.talend.esb Artifact: org.talend.esb.locator.init
Show documentation Show source 
 

0 downloads
Artifact org.talend.esb.locator.init
Group org.talend.esb
Version 5.2.0
Last update 25. October 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies zookeeper,
There are maybe transitive dependencies!

locator-rest-service from group org.talend.esb.locator.service (version 5.2.0)

Group: org.talend.esb.locator.service Artifact: locator-rest-service
Show all versions Show documentation Show source 
 

0 downloads
Artifact locator-rest-service
Group org.talend.esb.locator.service
Version 5.2.0
Last update 25. October 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies cxf-api, cxf-rt-frontend-jaxws, cxf-rt-frontend-jaxrs, locator-service-common,
There are maybe transitive dependencies!



Page 2810 from 2821 (items total 28205)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy