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

Download JAR files tagged by version with all dependencies

Search JAR files by class name

learnlib-rpni 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. More details on the blue-fringe version of 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
Show all versions Show documentation Show source 
 

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

properties-maven-plugin from group org.infrastructurebuilder.maven (version 1.2.1.0-ib)

The Properties Maven Plugin is here to make life a little easier when dealing with properties. It provides goals to read and write properties from files. This was forked from the original properties-maven-plugin to fix issue mojohaus/properties-maven-plugin#30. For RELEASED IB Versions prior to 1.2.0.1, see [the original forked repo](https://github.com/infrastructurebuilder/archived-properties-maven-plugin) Note that the IB version might be released ahead or behind the mojohaus version.

Group: org.infrastructurebuilder.maven Artifact: properties-maven-plugin
Show all versions Show documentation 
 

0 downloads
Artifact properties-maven-plugin
Group org.infrastructurebuilder.maven
Version 1.2.1.0-ib
Last update 20. September 2023
Organization not specified
URL https://www.mojohaus.org/properties-maven-plugin
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies plexus-utils, plexus-sec-dispatcher, json, json-flattener, aws-java-sdk, tomlj,
There are maybe transitive dependencies!

net.twisterrob.gradle.plugin.android-app.gradle.plugin from group net.twisterrob.gradle.plugin.android-app (version 0.16)

TWiStErRob's Convention plugin for Android applications. Various utilities and setup for minimal configuration of apps. Features: * Automatic singing based on conventional names. * Automatic minification setup including common rules. * Automatic versioning based on version.properties and VCS. * Rename APK file name to contain more information. * Release artifact generation (ZIP including APK and other files).

Group: net.twisterrob.gradle.plugin.android-app Artifact: net.twisterrob.gradle.plugin.android-app.gradle.plugin
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact net.twisterrob.gradle.plugin.android-app.gradle.plugin
Group net.twisterrob.gradle.plugin.android-app
Version 0.16
Last update 25. July 2023
Organization not specified
URL https://github.com/TWiStErRob/net.twisterrob.gradle
License Unlicense
Dependencies amount 1
Dependencies twister-convention-plugins,
There are maybe transitive dependencies!

it-univr-bcel from group it.univr.bcel (version 1.2.1)

BCEL utilities for inferring types in Java bytecode and for recomputing stack maps for a method. A stack map is compulsory from Java bytecode version 50 and higher. It specifies types at specific program points, ie., at targets of jumps. Compilers generate code with stack map tables, but code instrumentation might invalidate them. These utilities allow one to recompute stack map tables after code instrumentation with the BCEL library for bytecode instrumentation.

Group: it.univr.bcel Artifact: it-univr-bcel
Show all versions Show documentation Show source 
 

0 downloads
Artifact it-univr-bcel
Group it.univr.bcel
Version 1.2.1
Last update 08. May 2023
Organization not specified
URL https://github.com/spoto/it-univr-bcel
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies bcel,
There are maybe transitive dependencies!

j-interop-ng-deps from group com.github.skyghis (version 3.5.1)

Group: com.github.skyghis Artifact: j-interop-ng-deps
Show all versions Show documentation Show source 
 

0 downloads
Artifact j-interop-ng-deps
Group com.github.skyghis
Version 3.5.1
Last update 30. March 2023
Organization not specified
URL https://github.com/skyghis/j-interop-ng
License not specified
Dependencies amount 1
Dependencies jcifs-ng,
There are maybe transitive dependencies!

j-interop-ng-parent from group com.github.skyghis (version 3.5.1)

Implementation of DCOM wire protocol (MSRPC) to enable development of Pure Bi-Directional, Non-Native Java applications which can interoperate with any COM component. The implementation is itself purely in Java and does not use JNI to provide COM access. This is a cleaned-up and improved version of the j-Interop library. Based on j-interop kohsuke work, and modified to use jcifs-ng.

Group: com.github.skyghis Artifact: j-interop-ng-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact j-interop-ng-parent
Group com.github.skyghis
Version 3.5.1
Last update 30. March 2023
Organization not specified
URL https://github.com/skyghis/j-interop-ng
License GNU LGPLv3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

j-interop-ng from group com.github.skyghis (version 3.5.1)

Group: com.github.skyghis Artifact: j-interop-ng
Show all versions Show documentation Show source 
 

0 downloads
Artifact j-interop-ng
Group com.github.skyghis
Version 3.5.1
Last update 30. March 2023
Organization not specified
URL https://github.com/skyghis/j-interop-ng
License not specified
Dependencies amount 1
Dependencies j-interop-ng-deps,
There are maybe transitive dependencies!

xmlrpc-common from group org.omegat (version 3.1.3-20230209)

Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to implement remote procedure calls. Compared to SOAP, or JAX-RPC, it is stable, much simpler and easier to handle. Version 3 of Apache XML-RPC introduces several important vendor extensions over the original XML-RPC specification. This is a security patched fork.

Group: org.omegat Artifact: xmlrpc-common
Show documentation Show source 
 

0 downloads
Artifact xmlrpc-common
Group org.omegat
Version 3.1.3-20230209
Last update 09. February 2023
Organization not specified
URL https://github.com/omegat-org/apache-xmlrpc
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

xmlrpc-client from group org.omegat (version 3.1.3-20230209)

Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to implement remote procedure calls. Compared to SOAP, or JAX-RPC, it is stable, much simpler and easier to handle. Version 3 of Apache XML-RPC introduces several important vendor extensions over the original XML-RPC specification. This is a security patched fork.

Group: org.omegat Artifact: xmlrpc-client
Show documentation Show source 
 

0 downloads
Artifact xmlrpc-client
Group org.omegat
Version 3.1.3-20230209
Last update 09. February 2023
Organization not specified
URL https://github.com/omegat-org/apache-xmlrpc
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

xmlrpc from group org.omegat (version 3.1.3-20230209)

Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to implement remote procedure calls. Compared to SOAP, or JAX-RPC, it is stable, much simpler and easier to handle. Version 3 of Apache XML-RPC introduces several important vendor extensions over the original XML-RPC specification. This is a security patched fork.

Group: org.omegat Artifact: xmlrpc
Show documentation Show source 
 

0 downloads
Artifact xmlrpc
Group org.omegat
Version 3.1.3-20230209
Last update 09. February 2023
Organization not specified
URL https://github.com/omegat-org/apache-xmlrpc
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 397 from 422 (items total 4213)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy