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

Download JAR files tagged by replacement with all dependencies

Search JAR files by class name

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

This package contains Microsoft Azure App Service Management SDK. This package has been deprecated. A replacement package com.azure.resourcemanager:azure-resourcemanager-appservice 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-appservice
Show all versions Show documentation Show source 
 

4 downloads
Artifact azure-mgmt-appservice
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 6
Dependencies azure-client-runtime, azure-mgmt-resources, azure-mgmt-storage, azure-mgmt-msi, azure-mgmt-keyvault, azure-mgmt-dns,
There are maybe transitive dependencies!

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

This package contains Microsoft Azure Batch Account Management SDK.

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

5 downloads
Artifact azure-mgmt-batch
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 3
Dependencies azure-client-runtime, azure-mgmt-resources, azure-mgmt-storage,
There are maybe transitive dependencies!

azure from group com.microsoft.azure (version 1.41.4)

This package has been deprecated. A replacement package com.azure.resourcemanager:azure-resourcemanager 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
Show all versions Show documentation Show source 
 

69 downloads
Artifact azure
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 27
Dependencies azure-client-runtime, azure-client-authentication, azure-mgmt-resources, azure-mgmt-storage, azure-mgmt-network, azure-mgmt-compute, azure-mgmt-graph-rbac, azure-mgmt-keyvault, azure-mgmt-batch, azure-mgmt-trafficmanager, azure-mgmt-dns, azure-mgmt-redis, azure-mgmt-appservice, azure-mgmt-locks, jaxb-api, azure-mgmt-eventhub, azure-mgmt-cdn, azure-mgmt-sql, azure-mgmt-containerinstance, azure-mgmt-containerregistry, azure-mgmt-containerservice, azure-mgmt-cosmosdb, azure-mgmt-search, azure-mgmt-msi, azure-mgmt-monitor, azure-mgmt-servicebus, azure-mgmt-batchai,
There are maybe transitive dependencies!

gt-epsg-extension from group io.oss84.geotools (version 24.2-oss84-1)

Contains extra CRS defined by ESRI (and other parties) in the EPSG namespace. Those CRS are not defined in the official ESPG database, but are used widely enough to warant an optional plugin in Geotools. This plugin do not contains any definition already found in the official EPSG database - it is not a replacement for epsg-hsql or epsg-postgresql. One of the above plugins (at user choice) should be in the classpath.

Group: io.oss84.geotools Artifact: gt-epsg-extension
Show all versions Show documentation Show source 
 

0 downloads
Artifact gt-epsg-extension
Group io.oss84.geotools
Version 24.2-oss84-1
Last update 21. February 2021
Organization not specified
URL Not specified
License Lesser General Public License (LGPL)
Dependencies amount 1
Dependencies gt-referencing,
There are maybe transitive dependencies!

javafx-deploy-lib from group com.zenjava (version 1.2)

The JavaFX Deploy Lib provides a core functionality for assembling JavaFX applications. It is build-tool independent and is intended to be used as a base to build plugins for Maven, Gradle and other third party tools. It is a direct replacement for the 'JavaFX packaging' library that comes with the JDK but without the limitations that come from being bundled in the JDK.

Group: com.zenjava Artifact: javafx-deploy-lib
Show all versions Show documentation Show source 
 

2 downloads
Artifact javafx-deploy-lib
Group com.zenjava
Version 1.2
Last update 14. February 2013
Organization not specified
URL https://github.com/zonski/javafx-deploy-lib
License GNU General Public License (GPL)
Dependencies amount 1
Dependencies velocity,
There are maybe transitive dependencies!

cita-cloud-sdk from group com.rivtower (version 1.0.2)

CITA-Cloud is an open-source blockchain development framework. It is released under the Apache 2.0 license and provides an architecture and development tools for customization. Its aim is to overcome the scalability and programmability challenges of blockchain technology at the underlying level. Leveraging cloud-native capabilities, it allows flexible replacement of blockchain components. Research institutions can easily integrate and transform their research results. Ultimately, the goal is to achieve flexibility, openness, and interoperability at the underlying level of blockchain for different scenarios.

Group: com.rivtower Artifact: cita-cloud-sdk
Show all versions Show documentation Show source 
 

0 downloads
Artifact cita-cloud-sdk
Group com.rivtower
Version 1.0.2
Last update 11. July 2023
Organization not specified
URL https://github.com/cita-cloud/cita-cloud-sdk-java
License The Apache License, Version 2.0
Dependencies amount 9
Dependencies grpc-netty-shaded, grpc-protobuf, grpc-stub, core, commons-collections4, reflections, commons-lang3, mock.java, jackson-databind,
There are maybe transitive dependencies!

forker-client from group com.sshtools (version 1.6.4)

This is client side library for forker, and the one you most likely want to use in your own applications. It provides the ProcessBuilder replacement, ForkerBuilder, as well the helpers in OSCommand. ForkerBuilder is capable of launching processes using non-blocking I/O or attached to a PTY. It has many additional features not available in the standard process builder including permission elevation, daemonize, processor affinity and more. Parts of the non-blocking API are based on NuProcess (https://github.com/brettwooldridge/NuProcess)

Group: com.sshtools Artifact: forker-client
Show all versions Show documentation Show source 
 

0 downloads
Artifact forker-client
Group com.sshtools
Version 1.6.4
Last update 14. October 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies forker-common,
There are maybe transitive dependencies!

bond from group org.necula.bond (version 0.2.0)

Bond is a small library that can be used to spy values and mock functions during tests. Spying is a replacement for writing the assertEquals in your test, which are tedious to write and even more tedious to update whem your test setup or code inevitably changes. With Bond, you separate what is being verified, e.g., the variable named output, from what value it should have. This way you can quickly spy several variables, even have structured values such as lists or dictionaries, and these values are saved into an observation log that is saved for future reference. If the test observations are different you have the option to interact with a console or visual tool to see what has changed, and whether the reference set of observations need to be updated.

Group: org.necula.bond Artifact: bond
Show all versions Show documentation Show source 
 

0 downloads
Artifact bond
Group org.necula.bond
Version 0.2.0
Last update 04. February 2016
Organization not specified
URL https://github.com/necula01/bond
License The BSD 2-Clause License
Dependencies amount 8
Dependencies diffutils, junit, guava, gson, reflections, powermock-module-junit4, powermock-core, powermock-api-mockito,
There are maybe transitive dependencies!

ujmp from group org.ujmp (version 0.3.0)

The Universal Java Matrix Package (UJMP) is an open source library for dense and sparse matrix computations and linear algebra in Java. In addition to the basic operations like matrix multiplication, matrix inverse or decomposition methods, it also supports visualization, JDBC import/export and many other useful functions such as mean, correlation, standard deviation, mutual information, or the replacement of missing values. It's a swiss army knife for data processing in Java, tailored to machine learning applications.

Group: org.ujmp Artifact: ujmp
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ujmp
Group org.ujmp
Version 0.3.0
Last update 30. July 2015
Organization Universal Java Matrix Package
URL https://ujmp.org/
License GNU LESSER GENERAL PUBLIC LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

adp from group de.cit-ec.tcs.alignment (version 3.1.1)

This module contains a more general approach to construct AlignmentAlgorithms by relying on the theoretical concept of Algebraic Dynamic Programming (ADP) as developed by Giegerich et al. ADP defines four ingredients for an alignment algorithm: 1.) A signature that defines the permitted alignment operations. Operations are just function templates with an associated arity, meaning the number of arguments it takes from the left sequence and from the right sequence. In the TCSAlignmentToolbox we have a fixed signature with the following operations: REPLACEMENT(1, 1), DELETION(1, 0), INSERTION(0, 1), SKIPDELETION(1, 0) and SKIPINSERTION(0, 1) 2.) A regular tree grammar that produces alignments, that is: sequences of operations, in a restricted fashion. 3.) An algebra that can translate such trees to a cost. In the TCSAlignmentToolbox this is a Comparator. 4.) A choice function, in case of the TCSAlignmentToolbox: the strict minimum or the soft minimum. An alignment algorithm in the TCSAlignmentToolbox sense of the word then is the combination of choice function and grammar. While we provide hardcoded versions of these combinations in the main package, the adp package allows you to create your own grammars. You can combine them with a choice function by instantiating one of the Algorithm classes provided in this package with a grammar of your choice. For example: AlignmentAlgorithm algo = new SoftADPScoreAlgorithm(my_grammar, comparator); creates an alignment algorithm that implicitly produces all possible alignments your grammar can construct with the given input, translates them to a cost using the algebra/comparator you provided and applies the soft minimum to return the score. This all gets efficient by dynamic programming. Note that there is runtime overhead when using this method in comparison with the hardcoded algorithms. But for complicated grammars this is a much easier way to go. For more information on the theory, please refer to my master's thesis: "Adaptive Affine Sequence Alignment using Algebraic Dynamic Programming"

Group: de.cit-ec.tcs.alignment Artifact: adp
Show all versions Show documentation Show source 
 

0 downloads
Artifact adp
Group de.cit-ec.tcs.alignment
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 1
Dependencies algorithms,
There are maybe transitive dependencies!



Page 24 from 3 (items total 240)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy