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

Download JAR files tagged by specific with all dependencies

Search JAR files by class name

weblab-facet from group org.ow2.weblab.portlets (version 1.3.1)

Group: org.ow2.weblab.portlets Artifact: weblab-facet
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact weblab-facet
Group org.ow2.weblab.portlets
Version 1.3.1
Last update 19. September 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies rdf-helper-jena-selection, rdf-helper-jena, bean-helper-spring,
There are maybe transitive dependencies!

parent from group org.ow2.weblab.portlets (version 1.2.2)

This is a generic parent POM for some portlet developed for the WebLab platform by EADS team members. For some needs we developed the Abstract WebLab Portlet. It eases development if multiple events need to be handled. If you do not need these functionalities, please consider using an other parent POM for you portlet instead of this POM. 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: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
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 0
Dependencies No dependencies
There are maybe transitive dependencies!

rome from group rome (version 1.0)

All Roads Lead to ROME. ROME is a set of Atom/RSS Java utilities that make it easy to work in Java with most syndication formats. Today it accepts all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0), Atom 0.3 and Atom 1.0 feeds. Rome includes a set of parsers and generators for the various flavors of feeds, as well as converters to convert from one format to another. The parsers can give you back Java objects that are either specific for the format you want to work with, or a generic normalized SyndFeed object that lets you work on with the data without bothering about the underlying format.

Group: rome Artifact: rome
Show all versions Show documentation Show source 
 

17 downloads
Artifact rome
Group rome
Version 1.0
Last update 20. May 2010
Organization Sun Microsystems
URL https://rome.dev.java.net/
License not specified
Dependencies amount 1
Dependencies jdom,
There are maybe transitive dependencies!

rome from group net.java.dev.rome (version 1.0.0)

All Roads Lead to ROME. ROME is a set of Atom/RSS Java utilities that make it easy to work in Java with most syndication formats. Today it accepts all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0), Atom 0.3 and Atom 1.0 feeds. Rome includes a set of parsers and generators for the various flavors of feeds, as well as converters to convert from one format to another. The parsers can give you back Java objects that are either specific for the format you want to work with, or a generic normalized SyndFeed object that lets you work on with the data without bothering about the underlying format.

Group: net.java.dev.rome Artifact: rome
Show documentation Show source 
 

10 downloads
Artifact rome
Group net.java.dev.rome
Version 1.0.0
Last update 17. April 2010
Organization ROME Project
URL https://rome.dev.java.net/
License Apache 2
Dependencies amount 1
Dependencies jdom,
There are maybe transitive dependencies!

xmlwriter from group xmlwriter (version 2.2.2)

A great way to output Xml. Far easier to code with than painful DOM or SAX like solutions and much nicer in terms of speed and memory usage. <br/> <br/> While XmlWriter contains its own xml outputter, it has the ability to sit on top of other core Xml writing products, such as <a href="http://xmlenc.sf.net/">XmlEnc</a>. In addition, the user may layer <a href="Optional.html">other functionalities</a> on top of the core writing, such as on the fly schema checking, date/number formatting, specific empty-element handling and pretty-printing.

Group: xmlwriter Artifact: xmlwriter
Show all versions Show documentation Show source 
 

0 downloads
Artifact xmlwriter
Group xmlwriter
Version 2.2.2
Last update 02. January 2008
Organization OSJava
URL http://www.osjava.org/xmlwriter/
License not specified
Dependencies amount 3
Dependencies xmlenc, isorelax, junit,
There are maybe transitive dependencies!

rapiddweller-benerator-ce from group com.rapiddweller (version 3.2.1-jdk-11)

rapiddweller 'Benerator' is a software solution to generate, anonymize, pseudonymize and migrate data for development, testing and training purposes. rapiddweller 'Benerator' is easy to learn, integrates into CI Tools like Jenkins and Gitlab CI and allows to create data models on the most abstract level. rapiddweller 'Benerator' allows creating realistic and valid high-volume test data, used for testing (unit/integration/load) and showcase setup. Metadata constraints are imported from systems and/or configuration files. Data can imported from and exported to files and systems, anonymized or generated from scratch. Domain packages provide reusable generators for creating domain-specific data as names and addresses internationalizable in language and region. It is strongly customizable with plugins and configuration options. rapiddweller 'Benerator' is build for Java 1.8 and Java 11. The development is ongoing for Java 11.

Group: com.rapiddweller Artifact: rapiddweller-benerator-ce
Show all versions Show documentation Show source 
 

0 downloads
Artifact rapiddweller-benerator-ce
Group com.rapiddweller
Version 3.2.1-jdk-11
Last update 02. February 2024
Organization rapiddweller GmbH
URL https://www.benerator.de
License GNU Public License
Dependencies amount 25
Dependencies vertica-jdbc, rd-lib-common, rd-lib-format, rd-lib-jdbacl, rd-lib-script, validation-api, junit, javassist, slf4j-api, log4j-slf4j-impl, log4j-api, log4j-core, freemarker, js-scriptengine, js, graal-sdk, xml-apis, jaxb-api, jsr305, datafaker, commons-compress, commons-io, snakeyaml, generex, automaton,
There are maybe transitive dependencies!

r6-generator from group io.github.terminological (version 0.5.6)

R can use RJava or jsr223 to communicate with java. R also has a class system called R6. If you want to use a java library with native rJava or jsr223 in R there is potentially a lot of glue code needed, and R library specific packaging configuration required. However if you don't mind writing an R-centric API in Java you can generate all of this glue code using a few java annotations and the normal javadoc annotations. This plugin aims to provide an annotation processor that writes that glue code and creates a fairly transparent connection between Java code and R code, with a minimum of hard work. The focus of this is streamlining the creation of R libraries by Java developers, rather than allowing access to arbitrary Java code from R. The ultimate aim of this plugin to allow java developers to provide simple APIs for their libraries, package their library using Maven, push it to github and for that to become seamlessly available as an R library, with a minimal amount of fuss. A focus is on trying to produce CI ready libraries tested with Github workflows and ready for CRAN submission.

Group: io.github.terminological Artifact: r6-generator
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact r6-generator
Group io.github.terminological
Version 0.5.6
Last update 26. September 2022
Organization not specified
URL https://github.com/terminological/r6-generator
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

luzzu-webapp from group io.github.luzzu (version 4.0.0)

Group: io.github.luzzu Artifact: luzzu-webapp
Show documentation Show source 
 

0 downloads
Artifact luzzu-webapp
Group io.github.luzzu
Version 4.0.0
Last update 26. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies luzzu-semantics, commons-codec, luzzu-highlevel-operations, guava, jackson-mapper-asl, jackson-core-asl,
There are maybe transitive dependencies!

luzzu-annotations from group io.github.luzzu (version 4.0.0)

Group: io.github.luzzu Artifact: luzzu-annotations
Show documentation Show source 
 

0 downloads
Artifact luzzu-annotations
Group io.github.luzzu
Version 4.0.0
Last update 26. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies luzzu-semantics, luzzu-assessment, luzzu-lowlevel-operations,
There are maybe transitive dependencies!

luzzu-assessment from group io.github.luzzu (version 4.0.0)

Group: io.github.luzzu Artifact: luzzu-assessment
Show documentation Show source 
 

0 downloads
Artifact luzzu-assessment
Group io.github.luzzu
Version 4.0.0
Last update 26. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies luzzu-semantics, luzzu-lowlevel-operations, luzzu-ld-qualitymetrics-commons,
There are maybe transitive dependencies!



Page 175 from 181 (items total 1801)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy