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

Download JAR files tagged by your with all dependencies

Search JAR files by class name

weblab-portlet from group org.ow2.weblab.portlets (version 1.2.2)

This is a generic WebLab portlet developed for the WebLab platform. It eases development if multiple events need to be handled. Please note that some libraries need to be provided by the portal. Some provided libraries are probably in the portal own libraries (javax.portlet:portlet-api, javax.servlet:servlet-api, javax.servlet:jstl and taglibs:standard). Some other need to be added by your own (for eventing), they are WebLab specific, since we encourage you to only exchange objects of the WebLab model as events (org.weblab-project.core:model, org.weblab-project.core:extended).

Group: org.ow2.weblab.portlets Artifact: weblab-portlet
Show all versions Show documentation Show source 
 

0 downloads
Artifact weblab-portlet
Group org.ow2.weblab.portlets
Version 1.2.2
Last update 10. September 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies commons-logging,
There are maybe transitive dependencies!

jutf7 from group com.beetstra.jutf7 (version 1.0.0)

This library provides UTF-7 and Modified UTF-7 Charsets for Java. Sun's default Java distribution lacks support for the UTF-7 character set. Though it is not used commonly, it is still sometimes encountered in e-mails, or applications handling e-mail. The package is written as java.nio.charset extension, which means it can be used without special installation or configuration. Just drop the jar in your classpath, and you are ready to go.

Group: com.beetstra.jutf7 Artifact: jutf7
Show documentation Show source 
 

4 downloads
Artifact jutf7
Group com.beetstra.jutf7
Version 1.0.0
Last update 25. August 2011
Organization not specified
URL http://jutf7.sourceforge.net/
License MIT license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jexample from group net.sf.jexample (version 4.4-378)

JExample is an extensions of JUnit that improves defect localizaton by changing the way you structure your tests. It introduces first-class dependencies. If test B depends on A, the return value of A can be used as B's fixture. And if A test fails, B and all other dependees of A are skipped and marked as white. We show in an empirical study that JExample improves performance and defect localization.

Group: net.sf.jexample Artifact: jexample
Show documentation Show source 
 

0 downloads
Artifact jexample
Group net.sf.jexample
Version 4.4-378
Last update 19. July 2011
Organization Software Composition Group
URL http://www.iam.unibe.ch/~scg/Research/JExample
License Common Public License Version 1.0 (CPL)
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!

jpatterns from group org.jpatterns (version 0.0.1)

Design Patterns are typically encoded into Java code in an ad-hoc fashion. They are either embedded into the names of the classes or written into the Javadocs. Unfortunately it is impossible to accurately determine a pattern based solely on the class structure without knowing the intent of the code author. JPatterns is a collection of annotations that make it easy to communicate the use of (Design)Patterns within your code to your fellow developers and your future self.

Group: org.jpatterns Artifact: jpatterns
Show documentation Show source 
 

0 downloads
Artifact jpatterns
Group org.jpatterns
Version 0.0.1
Last update 25. May 2011
Organization not specified
URL http://jpatterns.org
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

multiverse-alpha-unborn from group org.multiverse (version 0.6.2)

Contains the main Multiverse STM Implementation: the Alpha Engine. The Alpha engine supports readonly and update transactions. It also supports the retry/or else mechanism. This not the jar you want to have in your final distribution because it isn't instrumented (hence the name unborn). The jar you eventually want to have in your distribution is the multiverse-alpha jar. What this package does, is test the instrumentation for the Javaagent. The compiletime instrumentation is tested in the multiverse-alpha package (where all tests are copied and reexecuted but now with compiletime instrumentation).

Group: org.multiverse Artifact: multiverse-alpha-unborn
Show all versions Show source 
 

0 downloads
Artifact multiverse-alpha-unborn
Group org.multiverse
Version 0.6.2
Last update 15. February 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies multiverse-core, multiverse-instrumentation, multiverse-instrumentation, asm-all,
There are maybe transitive dependencies!

maven-properties-enum-plugin from group net.sf.maven-properties-enum-plugin (version 1.0.1)

Never liked hard-coding your property keys? The maven-properties-enum-plugin allows you to generate enum types, holding all valid keys including javadoc. Your advantages: * You can't access on non-existing keys as it would cause compile errors * As it's an enum, you can use your IDE's auto-completion * You'll never have to check your properties keys again * You can see the property's value in the enum field's javadoc

Group: net.sf.maven-properties-enum-plugin Artifact: maven-properties-enum-plugin

 

0 downloads
Artifact maven-properties-enum-plugin
Group net.sf.maven-properties-enum-plugin
Version 1.0.1
Last update 10. December 2010
Organization not specified
URL http://code.google.com/p/maven-properties-enum-plugin/
License Apache 2
Dependencies amount 4
Dependencies maven-project, maven-plugin-api, maven-plugin-testing-harness, log4j,
There are maybe transitive dependencies!

wstx-services from group com.sun.xml.ws (version 2.1-b15)

Metro is a high-performance, extensible, easy-to-use web service stack. It is a one-stop shop for all your web service needs, from the simplest hello world web service to reliable, secured, and transacted web service that involves .NET services. This module contains the WS-TX web service descriptors. This artifact is meant to be deployed only on top of GlassFish v3 where it enables WS-TX support if required.

Group: com.sun.xml.ws Artifact: wstx-services
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact wstx-services
Group com.sun.xml.ws
Version 2.1-b15
Last update 04. October 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies webservices-api-osgi, webservices-osgi,
There are maybe transitive dependencies!

webservices from group com.sun.xml.ws (version 2.1-b15)

Metro is a high-performance, extensible, easy-to-use web service stack. It is a one-stop shop for all your web service needs, from the simplest hello world web service to reliable, secured, and transacted web service that involves .NET services. This is the top module for the Metro project. This is the module you should depend upon by default. The Maven distribution is meant for use of Metro outside a container. For Tomcat or GlassFish please use the regular distribution with its installation scripts.

Group: com.sun.xml.ws Artifact: webservices
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact webservices
Group com.sun.xml.ws
Version 2.1-b15
Last update 04. October 2010
Organization Sun Microsystems, Inc
URL https://metro.dev.java.net/
License Dual License: CDDL 1.0 and GPL V2 with Classpath Exception
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

webservices-gfv3 from group com.sun.xml.ws (version 2.1-b15)

Metro is a high-performance, extensible, easy-to-use web service stack. It is a one-stop shop for all your web service needs, from the simplest hello world web service to reliable, secured, and transacted web service that involves .NET services. This module is exclusively meant for use in GlassFish V3 development. It is highly unlikely to work in any other environment. If you are looking for a Maven distribution of Metro, please use com.sun.xml.ws.webservices.

Group: com.sun.xml.ws Artifact: webservices-gfv3
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact webservices-gfv3
Group com.sun.xml.ws
Version 2.1-b15
Last update 04. October 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

webservices-api-src from group javax.xml (version 2.1-b15)

Metro is a high-performance, extensible, easy-to-use web service stack. It is a one-stop shop for all your web service needs, from the simplest hello world web service to reliable, secured, and transacted web service that involves .NET services. This module provides source files in order to produce Javadoc for Java EE. The set of files contained herein does not match what is in webservices-api.

Group: javax.xml Artifact: webservices-api-src
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact webservices-api-src
Group javax.xml
Version 2.1-b15
Last update 04. October 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 615 from 658 (items total 6576)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy