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

Download JAR files tagged by intended with all dependencies

Search JAR files by class name

troxy-embedded from group no.sparebank1.troxy (version 3.2.49)

Troxy is a proxy intended for simulating a remote service without actually connecting to the server. Incoming requests are matched using regular expressions and responses are created from a recorded response from the remote service and optionally modified by inserting values caught from the regular expression used to match the request.

Group: no.sparebank1.troxy Artifact: troxy-embedded
Show all versions Show documentation Show source 
 

0 downloads
Artifact troxy-embedded
Group no.sparebank1.troxy
Version 3.2.49
Last update 06. May 2024
Organization not specified
URL https://github.com/SpareBank1/Troxy/troxy-embedded
License MIT License
Dependencies amount 2
Dependencies troxy-core, slf4j-api,
There are maybe transitive dependencies!

troxy-core from group no.sparebank1.troxy (version 3.2.49)

Troxy is a proxy intended for simulating a remote service without actually connecting to the server. Incoming requests are matched using regular expressions and responses are created from a recorded response from the remote service and optionally modified by inserting values caught from the regular expression used to match the request.

Group: no.sparebank1.troxy Artifact: troxy-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact troxy-core
Group no.sparebank1.troxy
Version 3.2.49
Last update 06. May 2024
Organization not specified
URL https://github.com/SpareBank1/Troxy/troxy-core
License MIT License
Dependencies amount 5
Dependencies javax.servlet-api, slf4j-api, jetty-server, jetty-servlet, jetty-util,
There are maybe transitive dependencies!

troxy-server from group no.sparebank1.troxy (version 3.2.49)

Troxy is a proxy intended for simulating a remote service without actually connecting to the server. Incoming requests are matched using regular expressions and responses are created from a recorded response from the remote service and optionally modified by inserting values caught from the regular expression used to match the request.

Group: no.sparebank1.troxy Artifact: troxy-server
Show all versions Show documentation Show source 
 

0 downloads
Artifact troxy-server
Group no.sparebank1.troxy
Version 3.2.49
Last update 06. May 2024
Organization not specified
URL https://github.com/SpareBank1/Troxy/troxy-server
License MIT License
Dependencies amount 8
Dependencies slf4j-api, slf4j-simple, jersey-server, jersey-container-servlet-core, jersey-media-json-jackson, jersey-media-multipart, jersey-hk2, troxy-core,
There are maybe transitive dependencies!

filter from group no.sparebank1.troxy (version 3.2.49)

Troxy is a proxy intended for simulating a remote service without actually connecting to the server. Incoming requests are matched using regular expressions and responses are created from a recorded response from the remote service and optionally modified by inserting values caught from the regular expression used to match the request.

Group: no.sparebank1.troxy Artifact: filter
Show all versions Show documentation Show source 
 

0 downloads
Artifact filter
Group no.sparebank1.troxy
Version 3.2.49
Last update 06. May 2024
Organization not specified
URL https://github.com/SpareBank1/Troxy/filter
License MIT License
Dependencies amount 2
Dependencies slf4j-api, troxy-core,
There are maybe transitive dependencies!

legend-engine-xt-java-runtime-compiler from group org.finos.legend.engine (version 4.41.0)

This provides native functions that allow runtime compilation and execution of Java code. This is intended primarily to support development of Java generation code by providing access to compilation and execution in a Pure IDE Light. Please note that native functions provided here are extremely unsafe for general usage as they allow compilation and execution of arbitrary user supplied Java code. They should only be used in environments where there are no concerns about users running unsafe code (such as a user running a local Pure IDE Light).

Group: org.finos.legend.engine Artifact: legend-engine-xt-java-runtime-compiler
Show all versions Show documentation Show source 
 

0 downloads
Artifact legend-engine-xt-java-runtime-compiler
Group org.finos.legend.engine
Version 4.41.0
Last update 17. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies legend-engine-xt-javaGeneration-pure, legend-pure-m4, legend-pure-m3-core, legend-pure-runtime-java-engine-interpreted, legend-pure-runtime-java-engine-compiled, legend-engine-pure-platform-java, eclipse-collections-api, eclipse-collections, junit,
There are maybe transitive dependencies!

jsonx from group org.jsonx (version 0.5.0)

Group: org.jsonx Artifact: jsonx
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jsonx
Group org.jsonx
Version 0.5.0


jstyleparser from group org.daisy.libs (version 1.20-p21)

jStyleParser is a CSS parser written in Java. It has its own application interface that is designed to allow an efficient CSS processing in Java and mapping the values to the Java data types. It parses CSS 2.1 style sheets into structures that can be efficiently assigned to DOM elements. It is intended be the primary CSS parser for the CSSBox library. While handling errors, it is user agent conforming according to the CSS specification.

Group: org.daisy.libs Artifact: jstyleparser
Show all versions Show documentation Show source 
 

3 downloads
Artifact jstyleparser
Group org.daisy.libs
Version 1.20-p21
Last update 19. July 2023
Organization not specified
URL http://cssbox.sourceforge.net/jstyleparser
License GNU Lesser General Public License 3.0
Dependencies amount 3
Dependencies antlr-runtime, slf4j-api, unbescape,
There are maybe transitive dependencies!

wildfly-client-all-jakarta from group org.wildfly (version 27.0.0.Alpha5)

This artifact provides a single jar that contains all classes required to use remote Jakarta Enterprise Beans and Jakarta Messaging, including all dependencies. It is intended for use by those not using maven, maven users should just import the Jakarta Enterprise Beans and Jakarta Messaging BOM's instead (shaded JAR's cause lots of problems with maven, as it is very easy to inadvertently end up with different versions on classes on the class path).

Group: org.wildfly Artifact: wildfly-client-all-jakarta
Show all versions Show source 
 

0 downloads
Artifact wildfly-client-all-jakarta
Group org.wildfly
Version 27.0.0.Alpha5
Last update 10. September 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

princeton-wordnet-java from group com.estepsoftwareforensics (version 1.0.0)

Princeton WordNet for Java is a simple API which provides access to an english dictionary that is backed by the Princeton University WordNet datasets. This is intended to be a third-party supporting library to any application that requires an english word dictionary -- providing the ability to lookup a word, get its many definitions, and get the list of synonyms and any related words.

Group: com.estepsoftwareforensics Artifact: princeton-wordnet-java
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact princeton-wordnet-java
Group com.estepsoftwareforensics
Version 1.0.0
Last update 30. January 2022
Organization not specified
URL https://estepsoftwareforensics.com
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jstyleparser from group net.sf.cssbox (version 4.0.0)

jStyleParser is a CSS parser written in Java. It has its own application interface that is designed to allow an efficient CSS processing in Java and mapping the values to the Java data types. It parses CSS 2.1 style sheets into structures that can be efficiently assigned to DOM elements. It is intended be the primary CSS parser for the CSSBox library. While handling errors, it is user agent conforming according to the CSS specification.

Group: net.sf.cssbox Artifact: jstyleparser
Show all versions Show documentation Show source 
 

21 downloads
Artifact jstyleparser
Group net.sf.cssbox
Version 4.0.0
Last update 31. January 2021
Organization not specified
URL http://cssbox.sourceforge.net/jstyleparser
License GNU Lesser General Public License 3.0
Dependencies amount 3
Dependencies antlr-runtime, slf4j-api, unbescape,
There are maybe transitive dependencies!



Page 52 from 3 (items total 610)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy