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

Download JAR files tagged by description with all dependencies

Search JAR files by class name

learnlib-rpni-mdl from group de.learnlib (version 0.17.0)

This artifact provides the implementation of (a blue-fringe version of) the "regular positive negative inference" (RPNI) learning algorithm as presented in the paper "Inferring regular languages in polynomial update time" (https://dx.doi.org/10.1142/9789812797902_0004) by Jose Oncina and Pedro García using the "minimum description length" (MDL) heuristic. More details on this algorithm can be found in the book "Grammatical Inference" (https://doi.org/10.1017/CBO9781139194655) by Colin de la Higuera.

Group: de.learnlib Artifact: learnlib-rpni-mdl
Show all versions Show documentation Show source 
 

0 downloads
Artifact learnlib-rpni-mdl
Group de.learnlib
Version 0.17.0
Last update 15. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies learnlib-api, learnlib-datastructure-pta, learnlib-rpni, automata-api, automata-commons-smartcollections, automata-commons-util, automata-core, buildergen, learnlib-learner-it-support, testng,
There are maybe transitive dependencies!

autocomplete from group com.fifesoft (version 3.3.1)

AutoComplete is a library allowing you to add IDE-like auto-completion (aka "code completion" or "Intellisense") to any Swing JTextComponent. Special integration is added for RSyntaxTextArea, since this feature is commonly needed when editing source code. Features include: Drop-down completion choice list. Optional companion "description" window, complete with full HTML support and navigable with hyperlinks. Optional parameter completion assistance for functions and methods, ala Eclipse and NetBeans. Completion information is typically specified in an XML file, but can even be dynamic.

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

115 downloads
Artifact autocomplete
Group com.fifesoft
Version 3.3.1
Last update 14. January 2023
Organization not specified
URL https://github.com/bobbylight/AutoComplete
License BSD-3-Clause
Dependencies amount 1
Dependencies rsyntaxtextarea,
There are maybe transitive dependencies!

compress-maven-plugin from group com.github.eliayng (version 1.0.2)

配置监控信息,在web.xml中添加 <filter> <description>拦截获取js与css过滤</description> <filter-name>MergeFilter</filter-name> <filter-class>com.njzxw.filter.MergeFilter</filter-class> <init-param> <!-- js合并输出路径 --> <param-name>jsDir</param-name> <param-value>${js.path}</param-value> </init-param> <init-param> <!-- css合并输出路径 --> <param-name>cssDir</param-name> <param-value>${css.path}</param-value> </init-param> </filter> 同时添加一个合并js\css对应一个merge.xml,最好放置在同级,如: <merge> <group name="sss" > <js path="js/common/common.js" /> <js path="js/common/index.js" /> <css path="css/common/animate.css" /> <css path="css/common/normalize.css" /> </group> </merge> 访问项目:xxx/sss.js xxx/sss.css 同时配合maven插件: compress-maven-plugin结合使用: <plugin> <groupId>com.github.eliayng</groupId> <artifactId>compress-maven-plugin</artifactId> <version>1.0.0</version> <executions> <execution> <phase>compile</phase> <goals> <goal>compress</goal> </goals> </execution> </executions> <configuration> <skip>${skipCompress}</skip> <poolNum>50</poolNum> <jsOutDir>${jsOutDir}</jsOutDir> <cssOutDir>${cssOutDir}</cssOutDir> <!--是否监控编译class文件--> <isCompressClass>true</isCompressClass> <!-- 是否复制资源文件 --> <isResourcesCopy>true</isResourcesCopy> </configuration> </plugin>

Group: com.github.eliayng Artifact: compress-maven-plugin
Show all versions Show documentation Show source 
 

1 downloads
Artifact compress-maven-plugin
Group com.github.eliayng
Version 1.0.2
Last update 03. August 2017
Organization not specified
URL https://github.com/eliayng/compress-maven-plugin
License The Eliayng License, Version 1.0
Dependencies amount 5
Dependencies maven-plugin-api, maven-plugin-annotations, maven-project, yuicompressor, closure-compiler,
There are maybe transitive dependencies!

jopenvr from group graphics.scenery (version 1.0.5.3)

Group: graphics.scenery Artifact: jopenvr
Show documentation Show source 
 

2 downloads
Artifact jopenvr
Group graphics.scenery
Version 1.0.5.3
Last update 20. February 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies AppleJavaExtensions, jnaerator-runtime,
There are maybe transitive dependencies!

org.i3xx.step.clock from group org.i3xx.step (version 0.1.0)

A timer using the crontab syntax and additional binary input to provide a resolution of one second (1000 ms / 1000 millis / 1s). The timer uses the whiteboard pattern to notify the clients. There are only a few dependencies to commons-codec, osgi and osgi-blueprint. The bundle 'org.i3xx.step/org.i3xx.step.clockmongo' provides a store for the clock configuration based on mongodb. The additional dependency is 'org.mongodb/mongo-java-driver'. The bundle 'org.i3xx.util/org.i3xx.util.whiteboard' can be used to avoid a dependency to bundles used. In other words, your bundle can use the clock but need no dependency to the bundle 'org.i3xx.step.clock'. Take a look at the description there.

Group: org.i3xx.step Artifact: org.i3xx.step.clock
Show documentation Show source 
 

0 downloads
Artifact org.i3xx.step.clock
Group org.i3xx.step
Version 0.1.0
Last update 06. July 2015
Organization not specified
URL http://maven.apache.org
License Apache License, Version 2.0
Dependencies amount 5
Dependencies commons-codec, org.osgi.core, log4j, slf4j-api, slf4j-log4j12,
There are maybe transitive dependencies!

m2st-stylus-ext-skin from group com.anasoft.os (version 2.0)

Group: com.anasoft.os Artifact: m2st-stylus-ext-skin
Show source 
 

0 downloads
Artifact m2st-stylus-ext-skin
Group com.anasoft.os
Version 2.0
Last update 05. May 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

m2st-doxia-macros from group com.anasoft.os (version 2.0)

Group: com.anasoft.os Artifact: m2st-doxia-macros
Show documentation Show source 
 

0 downloads
Artifact m2st-doxia-macros
Group com.anasoft.os
Version 2.0
Last update 05. May 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies doxia-core, commons-io, commons-lang,
There are maybe transitive dependencies!

m2st-parent from group com.anasoft.os (version 2.0)

This project is a handy toolkit for developers and companies that use Maven 2 site generation capabilities in order to generate HTML project presentations. m2-site-tools extends the standard site plugin that comes with Maven 2 with custom macros and page template and offers many exciting features: inserting highlighted code snippets as well as parametrized HTML, Google Analytics and Google Friend Connect integration, SEO (meta-description) support and more.

Group: com.anasoft.os Artifact: m2st-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact m2st-parent
Group com.anasoft.os
Version 2.0
Last update 05. May 2011
Organization not specified
URL http://code.google.com/p/m2-site-tools/
License GNU Lesser General Public License version 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fireblocks-sdk from group com.fireblocks.sdk (version 1.1.0)

Group: com.fireblocks.sdk Artifact: fireblocks-sdk
Show all versions Show documentation Show source 
 

0 downloads
Artifact fireblocks-sdk
Group com.fireblocks.sdk
Version 1.1.0


superpom from group it.tidalwave.thesefoolishthings (version 5.2)

[![Build Status](https://drone.io/bitbucket.org/tidalwave/thesefoolishthings-superpom-src/status.png)] (https://drone.io/bitbucket.org/tidalwave/thesefoolishthings-superpom-src/latest) A feature-rich SuperPOM for building Java projects. It features: * explicit version configuration for a number of plugins; * easy configurability by means of pre-defined properties to avoid cut & copy of plugin sections. A number of profiles, that can be easily activated, are available for: * Spring-AOP configuration; * different kinds of Continuous Integration tasks, including a full run of QA tools such as JaCoCo, FindBugs, PMD, etc... * deploying WARs and locally running them with Tomcat or Jetty; * creating a Mac OS X bundle for JavaFX applications; * creating .deb packages for both application and services; * a customized release cycle, including all requirements for the Maven Central such as signing, with a 'transactional' behaviour (all artifacts, both the DSCM and the Maven artifacts are prepared on the local disk, so they can be uploaded in a second moment); Remember to customise it ------------------------ If you use it, please remember to change the ```description```,```url```, ```organization```, ```developers```, ```license```, etc... to override those related to the development of this POM.

Group: it.tidalwave.thesefoolishthings Artifact: superpom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact superpom
Group it.tidalwave.thesefoolishthings
Version 5.2
Last update 01. May 2023
Organization Tidalwave s.a.s.
URL http://tidalwave.it
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 150 from 154 (items total 1532)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy