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

Download JAR files tagged by comments with all dependencies

Search JAR files by class name

providers from group org.sakaiproject.entitybroker (version 10.7)

Group: org.sakaiproject.entitybroker Artifact: providers
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact providers
Group org.sakaiproject.entitybroker
Version 10.7
Last update 22. April 2016
Organization Sakai Project
URL Not specified
License not specified
Dependencies amount 11
Dependencies entitybroker-api, entitybroker-utils, sakai-privacy-api, reflectutils, spring-core, spring-beans, servlet-api, mail, sakai-kernel-api, sakai-component-manager, sakai-kernel-util,
There are maybe transitive dependencies!

yuicompressor from group com.yahoo.platform.yui (version 2.4.8)

The YUI Compressor is a JavaScript compressor which, in addition to removing comments and white-spaces, obfuscates local variables using the smallest possible variable name. This obfuscation is safe, even when using constructs such as 'eval' or 'with' (although the compression is not optimal is those cases) Compared to jsmin, the average savings is around 20%.

Group: com.yahoo.platform.yui Artifact: yuicompressor
Show all versions Show documentation Show source 
 

163 downloads
Artifact yuicompressor
Group com.yahoo.platform.yui
Version 2.4.8
Last update 21. September 2014
Organization not specified
URL http://developer.yahoo.com/yui/compressor/
License BSD License
Dependencies amount 1
Dependencies js,
There are maybe transitive dependencies!

entitybroker-assembly from group org.sakaiproject.entitybroker (version 1.5.3)

Group: org.sakaiproject.entitybroker Artifact: entitybroker-assembly
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact entitybroker-assembly
Group org.sakaiproject.entitybroker
Version 1.5.3
Last update 21. August 2013
Organization Sakai Project
URL Not specified
License not specified
Dependencies amount 4
Dependencies entitybroker-api, entitybroker-pack, direct, providers,
There are maybe transitive dependencies!

htmlcompressor from group com.googlecode.htmlcompressor (version 1.5.2)

HtmlCompressor is a small, fast and very easy to use Java library that minifies given HTML or XML source by removing extra whitespaces, comments and other unneeded characters without breaking the content structure. As a result pages become smaller in size and load faster. A command-line version of the compressor is also available.

Group: com.googlecode.htmlcompressor Artifact: htmlcompressor
Show all versions Show documentation Show source 
 

8 downloads
Artifact htmlcompressor
Group com.googlecode.htmlcompressor
Version 1.5.2
Last update 09. October 2011
Organization Sergiy Kovalchuk
URL http://code.google.com/p/htmlcompressor/
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

tddoc from group com.agical.rmock (version 2.0.0)

TDDoc aims to simplify the documentation of testdriven projects by utilizing comments, values and more in the testcases to generate documentation. This release of TDDoc was used to create the documentation for the RMock project. The PDF documentation is made from a generated DocBook XML file. The integrated Maven HTML documentation was made from a generated XDoc file. The documentation for TDDoc is ironically not very extensive, but the source from the Documentation project can serve as a big code example.

Group: com.agical.rmock Artifact: tddoc

 

0 downloads
Artifact tddoc
Group com.agical.rmock
Version 2.0.0
Last update 12. May 2007
Organization not specified
URL http://rmock.sourceforge.net
License not specified
Dependencies amount 2
Dependencies velocity, rmock,
There are maybe transitive dependencies!

adif-processor from group uk.m0nom (version 1.4.10)

ADIF Processor visualizes contacts in your input file on Google Earth. It generates a Google Earth Project file, also known as a KML file, with a visualization of each contact in the ADIF/SOTA CSV input file where station locations can be determined. It parses structured tags in comments to enrich the correct ADIF output file. QRZ.com is used to determine station locations and provide additional information in the ADIF output file. The markdown/text file output contains a listing of contacts. The processor contains activity databases for the main outdoor activities such as SOTA, POTA, GMA, HEMA etc.

Group: uk.m0nom Artifact: adif-processor
Show all versions Show documentation Show source 
 

0 downloads
Artifact adif-processor
Group uk.m0nom
Version 1.4.10
Last update 14. July 2024
Organization not specified
URL https://github.com/urbancamo/adif-processor
License Apache License, Version 2.0
Dependencies amount 31
Dependencies spring-boot-starter-data-jpa, aws-java-sdk-s3, jakarta.servlet-api, logback-classic, logback-core, snakeyaml, guava, spring-boot-starter, predict4java, geodesy, nominatim-api, GeographicLib-Java, javaapiforkml, argparse4j, jakarta.xml.bind-api, jaxb-impl, jaxb-runtime, okhttp, commons-csv, commons-lang3, commons-io, eo-yaml, jakarta.activation-api, lombok, httpclient, thymeleaf, maven-gpg-plugin, maven-core, maven-shared-utils, maven-settings, spring-boot-autoconfigure,
There are maybe transitive dependencies!

ziggurat from group org.cicirello (version 1.1.0)

Java implementation of the Ziggurat algorithm for generating Gaussian distributed pseudorandom numbers. The Ziggurat algorithm is significantly faster than the more commonly encountered Polar method, and has some other desirable statistical properties. The ZigguratGaussian class is a Java port of the GNU Scientific Library's C implementation (Voss, 2005) of the Ziggurat method. In porting to Java, we have made several optimizations, the details of which can be found in the source code comments, which highlights any differences between this Java implementation and the C implementation on which it is based. This package also includes an implementation of the Polar Method, included to enable comparing speed advantage of the Ziggurat algorithm.

Group: org.cicirello Artifact: ziggurat
Show all versions Show documentation Show source 
 

0 downloads
Artifact ziggurat
Group org.cicirello
Version 1.1.0
Last update 31. May 2024
Organization Cicirello.Org
URL https://github.com/cicirello/ZigguratGaussian
License GPL-3.0-or-later
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

version-edit-plugin from group com.soerensen.maven.plugins (version 0.0.1)

This tool allows setting the version number of a specified dependency in a given Maven pom.xml file. All original comments and formatting will be kept. Usage example: mvn com.soerensen.maven.plugins:version-edit-plugin:1.0.1:setDependencyVersion -DpomFile="pom.xml" -Dgavtc="commons-io:commons-io:4.8.0" mvn com.soerensen.maven.plugins:version-edit-plugin:0.0.1:setPropertyDependencyVersion -DpropertyFile="test.property" -Dkey="junit_junit" -Dvalue="24.0.0" gavtc -> groupId:artifactId:version:type*:classifier* * optional Extra property: - noBackupFile (default:false), used to ignore the creation of a backup file.

Group: com.soerensen.maven.plugins Artifact: version-edit-plugin
Show documentation 
 

0 downloads
Artifact version-edit-plugin
Group com.soerensen.maven.plugins
Version 0.0.1
Last update 29. April 2019
Organization not specified
URL https://www.soerensen.com
License Apache License, Version 2.0
Dependencies amount 2
Dependencies maven-plugin-api, maven-plugin-annotations,
There are maybe transitive dependencies!

annotation from group com.groupdocs (version 1.3.0)

GroupDocs.Annotation lets you add notes to PDF and Word documents, as well as to image files – all directly from a web browser. It is a convenient web-based tool that doesn’t require any software installation and allows you and your colleagues to annotate documents online. Moreover, with GroupDocs.Annotation, you can add your notes to a document and then send it for approval or review, or share the document with others for online collaborative review in real-time. This way you get feedback faster and can keep everyone’s notes and comments in a single file.

Group: com.groupdocs Artifact: annotation
Show all versions Show documentation Show source 
 

0 downloads
Artifact annotation
Group com.groupdocs
Version 1.3.0
Last update 09. June 2014
Organization not specified
URL http://maven.apache.org
License GroupDocs License, Version 1.0
Dependencies amount 4
Dependencies viewer, sqlite-jdbc, gson, atmosphere-runtime,
There are maybe transitive dependencies!

xapi-template from group net.wetheinter (version 0.2)

A simple templating system for java codegen. This library includes an object-oriented, fluent source writing api, for a chained, intuitive codegen api. It also includes a template processor which can take java source files formatted with "magic comments", to allow simple mapping of GeneratorClass#generatorMethod() to inject dynamic source content. //@generateWith(GeneratorClass)// -Sets the current generator. You may use as many as you please //generatorMethod(arbitrary-string-data-you-may-want-to-parse)// -invokes the named method on the current injector, with any text (between brackets) sent as a string This allows you to markup default source with hooks where you may want to inject arbitrary code. It is especially useful for generating super-source in gwt compiles; changes to the default class are propagated to overrides.

Group: net.wetheinter Artifact: xapi-template
Show documentation Show source 
 

0 downloads
Artifact xapi-template
Group net.wetheinter
Version 0.2
Last update 20. February 2013
Organization The Internet Party
URL https://github.com/WeTheInternet/xapi-template
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 13 from 14 (items total 132)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy