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

Download JAR files tagged by annotations with all dependencies

Search JAR files by class name

sakai-wicket-maven-archetype from group org.sakaiproject.maven-archetype (version 1.5.0)

The Sakai Wicket Maven Archetype allows you to generate a sample Sakai app via a single Maven command. The app is based on Apache Wicket which integrates nicely with Sakai. The app demonstrates how to get a Sakai tool styled, internationalised and registered, setup your own APIs, wire them up with Spring and inject them via annotations. The 1.1 and up releases also include multi database support via Spring JDBC. It could easily be used as a base for a real tool.

Group: org.sakaiproject.maven-archetype Artifact: sakai-wicket-maven-archetype
Show all versions Show source 
 

0 downloads
Artifact sakai-wicket-maven-archetype
Group org.sakaiproject.maven-archetype
Version 1.5.0
Last update 28. October 2014
Organization The Sakai Foundation
URL https://confluence.sakaiproject.org/display/BOOT/Sakai+Wicket+Maven+Archetype
License Educational Community License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

EnumToStringForCucumber from group se.comhem.cucumber.annotations (version 1.3)

Processes an enum class annotated with @GenerateCucumberString, producing a new java source file which is also compiled. The generated class has a static String field, which is the concatenation of the enum values, with delimiter, suffix and prefix as specified in the annotation. These parameters (delimiter, suffix...) can be overridden. This field can be used in any annotation (but most useful in Cucumber annotations), as it's a compile time constant value.

Group: se.comhem.cucumber.annotations Artifact: EnumToStringForCucumber
Show documentation Show source 
 

0 downloads
Artifact EnumToStringForCucumber
Group se.comhem.cucumber.annotations
Version 1.3
Last update 02. September 2014
Organization not specified
URL https://github.com/ComHem/EnumToStringForCucumber
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies guava,
There are maybe transitive dependencies!

geomajas-client-gwt2-plugin-graphicsediting-parent from group org.geomajas.plugin (version 2.1.0-M3)

Geomajas Graphics Editing plugin. The graphics editing plugin defines a set of interfaces and controllers for editing graphical objects in maps based on gwt-graphics. It can be used as a basis for annotations (based on SVG/VML elements) as well as to extend editing with operations like dragging/resizing. Geomajas is a component framework for building rich Internet applications (RIA) with sophisticated capabilities for the display, analysis and management of geographic information. It is a building block that allows developers to add maps and other geographic data capabilities to their web applications.

Group: org.geomajas.plugin Artifact: geomajas-client-gwt2-plugin-graphicsediting-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact geomajas-client-gwt2-plugin-graphicsediting-parent
Group org.geomajas.plugin
Version 2.1.0-M3
Last update 30. July 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

promises from group com.surelogic (version 5.0.0)

Provides the annotations necessary to express models of programmer design intent in Java code. Promises are supra-linguistic formal annotations to programs. Each promise has a precise meaning and constrains the implementation and evolution of the code it targets. Promises are also (typically) modular, meaning that the implementation constraint on the code of a promise is limited in scope.

Group: com.surelogic Artifact: promises
Show all versions Show documentation Show source 
 

1 downloads
Artifact promises
Group com.surelogic
Version 5.0.0
Last update 01. November 2013
Organization Surelogic, Inc.
URL http://surelogic.com/promises
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

geomajas-plugin-graphicsediting-all from group org.geomajas.plugin (version 1.0.0-M1)

Geomajas Graphics Editing plugin. The graphics editing plugin defines a set of interfaces and controllers for editing graphical objects in maps based on gwt-graphics. It can be used as a basis for annotations (based on SVG/VML elements) as well as to extend editing with operations like dragging/resizing. Geomajas is a component framework for building rich Internet applications (RIA) with sophisticated capabilities for the display, analysis and management of geographic information. It is a building block that allows developers to add maps and other geographic data capabilities to their web applications.

Group: org.geomajas.plugin Artifact: geomajas-plugin-graphicsediting-all
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact geomajas-plugin-graphicsediting-all
Group org.geomajas.plugin
Version 1.0.0-M1
Last update 11. October 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

bridge from group net.sf.btb (version 1.3.1)

Bridge to Babylon is a lightweight object relational mapper. The main goal of this library is simplicity. It is intended to be used with POJOs without the need of external XML mapping definition or any kind of annotation. This approache makes Bridge to Babylon the best compromize between simplicity (no xml mapping) and light library footprint: You don't use annotations so you don't have to deploy Bridge to Babylon along with your jars on remote clients.

Group: net.sf.btb Artifact: bridge
Show all versions Show documentation Show source 
 

0 downloads
Artifact bridge
Group net.sf.btb
Version 1.3.1
Last update 09. September 2013
Organization not specified
URL http://btb.sourceforge.net/
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

Jena-PA from group org.xenei (version 1.0.1)

Persistence Annotation for RDF (PAR) is a set of annotations and an entity manager that provides JPA like functionality on top of an RDF store while accounting for and exploiting the fundamental differences between graph storage and relational storage. PAR introduces three (3) annotations that map a RDF triple (subject, predicate, object) to a Plain Old Java Object (POJO) using Java's dynamic proxy capabilities.

Group: org.xenei Artifact: Jena-PA
Show all versions Show documentation Show source 
 

0 downloads
Artifact Jena-PA
Group org.xenei
Version 1.0.1
Last update 14. January 2013
Organization XENEI.com
URL http://sourceforge.net/p/pa4rdf/wiki/Home/
License The Apache Software License, Version 2.0
Dependencies amount 9
Dependencies commons-proxy, commons-lang3, commons-lang, junit, slf4j-api, slf4j-log4j12, cglib, jena-core, jena-arq,
There are maybe transitive dependencies!

maven-plugin from group au.net.ocean.maven.plugin (version 1.1)

Maven Plugin Tools are a library of utility classes to aid in the development and testing of plugins for Maven 2. Key features include support for Java 5 annotation based descriptor generation via an annotation extractor (available separately), and support for easier unit testing using the same Java 5 annotations and runtime dynamic proxies for parameter injection.

Group: au.net.ocean.maven.plugin Artifact: maven-plugin
Show all versions Show source 
 

0 downloads
Artifact maven-plugin
Group au.net.ocean.maven.plugin
Version 1.1
Last update 01. August 2011
Organization not specified
URL http://maven.ocean.net.au/plugin/
License The Revised BSD Licence
Dependencies amount 2
Dependencies maven-plugin-annotations, maven-plugin-api,
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!

xml-element-wrapper from group org.andromda.thirdparty.jaxb2_commons (version 1.0)

When generating XML schema from Java source code using the schemagen tool a common approach is to use the @XmlElementWrapper and @XmlElement annotations to handle schema generation for collections. However, when generating Java source from a schema using the xjc tool the resulting code is not created with these annotations. Instead, the generated Java source contains "injected" inner classes to accommodate the collection of elements contained within an element.

Group: org.andromda.thirdparty.jaxb2_commons Artifact: xml-element-wrapper
Show documentation Show source 
 

3 downloads
Artifact xml-element-wrapper
Group org.andromda.thirdparty.jaxb2_commons
Version 1.0
Last update 29. April 2010
Organization not specified
URL https://jaxb2-commons.dev.java.net/
License not specified
Dependencies amount 2
Dependencies jaxb-impl, jaxb-xjc,
There are maybe transitive dependencies!



Page 229 from 238 (items total 2375)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy