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

Download JAR files tagged by miscellaneous with all dependencies


image-examples-miscellaneous from group it.tidalwave.image (version 1.0-ALPHA-7)

Group: it.tidalwave.image Artifact: image-examples-miscellaneous
Show all versions Show documentation Show source 
Download image-examples-miscellaneous.jar (1.0-ALPHA-7)
 

0 downloads
Artifact image-examples-miscellaneous
Group it.tidalwave.image
Version 1.0-ALPHA-7
Last update 19. January 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies image-core, image-operations, image-contributions,
There are maybe transitive dependencies!

image-examples-histogramviewer from group it.tidalwave.image (version 1.0-ALPHA-7)

Group: it.tidalwave.image Artifact: image-examples-histogramviewer
Show all versions Show documentation Show source 
Download image-examples-histogramviewer.jar (1.0-ALPHA-7)
 

0 downloads
Artifact image-examples-histogramviewer
Group it.tidalwave.image
Version 1.0-ALPHA-7
Last update 19. January 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies image-core, image-operations, image-contributions, image-renderer, swing-layout,
There are maybe transitive dependencies!

image-examples-customoperation from group it.tidalwave.image (version 1.0-ALPHA-7)

Group: it.tidalwave.image Artifact: image-examples-customoperation
Show all versions Show documentation Show source 
Download image-examples-customoperation.jar (1.0-ALPHA-7)
 

0 downloads
Artifact image-examples-customoperation
Group it.tidalwave.image
Version 1.0-ALPHA-7
Last update 19. January 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies image-core, image-operations, image-contributions, org-openide-util-lookup,
There are maybe transitive dependencies!

image-core from group it.tidalwave.image (version 1.0-ALPHA-7)

Group: it.tidalwave.image Artifact: image-core
Show all versions Show documentation Show source 
Download image-core.jar (1.0-ALPHA-7)
 

0 downloads
Artifact image-core
Group it.tidalwave.image
Version 1.0-ALPHA-7
Last update 19. January 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies it-tidalwave-util, metadata-extractor, javax.annotation-api,
There are maybe transitive dependencies!

image-contributions from group it.tidalwave.image (version 1.0-ALPHA-7)

Group: it.tidalwave.image Artifact: image-contributions
Show all versions Show documentation Show source 
Download image-contributions.jar (1.0-ALPHA-7)
 

0 downloads
Artifact image-contributions
Group it.tidalwave.image
Version 1.0-ALPHA-7
Last update 19. January 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies image-core,
There are maybe transitive dependencies!

code-generator from group it.tidalwave.image (version 1.0-ALPHA-7)

Group: it.tidalwave.image Artifact: code-generator
Show all versions Show documentation Show source 
Download code-generator.jar (1.0-ALPHA-7)
 

0 downloads
Artifact code-generator
Group it.tidalwave.image
Version 1.0-ALPHA-7
Last update 19. January 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies antlr4, ST4,
There are maybe transitive dependencies!

reflectutils from group org.azeckoski (version 0.9.20)

A set of reflection utilities and miscellaneous utilities related to working with classes and their fields with no dependencies which is compatible with java 1.5 and generics. The package was originally created by Aaron Zeckoski for the Sakai Project and Generic DAO project but was repackaged to make it distributable by request. It is used in the RSF framework (http://www2.caret.cam.ac.uk/rsfwiki/) and the EntityBroker among other things. Note about the BeanUtils provided dependency: BeanUtils is not required if you are not using it in your project. Note about the Hibernate provided dependency: Hibernate is not required if you are not using it in your project.

Group: org.azeckoski Artifact: reflectutils
Show documentation Show source 
Download reflectutils.jar (0.9.20)
 

4 downloads
Artifact reflectutils
Group org.azeckoski
Version 0.9.20
Last update 19. April 2015
Organization not specified
URL http://code.google.com/p/reflectutils/
License Apache License 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

thesefoolishthings from group it.tidalwave.thesefoolishthings (version 4.0-ALPHA-1)

This project is a collection of miscellaneous tools shared by a number of projects of the same author. There are **simple tuples** to use with Java Streams, **type-safe maps** ([inspired by the heterogeneous map pattern](https://www.informit.com/articles/article.aspx?p=2861454&seqNum=8)) described in Effective Java by Joshua Bloch, a **finder** that handles in a smart way queries to data sources, a facility to use the **DCI (Data, Context and Interactions) architectural pattern**, a simple **message bus** suitable for using the pub-sub pattern inside an application, some **test utilities**, an **experimental actor framework** and a few other small things. The project name is a tribute to the [jazz standard with the same name](https://en.wikipedia.org/wiki/These_Foolish_Things_(Remind_Me_of_You)) by Maschwitz and Strachey.

Group: it.tidalwave.thesefoolishthings Artifact: thesefoolishthings
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact thesefoolishthings
Group it.tidalwave.thesefoolishthings
Version 4.0-ALPHA-1
Last update 29. December 2024
Organization not specified
URL https://tidalwave.bitbucket.io/thesefoolishthings/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

netbeans-color-codes-preview from group com.junichi11.netbeans.modules (version 0.13.4)

Show color codes preview per line in a sidebar area of an editor. <h2>Disable / Enable</h2> Check/Uncheck View > Show Colors <h2>Supported color patterns</h2> <ul> <li>Hex color code (e.g. #ffffff, #000)</li> <li>Css rgb/rgba values (e.g. rgb(0,0,0), rgba(255, 255, 255, 0.8))</li> <li>Css hsl/hsla values (e.g. hsl(0, 100%, 50%), hsla(120, 100%, 50%, 0.5))</li> <li>Named colors (e.g. red, blue)</li> <li>Java Color class (e.g. Color.black, new Color(100, 100, 100))</li> </ul> <h2>Multiple colors</h2> <ul> <li>Show top two colors in a sidebar if there are multiple colors in a line.</li> <li>If you want to check all colors, please click a specific rectangle. They will be shown as a list.</li> </ul> <h2>Change a color using the color chooser</h2> <ul> <li>Click a colored rectangle</li> <li>Click a color value of a list</li> <li>Select a new color in the color chooser</li> <li>An old color value will be changed to new one with the same format</li> </ul> <h2>Generate color codes</h2><p>You can generate color codes via a code generator(<kbd>Alt</kbd> + <kbd>Ins</kbd>).</p> <ol> <li>Run a code generator(Alt + Ins)</li> <li>Choose <code>Color...</code></li> <li>Choose format you expect (e.g. <code>new Color(r, g, b)</code>)</li> <li>Choose a color</li> <li>Click the OK button</li> <li>A color code is generated at the caret position</li> </ol> <h2>Options</h2> Tools > Options > Miscellaneous > Color Codes Preview <h3>Regex for enabled mime-types for Hex and CSS colors</h3> Default value is `^text/(x-)?(css|less|sass|scss)$`. If you would like to disable/enable some mime-types, please change the default regex. This pattern is used when the plugin checks a mime-type. <h3>Named Colors</h3> This option is `false` by default. If you would like to show named colors, please check it. <h2>NOTE</h2> <ul> <li>If you would like to show colors of `Color.decode(<hex>)` e.g. `Color.decode(#000000)`, Please add `java` to "Regex for enabled mime-types" of Hex and CSS e.g. (`^text/(x-)?(css|less|sass|scss|java)$`)</li> <li>Colors may be shown if they are not color codes. e.g. "#feature" contains #fea. This plugin recognizes it as a hex color code.</li> <li>If you use the GTK Look and Feel, you cannot change an alpha value in the color chooser.</li> <li>Hsl or hsla color values may not be changed correctly when you use the color chooser. (There may be 1% errors.)</li> </ul>

Group: com.junichi11.netbeans.modules Artifact: netbeans-color-codes-preview
Show all versions 
Download netbeans-color-codes-preview.jar (0.13.4)
 

0 downloads
Artifact netbeans-color-codes-preview
Group com.junichi11.netbeans.modules
Version 0.13.4
Last update 10. October 2021
Organization not specified
URL https://github.com/junichi11/netbeans-color-codes-preview
License Apache License, Version 2.0
Dependencies amount 16
Dependencies org-netbeans-api-annotations-common, org-netbeans-modules-editor-lib2, org-netbeans-modules-editor-lib, org-openide-util, org-openide-util-ui, org-netbeans-modules-editor-mimelookup, org-openide-util-lookup, org-netbeans-modules-editor-settings, org-netbeans-modules-editor, org-openide-dialogs, org-netbeans-modules-editor-fold, org-openide-text, org-netbeans-modules-options-api, org-openide-awt, org-netbeans-modules-editor-document, org-openide-modules,
There are maybe transitive dependencies!



Page 24 from 24 (items total 239)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy