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

Download JAR files tagged by match with all 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 
Download troxy-server.jar (3.2.49)
 

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 
Download filter.jar (3.2.49)
 

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!

awscommunity-resource-lookup from group io.github.cdklabs.cdk_cloudformation (version 1.3.0-alpha.7)

This resource uses AWS Cloud Control API to perform a lookup of a resource of a given type (such as, `AWS::EC2::VPC`) in your AWS account and current region, based on a query you specify. If only one match is found, this resource returns the primary identifier of the resource (in the `AWS::EC2::VPC` example, the ID of the VPC), that you can then reference in your template with the `Fn::GetAtt` intrinsic function. Specify resource type search targets that are supported by Cloud Control API.

Group: io.github.cdklabs.cdk_cloudformation Artifact: awscommunity-resource-lookup
Show all versions Show documentation Show source 
Download awscommunity-resource-lookup.jar (1.3.0-alpha.7)
 

0 downloads
Artifact awscommunity-resource-lookup
Group io.github.cdklabs.cdk_cloudformation
Version 1.3.0-alpha.7
Last update 26. June 2023
Organization not specified
URL https://github.com/aws-cloudformation/community-registry-extensions/blob/main/resources/Resource_Lookup/README.md
License Apache License 2.0
Dependencies amount 5
Dependencies aws-cdk-lib, constructs, jsii-runtime, annotations, javax.annotation-api,
There are maybe transitive dependencies!

org.apache.stanbol.launchers.bundlelists.languageextras.kuromoji from group org.apache.stanbol (version 1.0.0)

Provides modules that bring language support for Japanese using the Solr/Lucene kuromoji analyzer. This includes a (1) Bundle providing the Solr Analyzer; (2) an NLP processing Engine that Tokenizes, detects sentences, POS taggs, extracts Named Entities and Lemmatizes Japanese text (3) an LabelTokenizer needed to match tokens of the analyzed text with the labels of Entities in the matched vocabularies.

Group: org.apache.stanbol Artifact: org.apache.stanbol.launchers.bundlelists.languageextras.kuromoji
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.apache.stanbol.launchers.bundlelists.languageextras.kuromoji
Group org.apache.stanbol
Version 1.0.0
Last update 16. September 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.apache.stanbol.launchers.bundlelists.languageextras.smartcn from group org.apache.stanbol (version 1.0.0)

Provides modules that allow basic language support for Chinese using the Solr/Lucene smartcn analyzer. This includes a (1) Bundle providing the Solr Analyzer; (2) an NLP processing Engine that detects Sentences and Tokenizes Chinese Text and (3) an LabelTokenizer needed to match tokens of the analyzed text with the labels of Entities in the matched vocabularies.

Group: org.apache.stanbol Artifact: org.apache.stanbol.launchers.bundlelists.languageextras.smartcn
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.apache.stanbol.launchers.bundlelists.languageextras.smartcn
Group org.apache.stanbol
Version 1.0.0
Last update 16. September 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

guava-bootstrap-jdk5 from group com.google.guava (version 17.0)

ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). It also builds a version of AbstractExecutorService that is equivalent to a JDK5 version but using the JDK6 type parameters for the invokeAll/invokeAny methods just as with ExecutorService. This project's is then used in the bootstrap class path of Guava proper.

Group: com.google.guava Artifact: guava-bootstrap-jdk5
Show all versions Show documentation Show source 
Download guava-bootstrap-jdk5.jar (17.0)
 

2 downloads
Artifact guava-bootstrap-jdk5
Group com.google.guava
Version 17.0
Last update 22. April 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

guava-bootstrap from group com.google.guava (version 12.0-rc1)

ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). This project's is then used in the bootstrap class path of Guava proper.

Group: com.google.guava Artifact: guava-bootstrap
Show all versions Show documentation Show source 
Download guava-bootstrap.jar (12.0-rc1)
 

3 downloads
Artifact guava-bootstrap
Group com.google.guava
Version 12.0-rc1
Last update 30. March 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

guava-bootstrap from group org.sonatype.sisu.inject (version 0.11.1)

ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). This project's is then used in the bootstrap class path of Guava proper.

Group: org.sonatype.sisu.inject Artifact: guava-bootstrap
Show documentation Show source 
Download guava-bootstrap.jar (0.11.1)
 

0 downloads
Artifact guava-bootstrap
Group org.sonatype.sisu.inject
Version 0.11.1
Last update 15. January 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

webservices-api-src from group javax.xml (version 2.1-b15)

Metro is a high-performance, extensible, easy-to-use web service stack. It is a one-stop shop for all your web service needs, from the simplest hello world web service to reliable, secured, and transacted web service that involves .NET services. This module provides source files in order to produce Javadoc for Java EE. The set of files contained herein does not match what is in webservices-api.

Group: javax.xml Artifact: webservices-api-src
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact webservices-api-src
Group javax.xml
Version 2.1-b15
Last update 04. October 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cloudinary-test-common from group com.cloudinary (version 2.0.0)

Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Java applications.

Group: com.cloudinary Artifact: cloudinary-test-common
Show all versions Show documentation Show source 
Download cloudinary-test-common.jar (2.0.0)
 

0 downloads
Artifact cloudinary-test-common
Group com.cloudinary
Version 2.0.0
Last update 29. September 2024
Organization not specified
URL http://github.com/cloudinary/cloudinary_java
License MIT
Dependencies amount 3
Dependencies cloudinary-core, java-hamcrest, junit,
There are maybe transitive dependencies!



Page 23 from 29 (items total 289)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy