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

Download JAR files tagged by files with all dependencies

Search JAR files by class name

webpipes-rhino-test from group org.hibnet (version 0.0.3)

Webpipes is a library to manage web resources like javascript and css files which need processing before being served. It manages processing like minimization, file merging, css generation from less, linters, jsx transformation. Resources can be managed as streams from source, or regularly checked cached resources, or to be generated with an Ant task. This module contains the test for the Rhino utilities.

Group: org.hibnet Artifact: webpipes-rhino-test
Show all versions Show documentation Show source 
 

0 downloads
Artifact webpipes-rhino-test
Group org.hibnet
Version 0.0.3
Last update 28. August 2015
Organization not specified
URL https://github.com/nlalevee/webpipes
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies webpipes-rhino, junit, slf4j-simple,
There are maybe transitive dependencies!

webpipes-coffeescript-sourcemap-test from group org.hibnet (version 0.0.3)

Webpipes is a library to manage web resources like javascript and css files which need processing before being served. It manages processing like minimization, file merging, css generation from less, linters, jsx transformation. Resources can be managed as streams from source, or regularly checked cached resources, or to be generated with an Ant task. This module adds support for CoffeeScript.

Group: org.hibnet Artifact: webpipes-coffeescript-sourcemap-test
Show all versions Show documentation Show source 
 

0 downloads
Artifact webpipes-coffeescript-sourcemap-test
Group org.hibnet
Version 0.0.3
Last update 28. August 2015
Organization not specified
URL https://github.com/nlalevee/webpipes
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies webpipes-core-test, webpipes-coffeescript-sourcemap,
There are maybe transitive dependencies!

webpipes-coffeescript-sourcemap from group org.hibnet (version 0.0.3)

Webpipes is a library to manage web resources like javascript and css files which need processing before being served. It manages processing like minimization, file merging, css generation from less, linters, jsx transformation. Resources can be managed as streams from source, or regularly checked cached resources, or to be generated with an Ant task. This module adds support for CoffeeScript.

Group: org.hibnet Artifact: webpipes-coffeescript-sourcemap
Show all versions Show documentation Show source 
 

0 downloads
Artifact webpipes-coffeescript-sourcemap
Group org.hibnet
Version 0.0.3
Last update 28. August 2015
Organization not specified
URL https://github.com/nlalevee/webpipes
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies webpipes-rhino, coffee-script, source-map,
There are maybe transitive dependencies!

webpipes-rhino from group org.hibnet (version 0.0.3)

Webpipes is a library to manage web resources like javascript and css files which need processing before being served. It manages processing like minimization, file merging, css generation from less, linters, jsx transformation. Resources can be managed as streams from source, or regularly checked cached resources, or to be generated with an Ant task. This module offers the base classes to run javascript on Rhino.

Group: org.hibnet Artifact: webpipes-rhino
Show all versions Show documentation Show source 
 

0 downloads
Artifact webpipes-rhino
Group org.hibnet
Version 0.0.3
Last update 28. August 2015
Organization not specified
URL https://github.com/nlalevee/webpipes
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies webpipes-core, rhino, rjs,
There are maybe transitive dependencies!

xapi-core-reflect from group net.wetheinter (version 0.5)

All of our modules, somewhere along the way, use reflective structures wrapping java objects from various apis. Gwt uses JDT AST, Jre uses actual reflection, and our injection library uses a bytecode scanner to read in .class files. In order to abstract over the various apis we wrap, we have our own interface layer to describe java metadata, so we can create tools to utilize java structure independent of any given dependencies.

Group: net.wetheinter Artifact: xapi-core-reflect
Show all versions Show documentation Show source 
 

0 downloads
Artifact xapi-core-reflect
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 1
Dependencies xapi-core-api,
There are maybe transitive dependencies!

rxtx-rebundled from group de.root1 (version 2.1-7r2-6)

rxtx-rebundled is a slightly modified version of the original rxtx 2.1-7r2. The only difference is: 1) It's a working mavenized library 2) There's just one JAR required. Nothing else. The native libs are bundled with the jar-file. 3) You don't have to care about "java.library.path". This version will on startup extract the correct native libs to system temp folder and loads them automatically. When JVM terminates, temp files will be removed.

Group: de.root1 Artifact: rxtx-rebundled
Show all versions Show documentation Show source 
 

2 downloads
Artifact rxtx-rebundled
Group de.root1
Version 2.1-7r2-6
Last update 09. May 2015
Organization not specified
URL http://dev.root1.de/projects/rxtx-rebundled/
License GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

awake-file from group org.awake-file (version 3.0)

Awake FILE is a secure Open Source framework that allows to program very easily file uploads/downloads and RPC through http. File transfers include powerful features like file chunking and automatic recovery mechanism. Security has been taken into account from the design: server side allows to specify strong security rules in order to protect the files and to secure the RPC calls.

Group: org.awake-file Artifact: awake-file
Show all versions Show documentation Show source 
 

16 downloads
Artifact awake-file
Group org.awake-file
Version 3.0
Last update 30. March 2015
Organization KawanSoft
URL http://www.awake-file.org/
License LGPL 2.1
Dependencies amount 10
Dependencies json-simple, commons-codec, commons-fileupload, commons-logging, httpclient, httpmime, gson, commons-lang3, commons-io, jsch,
There are maybe transitive dependencies!

webpipes from group org.hibnet (version 0.0.1)

Webpipes is a library to manage web resources like javascript and css files which need processing before being served. It manages processing like minimization, file merging, css generation from less, linters, jsx transformation. Resources can be managed as streams from source, or regularly checked cached resources, or to be generated with an Ant task.

Group: org.hibnet Artifact: webpipes
Show documentation Show source 
 

0 downloads
Artifact webpipes
Group org.hibnet
Version 0.0.1
Last update 12. December 2014
Organization not specified
URL https://github.com/nlalevee/webpipes
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies ant,
There are maybe transitive dependencies!

maven-duplicate-finder-plugin from group com.ning.maven.plugins (version 1.0.9)

The maven-duplicate-class-finder-plugin is a plugin that will search for classes with the same name, as well as resources with the same path, in the classpaths of a maven project. More specifically, it will check the compile, runtime, and test classpaths for * Classes with the same qualified name in the current project and all dependencies relevant for that classpath * Files that are not class files, with the same resource path (i.e. as if it would be accessed via the classloader) in the current project and all dependencies relevant for that (Note that at the moment, the plugin does not check if the files are actually the same or not, it only looks for the same file/class name.)

Group: com.ning.maven.plugins Artifact: maven-duplicate-finder-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact maven-duplicate-finder-plugin
Group com.ning.maven.plugins
Version 1.0.9
Last update 27. September 2014
Organization not specified
URL https://github.com/ning/maven-duplicate-finder-plugin
License Apache License 2.0
Dependencies amount 9
Dependencies maven-plugin-api, maven-project, maven-model, maven-artifact, commons-lang, commons-io, commons-codec, slf4j-api, maven-plugin-log4j,
There are maybe transitive dependencies!

easy-config-maven-plugin from group com.socialbakers (version 0.4.2)

Maven plugin for small application config support. Allows you to define configuration for your application at one place and generate config files and java class. Configuration can be instantiate by var args, file config or environment variables or combination of all. TODO: - boolean opts -- is/get -- option without value true - make def enum public - static instance to access from everywhere without pass an instance

Group: com.socialbakers Artifact: easy-config-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact easy-config-maven-plugin
Group com.socialbakers
Version 0.4.2
Last update 25. August 2014
Organization not specified
URL https://github.com/fiserro/easy-config
License The Apache Software License, Version 2.0
Dependencies amount 8
Dependencies maven-plugin-api, freemarker, jdom, commons-lang3, commons-beanutils, slf4j-api, core, commons-io,
There are maybe transitive dependencies!



Page 505 from 532 (items total 5315)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy