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

Download JAR files tagged by registry with all dependencies

Search JAR files by class name

kafkistry-consume from group com.infobip.kafkistry (version 0.8.0)

Group: com.infobip.kafkistry Artifact: kafkistry-consume
Show all versions Show documentation Show source 
 

0 downloads
Artifact kafkistry-consume
Group com.infobip.kafkistry
Version 0.8.0
Last update 06. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies kafkistry-kafka-connector,
There are maybe transitive dependencies!

kafkistry-repository from group com.infobip.kafkistry (version 0.8.0)

Group: com.infobip.kafkistry Artifact: kafkistry-repository
Show all versions Show documentation Show source 
 

0 downloads
Artifact kafkistry-repository
Group com.infobip.kafkistry
Version 0.8.0
Last update 06. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies kafkistry-common, commons-io, org.eclipse.jgit, org.eclipse.jgit.ssh.apache, sshd-git, jackson-dataformat-yaml, simpleclient,
There are maybe transitive dependencies!

kafkistry-kafka-connector from group com.infobip.kafkistry (version 0.8.0)

Group: com.infobip.kafkistry Artifact: kafkistry-kafka-connector
Show all versions Show documentation Show source 
 

0 downloads
Artifact kafkistry-kafka-connector
Group com.infobip.kafkistry
Version 0.8.0
Last update 06. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies kafkistry-model, kafkistry-common, spring-context, kafka_2.13, spring-kafka, zookeeper, commons-pool2, guava,
There are maybe transitive dependencies!

kafkistry-common from group com.infobip.kafkistry (version 0.8.0)

Group: com.infobip.kafkistry Artifact: kafkistry-common
Show all versions Show documentation Show source 
 

0 downloads
Artifact kafkistry-common
Group com.infobip.kafkistry
Version 0.8.0
Last update 06. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 12
Dependencies kafkistry-model, logback-classic, logback-gelf, janino, spring-boot-starter-web, spring-boot-starter-jetty, spring-boot, spring-boot-autoconfigure, jackson-dataformat-yaml, commons-io, jackson-module-kotlin, jackson-dataformat-properties,
There are maybe transitive dependencies!

kafkistry-model from group com.infobip.kafkistry (version 0.8.0)

Group: com.infobip.kafkistry Artifact: kafkistry-model
Show all versions Show documentation Show source 
 

0 downloads
Artifact kafkistry-model
Group com.infobip.kafkistry
Version 0.8.0
Last update 06. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

kafkistry-parent from group com.infobip.kafkistry (version 0.8.0)

Registry service for Apache Kafka which keeps track of topics, consumer-groups, acls, quotas and their configuration/state/metadata across multiple kafka-clusters. It allows performing administrative operations such as inspecting/creating/deleting/re-configuring topics/consumer-groups. It also provides various analytical tools such as: SQL querying metadata; viewing topic records; analyzing json record structures; re-balancing cluster tools; etc.

Group: com.infobip.kafkistry Artifact: kafkistry-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact kafkistry-parent
Group com.infobip.kafkistry
Version 0.8.0
Last update 06. June 2024
Organization Infobip, Ltd.
URL https://github.com/infobip/kafkistry
License Apache License, Version 2.0
Dependencies amount 5
Dependencies kotlin-stdlib-jdk8, kotlin-stdlib-common, kotlinx-coroutines-core, kotlinx-coroutines-jdk8, kotlin-reflect,
There are maybe transitive dependencies!

iserve-parent from group uk.ac.open.kmi.iserve (version 2.1.1)

iServe is what we refer to as service warehouse which unifies service publication, analysis, and discovery through the use of lightweight semantics as well as advanced discovery and analytic capabilities. iServe provides the typical features of service registries and additional functionality that exploits service descriptions, service annotations and further data gathered and derived from the analysis of these descriptions, data crawled from the Web, periodic monitoring and user activities. iServe builds upon lessons learnt from research and development on the Web and on service discovery algorithms to provide a generic semantic service registry able to support advanced discovery over both Web APIs and WSDL services described using heterogeneous formalisms.

Group: uk.ac.open.kmi.iserve Artifact: iserve-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact iserve-parent
Group uk.ac.open.kmi.iserve
Version 2.1.1
Last update 18. February 2016
Organization Knowledge Media Institute - The Open University
URL http://kmi.github.io/iserve/latest
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

jbi_framework from group net.open-esb.core (version 2.4.3)

In order to get around the JBI Lifecycle Classpath limitation in the application server, a new JBI jar file is being created called esb_jbi_framework.jar. This jar file will contain a MANIFEST.MF file that contains Class-Path: entries that point towards the jbi_rt.jar (JBI Runtime) and jbi_tests.jar (Scaffolding Registry et al) . This way we dont have to combine the throwaway jbi_tests.jar with the main jbi_rt.jar later. We would simply have to dereference it from jbi_framework.jar. Likewise adding a new JAR to the same classpath would simply mean adding a new entry to the ClassPath: header field.

Group: net.open-esb.core Artifact: jbi_framework
Show all versions Show documentation 
 

2 downloads
Artifact jbi_framework
Group net.open-esb.core
Version 2.4.3
Last update 25. January 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

web-grid from group org.apache.oodt (version 1.0)

The OODT grid services (product and profile services) use CORBA or RMI as their underlying network transport. However, limitations of CORBA and RMI make them inappropriate for large-scale deployments. For one, both are procedural mechanisms, providing a remote interface that resembles a method call. This makes streaming of data from a service impossible, because there are limitations to the sizes of data structures that can be passed over a remote method call. Instead, repeated calls must be made to retrieve each block of a product, making transfer speeds horribly slow compared to HTTP or FTP. (Block-based retrieval of profiles was never implemented, resulting in out of memory conditions for large profile results, which is another problem.) Second, both CORBA and RMI rely on a central name registry. The registry makes an object independent of its network location, enabling a client to call it by name (looking up its last known location in the registry). However, this requires that server objects be able to make outbound network calls to the registry (through any outbound firewall), and that the registry accept those registrations (through any inbound firewall). This required administrative action at institutions hosting server objects and at the institution hosting the registry. Often, these firewall exceptions would change without notice as system adminstrators changed at each location (apparently firewall exceptions are poorly documented everywhere). Further, in the two major deployments of OODT (PDS and EDRN), server objects have almost never moved, nullifying any benefit of the registry. This project, OODT Web Grid Services, avoids the prolems of CORBA and RMI by using HTTP as the transport mechanism for products and profiles. Further, it provides a password-protected mechanism to add new sets of product and profile query handlers, enabling seamless activation of additional capabilities.

Group: org.apache.oodt Artifact: web-grid
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact web-grid
Group org.apache.oodt
Version 1.0
Last update 21. June 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies apache-jena-libs, oodt-commons, oodt-product, oodt-profile, oodt-xmlquery, xalan, xercesImpl,
There are maybe transitive dependencies!



Page 101 from 101 (items total 1009)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy