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

Download JAR files tagged by hosting with all dependencies

Search JAR files by class name

firebase-server-sdk from group com.google.firebase (version 3.0.3)

DEPRECATED - please use com.google.firebase:firebase-admin instead. DEPRECATED. This is the official server SDK for Firebase. Build extraordinary native JVM apps in minutes with Firebase. The Firebase platform can power your app’s backend, user authentication, static hosting, and more.

Group: com.google.firebase Artifact: firebase-server-sdk
Show all versions Show documentation Show source 
 

468 downloads
Artifact firebase-server-sdk
Group com.google.firebase
Version 3.0.3
Last update 09. November 2016
Organization Firebase
URL https://www.firebase.com/docs/java-quickstart.html/firebase-client-jvm
License Commercial
Dependencies amount 5
Dependencies google-api-client-gson, json, google-http-client-gson, guava-jdk5, gson,
There are maybe transitive dependencies!

jtb from group edu.purdue.cs (version 1.4.12)

JTB is a syntax tree builder to be used with the Java Compiler Compiler (JavaCC) parser generator. JTB was originally developped at UCLA up to version 1.3.2 (http://compilers.cs.ucla.edu/jtb/) or (http://compilers.cs.ucla.edu/jtb/jtb-2003/). It has been upgraded in version 1.4.0+ (2009-2010), as an embedded tool within the SourceForge Eclipse JavaCC plugin. It is now (2011) provided as a standalone tool in the same hosting environment as JavaCC.

Group: edu.purdue.cs Artifact: jtb
Show documentation Show source 
 

2 downloads
Artifact jtb
Group edu.purdue.cs
Version 1.4.12
Last update 31. December 2016
Organization jtb-javacc
URL https://github.com/jtb-javacc/JTB
License UCLA Compilers Group License
Dependencies amount 1
Dependencies javacc,
There are maybe transitive dependencies!

hbase from group co.cask.hbase (version 0.94.6.1.cask)

HBase is the &lt;a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware.

Group: co.cask.hbase Artifact: hbase
Show documentation Show source 
 

0 downloads
Artifact hbase
Group co.cask.hbase
Version 0.94.6.1.cask
Last update 14. November 2015
Organization not specified
URL http://hbase.apache.org
License not specified
Dependencies amount 34
Dependencies metrics-core, guava, commons-cli, commons-configuration, high-scale-lib, commons-codec, commons-httpclient, commons-io, commons-lang, commons-logging, log4j, avro, avro-ipc, zookeeper, libthrift, jruby-complete, jetty, jetty-util, jsp-2.1, jsp-api-2.1, servlet-api-2.5, jackson-core-asl, jackson-mapper-asl, jackson-jaxrs, jackson-xc, slf4j-api, slf4j-log4j12, jamon-runtime, protobuf-java, jersey-core, jersey-json, jersey-server, jaxb-api, stax-api,
There are maybe transitive dependencies!

hbase from group com.google.code.maven-play-plugin.org.apache.hbase (version 0.21.0-20100622)

HBase is the &lt;a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware.

Group: com.google.code.maven-play-plugin.org.apache.hbase Artifact: hbase
Show documentation Show source 
 

3 downloads
Artifact hbase
Group com.google.code.maven-play-plugin.org.apache.hbase
Version 0.21.0-20100622
Last update 11. March 2013
Organization Apache Software Foundation
URL http://hbase.apache.org
License Apache 2
Dependencies amount 34
Dependencies commons-cli, commons-httpclient, commons-lang, commons-logging, log4j, thrift, slf4j-api, guava, hadoop-core, zookeeper, jetty, jetty-util, servlet-api-2.5, jsp-2.1, jsp-api-2.1, jasper-runtime, jasper-compiler, jruby-complete, protobuf-java, jersey-core, jersey-json, jersey-server, jaxb-api, jsr311-api, stax-api, slf4j-log4j12, avro, slf4j-api, jackson-core-asl, jackson-mapper-asl, junit, mockito-all, hadoop-test, guava,
There are maybe transitive dependencies!

mini-git-server-parent from group com.madgag (version 0.4)

mini-git-server - a pure-Java WAR capable of hosting git repos and exposing them with git+ssh. Basically a copy of Gerrit (http://code.google.com/p/gerrit/) - with all the review-related functionality stripped away and the dependency on a database removed (making it entirely filesystem based). I use it for integration-testing my git client.

Group: com.madgag Artifact: mini-git-server-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact mini-git-server-parent
Group com.madgag
Version 0.4
Last update 19. April 2011
Organization not specified
URL https://github.com/rtyley/mini-git-server
License Apache License, 2.0
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 13 from 13 (items total 126)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy