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

Download JAR files tagged by uses with all dependencies

Search JAR files by class name

rdf4j-sail-federation from group org.eclipse.rdf4j (version 4.0.0-M1)

The Federation SAIL allows multiple datasets to be virtually combined into a single dataset. The Federation SAIL combines multiple RDF stores that may exist on a remote server or are embedded in the same JVM. The Federation uses query optimizations to distribute sections of the query to different members based on the data contained in each of the members. These results are then joined together within the federation to provide the same result as if all the data was co-located within a single repository.

Group: org.eclipse.rdf4j Artifact: rdf4j-sail-federation
Show all versions Show documentation Show source 
 

0 downloads
Artifact rdf4j-sail-federation
Group org.eclipse.rdf4j
Version 4.0.0-M1
Last update 28. November 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies rdf4j-rio-turtle, rdf4j-queryalgebra-evaluation, rdf4j-sail-inferencer, rdf4j-model, rdf4j-repository-manager, rdf4j-repository-sail,
There are maybe transitive dependencies!

cas-metadata from group org.apache.oodt (version 1.9.1)

A Multi-valued, generic Metadata container class. The class uses an internal Map of string keys pointing to vectors of strings. The data structure looks like the following: [std:string key]⇒std:vector of std:strings The multi-valued nature of the class is handled transparently by this Metadata container. Since all values are stored internally as string vectors, the difference between a scalar value and a non-scalar is handled by determining whether the list of values for a particular key is greater than 1.

Group: org.apache.oodt Artifact: cas-metadata
Show all versions Show documentation Show source 
 

0 downloads
Artifact cas-metadata
Group org.apache.oodt
Version 1.9.1
Last update 25. September 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies guava, commons-codec, commons-io, commons-lang, commons-logging, oodt-commons, pcs-input, tika-core, spring-core, spring-hibernate3,
There are maybe transitive dependencies!

vonce-sqlbean from group cn.vonce (version 1.3.0)

This is a tool that uses java object-oriented idea to write and generate SQL statements. On this basis, it also implements lightweight plug-in support similar to JPA for mybatis and spring JDBC. A large number of common SQL execution methods are built in plug-ins to improve development efficiency, reduce a large number of SQL statement writing, and make developers focus on business code writing.

Group: cn.vonce Artifact: vonce-sqlbean
Show all versions Show documentation Show source 
 

0 downloads
Artifact vonce-sqlbean
Group cn.vonce
Version 1.3.0
Last update 15. June 2020
Organization not specified
URL www.vonce.cn
License The MIT License
Dependencies amount 5
Dependencies guava, vonce-common, reflectasm, dom4j, javapoet,
There are maybe transitive dependencies!

flink-table-uber-blink_2.11 from group com.qcloud.oceanus (version 1.10.1)

Group: com.qcloud.oceanus Artifact: flink-table-uber-blink_2.11
Show documentation Show source 
 

0 downloads
Artifact flink-table-uber-blink_2.11
Group com.qcloud.oceanus
Version 1.10.1
Last update 14. June 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies flink-sql-parser, slf4j-api, jsr305,
There are maybe transitive dependencies!

tenio from group io.github.congcoi123 (version 3.1.1)

TenIO is a java NIO (Non-blocking I/O) based server specifically designed for multiplayer games. It supports UDP and TCP transports which are handled by Netty for high-speed network transmission. It uses MsgPack for compressing data so that can be transferred quickly through the network. This framework can help you quickly create a game server or integrate it into your system.

Group: io.github.congcoi123 Artifact: tenio
Show all versions Show documentation Show source 
 

0 downloads
Artifact tenio
Group io.github.congcoi123
Version 3.1.1
Last update 05. June 2020
Organization not specified
URL https://github.com/congcoi123/tenio
License MIT License
Dependencies amount 7
Dependencies netty-all, jetty-server, jetty-servlet, servlet-api, msgpack, guava, log4j-core,
There are maybe transitive dependencies!

puremvc from group org.puremvc (version 2.2)

PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. This is the specific implementation for the Java language. It does not support modular programming since it uses Singletons as Core actors rather than the Multiton used in the MultiCore Version.

Group: org.puremvc Artifact: puremvc
Show all versions Show documentation Show source 
 

0 downloads
Artifact puremvc
Group org.puremvc
Version 2.2
Last update 16. March 2020
Organization not specified
URL http://puremvc.org
License Reuse governed by Creative Commons Attribution 3.0 United States License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

camunda-archetype-demo from group org.camunda.bpm.archetype (version 7.11.1)

Demo application with lots of pre-built parts that uses a shared Camunda BPM engine in a Servlet Container, e.g. Apache Tomcat. Contains: Servlet Process Application, BPMN Process, Java Delegate, HTML5-based start and task forms, JUnit Test with in-memory engine, Maven Plugins or Ant build script for one-click deployment in Eclipse

Group: org.camunda.bpm.archetype Artifact: camunda-archetype-demo
Show all versions Show source 
 

0 downloads
Artifact camunda-archetype-demo
Group org.camunda.bpm.archetype
Version 7.11.1
Last update 05. July 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

connect-composite-restapp from group cd.connect.composites.java (version 1.1)

composite REST app - this represents the baseline version that the Connect-Java repository uses for building microservice based REST apps. As they are all Jersey based, there is no real need for Spring or Guice. They always include Tracing, Prometheus, Health checks, Application Lifecycle, easy config injection, Bathe for application start with Service Loader initializers. We are focused on using JIB for Docker generation.

Group: cd.connect.composites.java Artifact: connect-composite-restapp

 

0 downloads
Artifact connect-composite-restapp
Group cd.connect.composites.java
Version 1.1
Last update 07. May 2019
Organization not specified
URL https://clearpointnz.github.io/connect/
License Apache License 2.0
Dependencies amount 17
Dependencies connect-composite-prometheus, connect-composite-tracing, opentracing-jaxrs2, connect-app-declare-config, connect-app-lifecycle, connect-composite-jersey, connect-jersey-common, connect-java-logging-log4j2, connect-composite-logging, connect-prometheus-jersey, connect-java-jackson, jersey-container-grizzly2-http, bathe-booter, system-property-loader, jul-bridge, connect-env-logging, connect-env-property-headers,
There are maybe transitive dependencies!

PureMVC from group org.puremvc (version 2.0)

PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. This is the specific implementation for the Java language. It does not support modular programming since it uses Singletons as Core actors rather than the Multiton used in the MultiCore Version.

Group: org.puremvc Artifact: PureMVC
Show documentation Show source 
 

0 downloads
Artifact PureMVC
Group org.puremvc
Version 2.0
Last update 21. March 2019
Organization not specified
URL http://puremvc.org
License Reuse governed by Creative Commons Attribution 3.0 United States License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

spring-jdbc-oracle-integrationtests from group com.github.ferstl (version 2.0.0)

Group: com.github.ferstl Artifact: spring-jdbc-oracle-integrationtests
Show all versions 
 

0 downloads
Artifact spring-jdbc-oracle-integrationtests
Group com.github.ferstl
Version 2.0.0
Last update 01. July 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies spring-jdbc-oracle, spring-context, spring-jdbc, ojdbc8, commons-dbcp, tomcat-jdbc, junit, java-hamcrest, mockito-core, spring-test,
There are maybe transitive dependencies!



Page 136 from 157 (items total 1561)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy