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

Download JAR files tagged by html with all dependencies

Search JAR files by class name

ijp-toolkit_2.11 from group net.sf.ij-plugins (version 2.1.2)

<html>IJ Plugins Toolkit is a set of ImageJ plugins grouped into:<ul> <li>3D IO - import and export of data in 3D formats.</li> <li>3D Toolkit - operations on stacks interpreted as 3D images, including morphological operations.</li> <li>Color - color space conversion, color edge detection (color and multi-band images).</li> <li>Filters - fast median filters and various anisotropic diffusion filters.</li> <li>Graphics - Texture Synthesis - A plugin to perform texture synthesis using the image quilting algorithm of Efros and Freeman.</li> <li>Segmentation - image segmentation through clustering, thresholding, and region growing.</li></ul></html>

Group: net.sf.ij-plugins Artifact: ijp-toolkit_2.11
Show all versions Show documentation Show source 
 

1 downloads
Artifact ijp-toolkit_2.11
Group net.sf.ij-plugins
Version 2.1.2
Last update 17. September 2019
Organization net.sf.ij-plugins
URL https://ij-plugins.sf.net
License LGPL-2.1
Dependencies amount 4
Dependencies scala-library, commons-math3, jgoodies-binding, ij,
There are maybe transitive dependencies!

ijp-toolkit_2.10 from group net.sf.ij-plugins (version 2.1.2)

<html>IJ Plugins Toolkit is a set of ImageJ plugins grouped into:<ul> <li>3D IO - import and export of data in 3D formats.</li> <li>3D Toolkit - operations on stacks interpreted as 3D images, including morphological operations.</li> <li>Color - color space conversion, color edge detection (color and multi-band images).</li> <li>Filters - fast median filters and various anisotropic diffusion filters.</li> <li>Graphics - Texture Synthesis - A plugin to perform texture synthesis using the image quilting algorithm of Efros and Freeman.</li> <li>Segmentation - image segmentation through clustering, thresholding, and region growing.</li></ul></html>

Group: net.sf.ij-plugins Artifact: ijp-toolkit_2.10
Show all versions Show documentation Show source 
 

1 downloads
Artifact ijp-toolkit_2.10
Group net.sf.ij-plugins
Version 2.1.2
Last update 17. September 2019
Organization net.sf.ij-plugins
URL https://ij-plugins.sf.net
License LGPL-2.1
Dependencies amount 4
Dependencies scala-library, commons-math3, jgoodies-binding, ij,
There are maybe transitive dependencies!

convertapi from group io.github.kmozsi (version 24.0)

The ConvertAPI helps converting various file formats. Creating PDF and Images from various sources like Word, Excel, Powerpoint, images, web pages or raw HTML codes. Merge, Encrypt, Split, Repair and Decrypt PDF files. And many others files manipulations. In just few minutes you can integrate it into your application and use it easily. The ConvertAPI client library makes it easier to use the Convert API from your Java 8 projects without having to build your own API calls.

Group: io.github.kmozsi Artifact: convertapi
Show all versions Show documentation Show source 
 

0 downloads
Artifact convertapi
Group io.github.kmozsi
Version 24.0
Last update 24. July 2019
Organization not specified
URL https://www.convertapi.com/
License The MIT License
Dependencies amount 2
Dependencies gson, okhttp,
There are maybe transitive dependencies!

blobbase from group org.blobbase (version 1.0.0)

The ConvertAPI helps converting various file formats. Creating PDF and Images from various sources like Word, Excel, Powerpoint, images, web pages or raw HTML codes. Merge, Encrypt, Split, Repair and Decrypt PDF files. And many others files manipulations. In just few minutes you can integrate it into your application and use it easily. The ConvertAPI client library makes it easier to use the Convert API from your Java 8 projects without having to build your own API calls.

Group: org.blobbase Artifact: blobbase
Show documentation Show source 
 

0 downloads
Artifact blobbase
Group org.blobbase
Version 1.0.0
Last update 10. May 2019
Organization not specified
URL http://www.blobbase.org/
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

beigesoft-settings from group org.beigesoft (version 1.1.8)

It helps to quickly make settings for class and its fields of with properties XML. Instead of create a lot of files to describe every class and its fields it use describing by type, by name. E.g. setting "java.lang.Integer"-"INTEGER NOT NULL" will be assigned for every field of this type. Of course it can be overridden by settings for field name and so on. It is used by beige-web to describe how to render an entity and convert from HTML value. It is used by beige-orm to describe how to map an entity to a DBMS. It make simple settings - Map<String, String>, e.g. "title"-"Beige ORM 1.1", class settings Map<String, Map<String, String>>, e.g. "org.model.Customer"-["defaultOrder"-"ITSNAME", "wdgFilterOrder"-"filterOrderStd"], fields settings Map<String, Map<String, Map<String, String>>>, e.g. "org.model.Customer"-["itsId"["wdgNew"-"null", "wdgFilter"-"filterNumber"]]

Group: org.beigesoft Artifact: beigesoft-settings
Show all versions Show documentation Show source 
 

1 downloads
Artifact beigesoft-settings
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 1
Dependencies beigesoft-bcommon,
There are maybe transitive dependencies!

tagsoup from group com.github.fansu.tagsoup (version 1.0.5)

TagSoup is a SAX-compliant parser written in Java that, instead of parsing well-formed or valid XML, parses HTML as it is found in the wild: poor, nasty and brutish, though quite often far from short. TagSoup is designed for people who have to process this stuff using some semblance of a rational application design. By providing a SAX interface, it allows standard XML tools to be applied to even the worst HTML. TagSoup also includes a command-line processor that reads HTML files and can generate either clean HTML or well-formed XML that is a close approximation to XHTML.

Group: com.github.fansu.tagsoup Artifact: tagsoup
Show all versions Show documentation Show source 
 

1 downloads
Artifact tagsoup
Group com.github.fansu.tagsoup
Version 1.0.5
Last update 07. November 2018
Organization not specified
URL http://home.ccil.org/~cowan/XML/tagsoup/
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sshapi-libssh from group com.sshtools (version 1.1.2)

libssh is a C library that enables you to write a program that uses the SSH protocol. With it, you can remotely execute programs, transfer files, or use a secure and transparent tunnel for your remote programs. The SSH protocol is encrypted, ensures data integrity, and provides strong means of authenticating both the server of the client. The library hides a lot of technical details from the SSH protocol, but this does not mean that you should not try to know about and understand these details. This is the SSHAPI provider bridge for libssh, and uses JNA. Downloads and more information about libssh may be found at http://api.libssh.org/master/index.html. This library is deployed to SSHTools own Maven repository.

Group: com.sshtools Artifact: sshapi-libssh
Show all versions Show documentation Show source 
 

1 downloads
Artifact sshapi-libssh
Group com.sshtools
Version 1.1.2
Last update 16. August 2018
Organization not specified
URL ${scmWebRoot}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies sshapi-core, jna, jnaerator-runtime,
There are maybe transitive dependencies!

csv from group no.laukvik (version 0.9.3)

LaukvikCSV is a powerful API for reading, writing and querying tabular data stored in the CSV format. In contrast to other API it lets you specify data types for each column using meta data. It automatically detects delimiters so you don't have to worry about delimiters being comma, tab, pipe, semicolon etc. Run powerful queries to filter your data easily with a fluid query language thats type safe. Export your tabular data to CSV, JSON, XML and HTML.

Group: no.laukvik Artifact: csv
Show all versions Show documentation Show source 
 

0 downloads
Artifact csv
Group no.laukvik
Version 0.9.3
Last update 27. May 2017
Organization not specified
URL https://github.com/laukvik/CSV
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jaxb-booleangetter-plugin from group com.github.sanity4j (version 1.0)

JAXB 2.1.x XJC Boolean-Getter Plugin This plugin causes getter methods for Boolean Objects to be called "getXX" instead of "isXX". Downloaded from http://fisheye5.atlassian.com/browse/~raw,r=1.1/jaxb2-commons/www/boolean-getter/index.html on 18/03/10 Yiannis Paschalidis Sanity4J was created to simplify running multiple static code analysis tools on the Java projects. It provides a single entry point to run all the selected tools and produce a consolidated report, which presents all findings in an easily accessible manner.

Group: com.github.sanity4j Artifact: jaxb-booleangetter-plugin
Show documentation Show source 
 

0 downloads
Artifact jaxb-booleangetter-plugin
Group com.github.sanity4j
Version 1.0
Last update 24. May 2017
Organization The Sanity4J project
URL https://github.com/Sanity4J/Sanity4J
License GPLv3
Dependencies amount 1
Dependencies jaxb-xjc,
There are maybe transitive dependencies!

tracelytics-agent from group com.tracelytics.agent.java (version 5.0.10)

The TraceView Java instrumentation agent. Contains the required jar, configuration file and native libraries for Windows and Linux. TraceView provides application performance monitoring for Java web apps through this agent. The files contained here allow for event tracking within your application to identify latency timings between your application layers. More options can be found here: http://docs.traceview.solarwinds.com/Instrumentation/java.html#configuring-instrumentation. For other information on our Java agent please visit http://docs.traceview.solarwinds.com/Instrumentation/java.html.

Group: com.tracelytics.agent.java Artifact: tracelytics-agent
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact tracelytics-agent
Group com.tracelytics.agent.java
Version 5.0.10
Last update 07. April 2017
Organization not specified
URL https://traceview.solarwinds.com/TraceView/Java
License TraceView Java Agent License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 185 from 195 (items total 1941)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy