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

Download JAR files tagged by within with all dependencies

Search JAR files by class name

plugin from group uk.org.retep.xmpp.xmpp (version 10.6)

Group: uk.org.retep.xmpp.xmpp Artifact: plugin
Show documentation Show source 
 

0 downloads
Artifact plugin
Group uk.org.retep.xmpp.xmpp
Version 10.6
Last update 09. June 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies annotations, jaxb,
There are maybe transitive dependencies!

schemaParent from group uk.org.retep.xmpp.xmpp (version 10.6)

This part of the project contains the core api, xml schemas for each supported xmpp protocol and the jaxb generated code. Because this section rarely changes (i.e. when a new protocol is added or when an existing protocol is updated by the XMPP Standards Foundation its usually not required to actually build from this directory but allow maven to retrieve the pre-built artifacts instead. Doing this will save you a lot of time as there are over 100 modules within this part of the project.

Group: uk.org.retep.xmpp.xmpp Artifact: schemaParent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact schemaParent
Group uk.org.retep.xmpp.xmpp
Version 10.6
Last update 09. June 2010
Organization not specified
URL Not specified
License not specified
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!

apacheds-jdbm-store from group org.apache.directory.server (version 1.5.7)

A JDBM entry store which does not have any dependency on core interfaces. The JDBM partition will use this store and build on it to adapt this to server specific partition interfaces. Having this separate module without dependencies on core interfaces makes it easier to avoid cyclic dependencies between modules. This is especially important for use within the bootstrap plugin which needs to build the schema partition used for bootstrapping the server.

Group: org.apache.directory.server Artifact: apacheds-jdbm-store
Show all versions Show documentation Show source 
 

0 downloads
Artifact apacheds-jdbm-store
Group org.apache.directory.server
Version 1.5.7
Last update 02. April 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies apacheds-i18n, apacheds-jdbm, apacheds-core-entry, apacheds-core-avl,
There are maybe transitive dependencies!

jslint from group com.jslint (version 2007-10-25)

JSLint takes a JavaScript source and scans it. If it finds a problem, it returns a message describing the problem and an approximate location within the source. The problem is not necessarily a syntax error, although it often is. JSLint looks at some style conventions as well as structural problems. It does not prove that your program is correct. It just provides another set of eyes to help spot problems.

Group: com.jslint Artifact: jslint

 

0 downloads
Artifact jslint
Group com.jslint
Version 2007-10-25
Last update 11. November 2007
Organization not specified
URL http://www.jslint.com
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

tlddoc from group taglibrarydoc (version 1.3)

Tag Library Documentation Generator is a utility for automatically generating javadoc-style documentation for JavaServer Pages (JSP) Technology Tag Libraries. It accepts a set of tag libraries as input, and generates a set of HTML files as output. It can also be used to generate tag library documentation for JavaServer Faces UI components. Included in the output is a full description of each defined tag library, the tags contained within those tag libraries, and how to use those tags.

Group: taglibrarydoc Artifact: tlddoc
Show all versions Show source 
 

1 downloads
Artifact tlddoc
Group taglibrarydoc
Version 1.3
Last update 31. January 2006
Organization sun
URL http://taglibrarydoc.dev.java.net
License BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

infinispan-spring5-remote from group org.infinispan (version 14.0.28.Final)

Group: org.infinispan Artifact: infinispan-spring5-remote
Show all versions Show documentation Show source 
 

0 downloads
Artifact infinispan-spring5-remote
Group org.infinispan
Version 14.0.28.Final
Last update 19. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies infinispan-core, infinispan-client-hotrod, infinispan-spring5-common,
There are maybe transitive dependencies!

infinispan-spring5-embedded from group org.infinispan (version 14.0.28.Final)

Group: org.infinispan Artifact: infinispan-spring5-embedded
Show all versions Show documentation Show source 
 

0 downloads
Artifact infinispan-spring5-embedded
Group org.infinispan
Version 14.0.28.Final
Last update 19. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies infinispan-component-processor, infinispan-core, infinispan-spring5-common,
There are maybe transitive dependencies!

infinispan-spring5-common from group org.infinispan (version 14.0.28.Final)

Group: org.infinispan Artifact: infinispan-spring5-common
Show all versions Show documentation Show source 
 

0 downloads
Artifact infinispan-spring5-common
Group org.infinispan
Version 14.0.28.Final
Last update 19. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies infinispan-commons, protostream-processor,
There are maybe transitive dependencies!

infinispan-spring5-parent from group org.infinispan (version 14.0.28.Final)

The Infinispan Spring Integration project provides Spring integration for Infinispan, a high performance distributed cache. Its primary features are * An implementation of org.springframework.cache.CacheManager, Spring's central caching abstraction, backed by Infinispan's EmbeddedCacheManager. To be used if your Spring-powered application and Infinispan are colocated, i.e. running within the same VM. * An implementation of org.springframework.cache.CacheManager backed by Infinispan's RemoteCacheManager. To bes used if your Spring-powered application accesses Infinispan remotely, i.e. over the network. * An implementation of org.springframework.cache.CacheManager backed by a CacheContainer reference. To be used if your Spring- powered application needs access to a CacheContainer defined outside the application (e.g. retrieved from JNDI) * Spring namespace support allowing shortcut definitions for all the components above In addition, Infinispan Spring Integration offers various FactoryBeans for facilitating creation of Infinispan core classes - Cache, CacheManager, ... - within a Spring context.

Group: org.infinispan Artifact: infinispan-spring5-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact infinispan-spring5-parent
Group org.infinispan
Version 14.0.28.Final
Last update 19. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 103 from 111 (items total 1105)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy