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

Download JAR files tagged by search with all dependencies

Search JAR files by class name

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 
 

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!

blacklab from group nl.inl.blacklab (version 3.0.1)

BlackLab is a corpus retrieval engine written in Java, built on top of Apache Lucene. It allows fast, complex searches with accurate hit highlighting on large, tagged and annotated, bodies of text. It was developed at the Institute of Dutch Lexicology (INL) to provide a fast and feature-rich search interface on our historical and contemporary text corpora.

Group: nl.inl.blacklab Artifact: blacklab
Show all versions Show source 
 

1 downloads
Artifact blacklab
Group nl.inl.blacklab
Version 3.0.1
Last update 06. October 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies blacklab-engine, blacklab-query-parser, blacklab-tools,
There are maybe transitive dependencies!

azure-mgmt-search from group com.microsoft.azure (version 1.41.4)

This package contains Microsoft Azure Search Management SDK. This package has been deprecated. A replacement package com.azure.resourcemanager:azure-resourcemanager-search is available as of 31-March-2022. We strongly encourage you to upgrade to continue receiving updates. See Migration Guide https://aka.ms/java-track2-migration-guide for guidance on upgrading. Refer to our deprecation policy https://azure.github.io/azure-sdk/policies_support.html for more details.

Group: com.microsoft.azure Artifact: azure-mgmt-search
Show all versions Show documentation Show source 
 

1 downloads
Artifact azure-mgmt-search
Group com.microsoft.azure
Version 1.41.4
Last update 22. July 2022
Organization not specified
URL https://github.com/Azure/azure-sdk-for-java
License The MIT License (MIT)
Dependencies amount 2
Dependencies azure-client-runtime, azure-mgmt-resources,
There are maybe transitive dependencies!

azure-eventhubs-extensions from group com.microsoft.azure (version 3.3.2)

Extensions built on Microsoft Azure Event Hubs${line.separator} This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Event Hubs service are:${line.separator} 1. https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs${line.separator} 2. https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs-checkpointstore-blob${line.separator} It is recommended that you move to the new package.

Group: com.microsoft.azure Artifact: azure-eventhubs-extensions
Show all versions Show documentation Show source 
 

0 downloads
Artifact azure-eventhubs-extensions
Group com.microsoft.azure
Version 3.3.2
Last update 17. December 2021
Organization not specified
URL https://github.com/Azure/azure-sdk-for-java
License not specified
Dependencies amount 3
Dependencies azure-eventhubs, log4j-api, log4j-core,
There are maybe transitive dependencies!

azure-eventhubs from group com.microsoft.azure (version 3.3.0)

Please note, a newer package azure-messaging-eventhubs for Azure Event Hubs is available at https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs as of February 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/java/migrate/eh for more details.

Group: com.microsoft.azure Artifact: azure-eventhubs
Show all versions Show documentation Show source 
 

111 downloads
Artifact azure-eventhubs
Group com.microsoft.azure
Version 3.3.0
Last update 23. June 2021
Organization not specified
URL https://github.com/Azure/azure-sdk-for-java
License not specified
Dependencies amount 5
Dependencies proton-j, qpid-proton-j-extensions, slf4j-api, azure-client-authentication, nimbus-jose-jwt,
There are maybe transitive dependencies!

azure-eventhubs-eph from group com.microsoft.azure (version 3.3.0)

Please note, a newer package azure-messaging-eventhubs for Azure Event Hubs is available at https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs as of February 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/java/migrate/eh for more details.

Group: com.microsoft.azure Artifact: azure-eventhubs-eph
Show all versions Show documentation Show source 
 

23 downloads
Artifact azure-eventhubs-eph
Group com.microsoft.azure
Version 3.3.0
Last update 23. June 2021
Organization not specified
URL https://github.com/Azure/azure-sdk-for-java
License not specified
Dependencies amount 3
Dependencies azure-eventhubs, azure-storage, gson,
There are maybe transitive dependencies!

closure-compiler-gwt from group com.google.javascript (version v20200830)

Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs.

Group: com.google.javascript Artifact: closure-compiler-gwt
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact closure-compiler-gwt
Group com.google.javascript
Version v20200830
Last update 31. August 2020
Organization not specified
URL https://developers.google.com/closure/compiler/
License not specified
Dependencies amount 14
Dependencies closure-compiler-externs, args4j, guava, guava-gwt, protobuf-java, gson, jsr305, gwt-user, gwt-dev, jsinterop-annotations, base, elemental2-core, re2j, re2j,
There are maybe transitive dependencies!

abnffuzzer from group com.github.nradov (version 0.2.2)

Fuzz tester for Augmented Backus-Naur Form (ABNF) rules as defined in IETF RFC 5234. This library can directly parse a variety of input sources and extract the ABNF rules, then generate random output matching those rules. That output can be fed in a test framework such as JUnit to search for defects in an application which implements the rules. The most common use case would be testing implementations of other IETF RFCs.

Group: com.github.nradov Artifact: abnffuzzer
Show all versions Show documentation Show source 
 

0 downloads
Artifact abnffuzzer
Group com.github.nradov
Version 0.2.2
Last update 07. December 2019
Organization not specified
URL https://github.com/nradov/${project.artifactId}
License GNU Lesser General Public License, version 2.1
Dependencies amount 3
Dependencies commons-cli, antlr4, antlr4-runtime,
There are maybe transitive dependencies!

spring-data-querydsl-value-operators from group org.bitbucket.gt_tech (version 4.0.0)

This component provides extensions in terms of "Value operators" in search input fields on top of Querydsl and it's Spring data integration. These value operators embellish the default out of the box capabilities in Spring Data/Querydsl, which is by far statically compiled, by allowing service consumers to plugin different value operators in search fields and thus perform rich/complex queries.

Group: org.bitbucket.gt_tech Artifact: spring-data-querydsl-value-operators
Show all versions Show documentation Show source 
 

0 downloads
Artifact spring-data-querydsl-value-operators
Group org.bitbucket.gt_tech
Version 4.0.0
Last update 11. June 2019
Organization not specified
URL https://bitbucket.org/gt_tech/spring-data-querydsl-value-operators
License Apache License, Version 2.0
Dependencies amount 6
Dependencies querydsl-core, querydsl-collections, guava, commons-lang3, commons-collections4, slf4j-api,
There are maybe transitive dependencies!

closure-compiler from group org.treblereel.gwt.javascript (version 0.1)

Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs.

Group: org.treblereel.gwt.javascript Artifact: closure-compiler
Show documentation Show source 
 

0 downloads
Artifact closure-compiler
Group org.treblereel.gwt.javascript
Version 0.1
Last update 18. April 2019
Organization not specified
URL https://developers.google.com/closure/compiler/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 147 from 168 (items total 1675)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy