Download JAR files tagged by want with all dependencies
oz-generic-levenshtein from group de.linuxusers.levenshtein (version 0.4.0)
YET ANOTHER IMPLEMENTATION OF LEVENSHTEIN DISTANCE
GenericLevenshtein is an implementation of Minimum Edit Distance, also called Levenshtein Distance, written by Ramon Ziai and Niels Ott. This algorithm is very popular and it is often used to compute the similarity of strings. The difference in the presented implementation is that it can operate on sequences of any Java object implementing equals(Object). So no matter if you want to compare genome sequences or sequences of numbers, or just strings, here you go!
Furthermore, the costs of the replace, insert, and delete operations can be customized by implementing the simple WeightCalculator<T> interface. In that case it is not a requirement to rely on equals(Object) as your implementation can do whatever you like it to do in oder to compare objects.
0 downloads
Artifact oz-generic-levenshtein
Group de.linuxusers.levenshtein
Version 0.4.0
Last update 11. September 2012
Organization not specified
URL http://niels.drni.de/s9y/pages/generic-levenshtein.html
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group de.linuxusers.levenshtein
Version 0.4.0
Last update 11. September 2012
Organization not specified
URL http://niels.drni.de/s9y/pages/generic-levenshtein.html
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
twip from group net.sf.twip (version 3.3)
"Tests with Parameters" allows you to simply add parameters to your JUnit test methods.
TwiP calls such methods with all possible combinations of their parameters... or at least some
reasonable subset of commonly failing values in the case of Integers, etc. You can further
reduce these values with an assume expression in an annotation, e.g. ">= 0". Alternatively you can specify a static
method or field to provide the values for your test method(s), if you want to test with other than
the default values. By using TwiP you change the semantics of your tests from existence
to for-all quantifiers, i.e. you specify "all ravens are black" instead of "Abraxas is black", "Toni is black",
etc. This moves your tests closer to an executable specification, so TwiP is a very nice addition to BDD.
Artifact twip
Group net.sf.twip
Version 3.3
Last update 31. March 2011
Organization not specified
URL http://twip.sourceforge.net/
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.sf.twip
Version 3.3
Last update 31. March 2011
Organization not specified
URL http://twip.sourceforge.net/
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
multiverse-scala from group org.multiverse (version 0.5.2)
Scala classes to allow more elegant use of Multiverse from Scala. Atm the functionality
is quite limited since not a lot of effort was put in the Scala integration. For the 0.6 release
Multiverse should be able to work with in Scala written transactional objects configured with
the Multiverse annotations. So that would reduce the need for this library, although in Scala
they want to have special Scala 'interfaces' that provide some syntactic sugar to use java collections
in Scala. So this module would be the good location for that. If anyone would like to help
improving the Multiverse/Scala integration, please don't hesitate to join.
Artifact multiverse-scala
Group org.multiverse
Version 0.5.2
Last update 26. May 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies multiverse-core, scala-library,
There are maybe transitive dependencies!
Group org.multiverse
Version 0.5.2
Last update 26. May 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies multiverse-core, scala-library,
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.
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!
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.
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!
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!
stepping from group com.imperva.stepping (version 5.1.0)
Stepping is a framework designed to ease the implementation of data processing solutions.
In use cases where we need to implement data or data-streaming algorithms or any other processing on data, we need to
first handle many different infrastructure issues.
For example, we need to decide how to split the data processing logic into different steps, think about our threading policy,
how to handle communication between the different steps, error handling etc.
One of the most important subjects is the Threading Policy of our solution. For example, we need to think how many threads
to open, have the option to distribute the processing of data to multiple 'executors' in parallel, have a thread-safe
communication layer between the threads etc.
On top of that we also care a lot about the performance of our solution, we want to make sure that the latency added by
these infrastructures is minimal as possible.
Stepping aims to handle many of these aspects so developers can spend their time on the business logic instead of
solving these infrastructure and data flow issues issues over and over again.
0 downloads
Artifact stepping
Group com.imperva.stepping
Version 5.1.0
Last update 01. July 2024
Organization not specified
URL https://github.com/imperva/stepping.git
License The Apache License, Version 2.0
Dependencies amount 6
Dependencies slf4j-simple, perf-sampler, slf4j-api, gs-core, gs-ui-swing, spring-context,
There are maybe transitive dependencies!
Group com.imperva.stepping
Version 5.1.0
Last update 01. July 2024
Organization not specified
URL https://github.com/imperva/stepping.git
License The Apache License, Version 2.0
Dependencies amount 6
Dependencies slf4j-simple, perf-sampler, slf4j-api, gs-core, gs-ui-swing, spring-context,
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
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!
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!
xapi-gwt-api from group net.wetheinter (version 0.5)
All Gwt jre emulation code goes in this module,
as well as any gwt-compiler overrides.
xapi-gwt-api.jar must come before gwt-dev.jar on your compile classpath.
A plugin is being built to automatically adjust maven runtime dependencies,
but users of ant or IDEs will need to ensure the super jar comes before
gwt-dev. We will petition gwt to accept our mods, but, until then,
if you want bleeding edge features, you gotta do bleeding edge configuration.
Code that ties directly into other modules, like java.lang.reflect for
the reflection submodule, have their super-source here, and generators or
other implementations in their own modules.
This is to maintain consistency in what is or isn't whitelisted in XApi GWT.
Some modules, like appengine, provide dependency-specific super-source
in their own packages. This module is for jre, junit and core XApi services.
0 downloads
Artifact xapi-gwt-api
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 13
Dependencies xapi-dev-source, xapi-dev-source, xapi-core-api, xapi-core-api, xapi-core-inject, xapi-core-inject, xapi-core-reflect, xapi-core-reflect, xapi-core-util, xapi-core-util, javax.inject, validation-api, validation-api,
There are maybe transitive dependencies!
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 13
Dependencies xapi-dev-source, xapi-dev-source, xapi-core-api, xapi-core-api, xapi-core-inject, xapi-core-inject, xapi-core-reflect, xapi-core-reflect, xapi-core-util, xapi-core-util, javax.inject, validation-api, validation-api,
There are maybe transitive dependencies!
antlr3-maven-plugin from group org.antlr (version 3.5.3)
This is the brand new, re-written from scratch plugin for ANTLR v3.
Previous valiant efforts all suffered from being unable to modify the ANTLR Tool
itself to provide support not just for Maven oriented things but any other tool
that might wish to invoke ANTLR without resorting to the command line interface.
Rather than try to shoe-horn new code into the existing Mojo (in fact I think that
by incorporating a patch supplied by someone I ended up with tow versions of the
Mojo, I elected to rewrite everything from scratch, including the documentation, so
that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports
such as imported grammar processing, proper support for library directories and
locating token files from generated sources, and so on.
In the end I decided to also change the the ANTLR Tool.java code so that it
would be the provider of all the things that a build tool needs, rather than
delegating things to 5 different tools. So, things like dependencies, dependency
sorting, option tracking, generating sources and so on are all folded back
in to ANTLR's Tool.java code, where they belong, and they now provide a
public interface to anyone that might want to interface with them.
One other goal of this rewrite was to completely document the whole thing
to death. Hence even this pom has more comments than funcitonal elements,
in case I get run over by a bus or fall off a cliff while skiing.
Jim Idle - March 2009
1 downloads
Artifact antlr3-maven-plugin
Group org.antlr
Version 3.5.3
Last update 10. April 2022
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
Group org.antlr
Version 3.5.3
Last update 10. April 2022
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
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>
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!
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 96 from 3 (items total 987)