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

Download JAR files tagged by allowing with all dependencies

Search JAR files by class name

dyna4jdbc from group com.github.peter-gergely-horvath (version 3.1.1)

dyna4JDBC is a JDBC driver, that allows running alternative JVM language scripts (Groovy, JavaScript, Scala, Jython, Clojure, BeanShell, R (Renjin), JRuby etc.) or external console-oriented programs via the JDBC API. Mainly targeted at allowing JDBC-enabled business intelligence applications to run various scripts instead of SQL easily, dyna4JDBC captures and parses the output of scripts/external programs and presents that as a standard JDBC Result Set, allowing the output to be processed further for various purposes like building complex reports quickly and analysis with other tools.

Group: com.github.peter-gergely-horvath Artifact: dyna4jdbc
Show all versions Show documentation Show source 
 

2 downloads
Artifact dyna4jdbc
Group com.github.peter-gergely-horvath
Version 3.1.1
Last update 17. September 2017
Organization not specified
URL https://github.com/peter-gergely-horvath/dyna4jdbc
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

infinispan-spring4 from group org.infinispan (version 8.1.0.Alpha2)

The Infinispan Spring Integration project provides Spring integration for Infinispan, a high performance distributed cache. Its primary features are * An implementation of org.springframework.cache.CacheManager, Spring's central caching abstraction, backed by Infinispan's EmbeddedCacheManager. To be used if your Spring-powered application and Infinispan are colocated, i.e. running within the same VM. * An implementation of org.springframework.cache.CacheManager backed by Infinispan's RemoteCacheManager. To bes used if your Spring-powered application accesses Infinispan remotely, i.e. over the network. * An implementation of org.springframework.cache.CacheManager backed by a CacheContainer reference. To be used if your Spring- powered application needs access to a CacheContainer defined outside the application (e.g. retrieved from JNDI) * Spring namespace support allowing shortcut definitions for all the components above In addition, Infinispan Spring Integration offers various FactoryBeans for facilitating creation of Infinispan core classes - Cache, CacheManager, ... - within a Spring context.

Group: org.infinispan Artifact: infinispan-spring4
Show all versions Show source 
 

0 downloads
Artifact infinispan-spring4
Group org.infinispan
Version 8.1.0.Alpha2
Last update 19. October 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies spring-context, infinispan-core,
There are maybe transitive dependencies!

userClassifier from group nz.ac.waikato.cms.weka (version 1.0.3)

Interactively classify through visual means. You are Presented with a scatter graph of the data against two user selectable attributes, as well as a view of the decision tree. You can create binary splits by creating polygons around data plotted on the scatter graph, as well as by allowing another classifier to take over at points in the decision tree should you see fit. For more information see: Malcolm Ware, Eibe Frank, Geoffrey Holmes, Mark Hall, Ian H. Witten (2001). Interactive machine learning: letting users build classifiers. Int. J. Hum.-Comput. Stud. 55(3):281-292.

Group: nz.ac.waikato.cms.weka Artifact: userClassifier
Show all versions Show documentation Show source 
 

2 downloads
Artifact userClassifier
Group nz.ac.waikato.cms.weka
Version 1.0.3
Last update 25. April 2014
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/userClassifier
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

dbvolution10 from group nz.co.gregs (version 1.0.1)

Advanced Library to Remove Object Relational Impedance. DBvolution translates all database concepts into Object Oriented concepts, allowing you to spend all your time writing Java rather than fixing broken and awkward SQL. DBvolution transforms your schema into classes, reduces the database configuration to sparse annotations on the classes, and allows querying directly from the classes. Queries are created inside your java code and takes as little as one line for a multi-table outer join. Retrieving the rows from the query is only one more method call. Dozens of SQL functions are available without leaving your Java code and use chaining to build complex expressions easily. Transactions are encapsulated into a thread-like API, allowing you to write complex database interactions in complete safety. The queries performed by DBvolution are always available for debugging and checking by DBAs before release. There are examples in nz.co.gregs.dbvolution.examples, and documentation at http://dbvolution.gregs.co.nz.

Group: nz.co.gregs Artifact: dbvolution10
Show all versions Show documentation Show source 
 

0 downloads
Artifact dbvolution10
Group nz.co.gregs
Version 1.0.1
Last update 11. June 2023
Organization Gregory Graham
URL http://dbvolution.gregs.co.nz
License Commercial License
Dependencies amount 31
Dependencies mysql-connector-java, h2, postgresql, reflections, commons-logging, dbvolution-eclipse, jung-visualization, jung-graph-impl, sqlite-jdbc, commons-codec, nuodb-jdbc, derby, derbyclient, jts, joda-time, simmetrics-core, jtds, mssql-jdbc, annotations, jsr305, jackson-dataformat-yaml, jackson-databind, jbcrypt, commons-lang3, commons-crypto, compiler, ojdbc10, regexi, separatedstring, core, looper,
There are maybe transitive dependencies!

r6-generator from group io.github.terminological (version 0.5.6)

R can use RJava or jsr223 to communicate with java. R also has a class system called R6. If you want to use a java library with native rJava or jsr223 in R there is potentially a lot of glue code needed, and R library specific packaging configuration required. However if you don't mind writing an R-centric API in Java you can generate all of this glue code using a few java annotations and the normal javadoc annotations. This plugin aims to provide an annotation processor that writes that glue code and creates a fairly transparent connection between Java code and R code, with a minimum of hard work. The focus of this is streamlining the creation of R libraries by Java developers, rather than allowing access to arbitrary Java code from R. The ultimate aim of this plugin to allow java developers to provide simple APIs for their libraries, package their library using Maven, push it to github and for that to become seamlessly available as an R library, with a minimal amount of fuss. A focus is on trying to produce CI ready libraries tested with Github workflows and ready for CRAN submission.

Group: io.github.terminological Artifact: r6-generator
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact r6-generator
Group io.github.terminological
Version 0.5.6
Last update 26. September 2022
Organization not specified
URL https://github.com/terminological/r6-generator
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

relay-jdbc from group com.github.peter-gergely-horvath (version 3.0.0)

relay-jdbc allows a JDBC connection to be relayed through an intermediate relay server: it is both a JDBC driver (client) and a JDBC relay server. It is a fork of https://github.com/AugeoSoftware/VJDBC project, where Aleksei Yu. Semenov has implemented a number of brilliant improvements of the orignal VJDBC project hosted on http://vjdbc.sourceforge.net Original Developers were: Hunter Payne ([email protected]) and Michael Link ([email protected]). For all pre-existing code, credits go to the original respective author. This product brings the original VJDBC concept further and (apart from code quality improvements and bug fixes) implements complete separation of the underlying transport mechanism, introducing support for connecting directly through a SSH pipe, where the relay server interacts with the client through standard I/O pipes. The re-designed transport architecture supports easy development of new transport implementations, allowing this JDBC relay to be quickly adapted to a variety of exotic environments.

Group: com.github.peter-gergely-horvath Artifact: relay-jdbc
Show documentation Show source 
 

0 downloads
Artifact relay-jdbc
Group com.github.peter-gergely-horvath
Version 3.0.0
Last update 26. October 2019
Organization not specified
URL https://github.com/peter-gergely-horvath/relay-jdbc
License LGPL-2.1
Dependencies amount 11
Dependencies jetty-servlet, commons-beanutils, commons-beanutils-core, commons-codec, commons-collections, commons-dbcp, commons-digester, commons-httpclient, commons-logging, jsch, kryo,
There are maybe transitive dependencies!

dbvolution7 from group nz.co.gregs (version 1.0.0)

Advanced Library to Remove Object Relational Impedance. DBvolution translates all database concepts into Object Oriented concepts, allowing you to spend all your time writing Java rather than fixing broken and awkward SQL. DBvolution transforms your schema into classes, reduces the database configuration to sparse annotations on the classes, and allows querying directly from the classes. Queries are created inside your java code and takes as little as one line for a multi-table outer join. Retrieving the rows from the query is only one more method call. Dozens of SQL functions are available without leaving your Java code and use chaining to build complex expressions easily. Transactions are encapsulated into a thread-like API, allowing you to write complex database interactions in complete safety. The queries performed by DBvolution are always available for debugging and checking by DBAs before release. There are examples in nz.co.gregs.dbvolution.examples, and documentation at http://dbvolution.gregs.co.nz.

Group: nz.co.gregs Artifact: dbvolution7
Show all versions Show documentation Show source 
 

0 downloads
Artifact dbvolution7
Group nz.co.gregs
Version 1.0.0
Last update 27. May 2019
Organization Gregory Graham
URL http://dbvolution.gregs.co.nz
License Commercial License
Dependencies amount 26
Dependencies mysql-connector-java, h2, mysql-connector-mxj, postgresql, reflections, commons-logging, dbvolution-eclipse, jung-visualization, jung-graph-impl, sqlite-jdbc, commons-codec, nuodb-jdbc, derby, derbyclient, jts, joda-time, simmetrics-core, jtds, mssql-jdbc, annotations, jsr305, jackson-dataformat-yaml, jackson-databind, jbcrypt, commons-lang3, commons-crypto,
There are maybe transitive dependencies!

modelant from group net.mdatools (version 3.3.0)

Modelant provides JMI-compliant mechanism to read, process, export models in MOF 1.4, UML 1.3 and UML 1.4, including also an engine for generation of code (any texts) using Object-Oriented Programming and templates. It is an extensible framework allowing adding support of other languages, described using MOF 1.4 metamodels. Modelant provides Maven plugins to automate the creation and comparison of UML 1.3, UML 1.4, MOF 1.4 models; the generation of code from models; the reverse engineering of java code, relational databases and XML DTD/XSD; the transformatoion of models, e.g. tranformation of of UMl 1.3 models to UML 1.4; the comparison and change identification in UML 1.3/UML 1.4 models and MOF 1.4 metamodels. The produced UML 1.3 models are suitable to be imported in Rational Rose 2003 + XMI Plugin, WhiteStar UML / Star UML, Enterprise Architect, other, as they employ MOF 1.3/MOF 1.4 as reading MOF 1.3 is internally converted to MOF1.4 and XMI 1.1 and XMI 1.2. whereas the converted to UML 1.4 models can be imported in Argo UML, Enterprise Architect, other as they employ MOF 1.4 and XMI 1.1 and XMI 1.2. Modelant wraps the NetBeans Meta-Data Repository (MDR).

Group: net.mdatools Artifact: modelant
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact modelant
Group net.mdatools
Version 3.3.0
Last update 02. November 2018
Organization not specified
URL https://mdatools.net/
License Eclipse Public License v 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

luzzu-webapp from group io.github.luzzu (version 4.0.0)

Group: io.github.luzzu Artifact: luzzu-webapp
Show documentation Show source 
 

0 downloads
Artifact luzzu-webapp
Group io.github.luzzu
Version 4.0.0
Last update 26. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies luzzu-semantics, commons-codec, luzzu-highlevel-operations, guava, jackson-mapper-asl, jackson-core-asl,
There are maybe transitive dependencies!

luzzu-annotations from group io.github.luzzu (version 4.0.0)

Group: io.github.luzzu Artifact: luzzu-annotations
Show documentation Show source 
 

0 downloads
Artifact luzzu-annotations
Group io.github.luzzu
Version 4.0.0
Last update 26. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies luzzu-semantics, luzzu-assessment, luzzu-lowlevel-operations,
There are maybe transitive dependencies!



Page 92 from 94 (items total 937)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy