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

Download JAR files tagged by javadoc with all dependencies

Search JAR files by class name

codelet from group com.github.aliteralmind (version 0.1.4.1)

**Codelet**: Automated insertion of *already unit-tested* example code (its source code, console output, and input text-files) into JavaDoc using inline taglets--Codelet makes it possible to have *always accurate documentation*.

Group: com.github.aliteralmind Artifact: codelet
Show all versions Show documentation Show source 
 

0 downloads
Artifact codelet
Group com.github.aliteralmind
Version 0.1.4.1
Last update 10. December 2014
Organization Jeff Epstein
URL https://github.com/aliteralmind/codelet
License Lesser General Public License (LGPL) version 3.0
Dependencies amount 1
Dependencies templatefeather,
There are maybe transitive dependencies!

javaparser from group com.google.code.javaparser (version 1.0.11)

This package contains a Java 1.7 Parser with AST generation and visitor support. The AST records the source code structure, javadoc and comments. Soon will be possible change the AST nodes or create new ones to modify source code like refactoring. This parser is based on Sreenivasa Viswanadha Java 1.5 parser.

Group: com.google.code.javaparser Artifact: javaparser
Show all versions Show documentation Show source 
 

55 downloads
Artifact javaparser
Group com.google.code.javaparser
Version 1.0.11
Last update 02. February 2014
Organization not specified
URL http://code.google.com/p/javaparser/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

qdox from group qdox (version 1.6.1)

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

1 downloads
Artifact qdox
Group qdox
Version 1.6.1
Last update 06. December 2006
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

YahooFinanceAPI from group de.sfuhrm (version 3.17.0)

This library provides some methods that should make it easy to communicate with the Yahoo Finance API. It allows you to request detailed information, some statistics and historical quotes on stocks. Separate functionality is available to request a simple FX quote. Please check the javadoc to get a complete overview of the available methods and to get an idea of which data is available from Yahoo Finance.

Group: de.sfuhrm Artifact: YahooFinanceAPI
Show all versions Show documentation Show source 
 

0 downloads
Artifact YahooFinanceAPI
Group de.sfuhrm
Version 3.17.0
Last update 25. June 2024
Organization not specified
URL http://financequotes-api.com
License MIT License
Dependencies amount 2
Dependencies slf4j-api, jackson-databind,
There are maybe transitive dependencies!

tlddoc from group io.github.weblegacy (version 1.4)

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: io.github.weblegacy Artifact: tlddoc
Show documentation Show source 
 

0 downloads
Artifact tlddoc
Group io.github.weblegacy
Version 1.4
Last update 19. July 2022
Organization Web-Legacy
URL https://weblegacy.github.io/tlddoc
License BSD 3-Clause "New" or "Revised" License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

YahooFinanceAPI from group com.yahoofinance-api (version 3.17.0)

This library provides some methods that should make it easy to communicate with the Yahoo Finance API. It allows you to request detailed information, some statistics and historical quotes on stocks. Separate functionality is available to request a simple FX quote. Please check the javadoc to get a complete overview of the available methods and to get an idea of which data is available from Yahoo Finance.

Group: com.yahoofinance-api Artifact: YahooFinanceAPI
Show all versions Show documentation Show source 
 

150 downloads
Artifact YahooFinanceAPI
Group com.yahoofinance-api
Version 3.17.0
Last update 17. May 2022
Organization not specified
URL http://financequotes-api.com
License MIT License
Dependencies amount 2
Dependencies slf4j-api, jackson-databind,
There are maybe transitive dependencies!

ci-springboot-parent-pom from group de.davelee (version 2.3.0)

This is a Maven Parent POM for Continuous Integration using Java with Spring Boot. It includes the standard Spring Boot Starter as Parent POM as well as the Spring Boot Test Starter POM as dependency. In addition, an analysis profile can be called which runs Surefire for JUnit Tests, measures Code Coverage using JaCoCo (version 2.x and higher) or Cobertura (version 1.1.x), generates Documentation using JavaDoc and measures Code Quality using PMD, FindBugs (version 1.1.x only) and Checkstyle.

Group: de.davelee Artifact: ci-springboot-parent-pom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ci-springboot-parent-pom
Group de.davelee
Version 2.3.0
Last update 09. September 2020
Organization not specified
URL https://www.davelee.de
License GNU General Public Licence
Dependencies amount 1
Dependencies spring-boot-starter-web,
There are maybe transitive dependencies!

trees from group de.cit-ec.tcs.alignment (version 3.1.1)

This module provides two packages, 'trees' and 'forests', which provide algorithms to compute edit distances on trees and forests (that is, unordered or ordered lists of trees) respectively. The edit distance is computed according to the tree edit distance algorithm of Zhang and Shasha (1989). The basic tree data structure is defined by the Tree interface in the trees module. Please refer to the javadoc for more detailed information.

Group: de.cit-ec.tcs.alignment Artifact: trees
Show all versions Show documentation Show source 
 

0 downloads
Artifact trees
Group de.cit-ec.tcs.alignment
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 2
Dependencies algorithms, sets,
There are maybe transitive dependencies!

maven-properties-enum-plugin from group com.googlecode.maven-properties-enum-plugin (version 1.4.0)

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: com.googlecode.maven-properties-enum-plugin Artifact: maven-properties-enum-plugin
Show all versions Show documentation Show source 
 

1 downloads
Artifact maven-properties-enum-plugin
Group com.googlecode.maven-properties-enum-plugin
Version 1.4.0
Last update 23. August 2013
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, slf4j-api, logback-classic,
There are maybe transitive dependencies!

rtext from group com.fifesoft.rtext (version 2.0.7)

RText is a powerful, cross-platform programmer's text editor written in Java. It is designed to be easy to use, highly customizable and flexible. Part of RText's design is for the source code to be simple, easy to understand, and well documented, so that other programmers can look into its inner-workings and figure out how RText ticks with ease. A good place to start (besides the source code) is the Javadoc for all classes used in the project.

Group: com.fifesoft.rtext Artifact: rtext
Show all versions Show documentation Show source 
 

4 downloads
Artifact rtext
Group com.fifesoft.rtext
Version 2.0.7
Last update 12. June 2013
Organization not specified
URL http://www.fifesoft.com/rtext/
License GNU Lesser General Public License
Dependencies amount 7
Dependencies rsyntaxtextarea, spellchecker, common, autocomplete, languagesupport, rstaui, jtidy,
There are maybe transitive dependencies!



Page 41 from 43 (items total 425)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy