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

Download JAR files tagged by workflows with all dependencies

Search JAR files by class name

hiway-addons from group de.hu-berlin.wbi.hiway (version 1.0.0-beta)

Group: de.hu-berlin.wbi.hiway Artifact: hiway-addons
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact hiway-addons
Group de.hu-berlin.wbi.hiway
Version 1.0.0-beta
Last update 09. March 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

hiway-core from group de.hu-berlin.wbi.hiway (version 1.0.0-beta)

Group: de.hu-berlin.wbi.hiway Artifact: hiway-core
Show documentation Show source 
 

0 downloads
Artifact hiway-core
Group de.hu-berlin.wbi.hiway
Version 1.0.0-beta
Last update 09. March 2015
Organization not specified
URL https://github.com/marcbux/Hi-WAY
License not specified
Dependencies amount 6
Dependencies cuneiform-core, hiway-db, xercesImpl, json, commons-cli, commons-logging,
There are maybe transitive dependencies!

hiway-db from group de.hu-berlin.wbi.hiway (version 1.0.0-beta)

Group: de.hu-berlin.wbi.hiway Artifact: hiway-db
Show documentation Show source 
 

0 downloads
Artifact hiway-db
Group de.hu-berlin.wbi.hiway
Version 1.0.0-beta
Last update 09. March 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 11
Dependencies commons-logging, hibernate-c3p0, c3p0, couchbase-client, gson, cuneiform-core, mysql-connector-java, json, hibernate-core, integration, opencsv,
There are maybe transitive dependencies!

hiway from group de.hu-berlin.wbi.hiway (version 1.0.0-beta)

The Heterogeneity-incorporating Workflow ApplicationMaster for YARN (Hi-WAY) provides the means to execute arbitrary scientific workflows on top of Apache's Hadoop 2.x (YARN). In this context, scientific workflows are directed acyclic graphs (DAGs), in which nodes are executables accessible from the command line (e.g. tar, cat, or any other executable in the PATH of the worker nodes), and edges represent data dependencies between these executables.

Group: de.hu-berlin.wbi.hiway Artifact: hiway
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact hiway
Group de.hu-berlin.wbi.hiway
Version 1.0.0-beta
Last update 09. March 2015
Organization not specified
URL https://github.com/marcbux/Hi-WAY
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jadex-kernel-gpmn from group net.sourceforge.jadex (version 2.4)

The Jadex GPMN (goal oriented process modeling notation) kernel provides a goal-oriented workflow kernel. The idea is that a workflow is specified as declarative goal hierarchy, which describes what has to be achieved to fulfill the workflow. At runtime goals are pursued by executing plans represented by standard BPMN workflows. The execution of goal-based workflows is achieved by conversion to BDI agents.

Group: net.sourceforge.jadex Artifact: jadex-kernel-gpmn
Show all versions Show documentation Show source 
 

0 downloads
Artifact jadex-kernel-gpmn
Group net.sourceforge.jadex
Version 2.4
Last update 20. December 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies jadex-commons, jadex-xml, jadex-rules, jadex-bridge, jadex-kernel-bdi, jadex-kernel-bdibpmn,
There are maybe transitive dependencies!

gwt-commons-lang3 from group de.knightsoft-net (version 3.16.0-0)

Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. This is a port for GWT, which enables program, to use Apache Commons Lang also in the frontend compiled by the gwt compiler to java-script. The code is tested using the latest revision of the JDK for supported LTS releases: 8, 11, 17 and 21 currently. See https://github.com/apache/commons-lang/blob/master/.github/workflows/maven.yml Please ensure your build environment is up-to-date and kindly report any build issues.

Group: de.knightsoft-net Artifact: gwt-commons-lang3
Show all versions Show documentation Show source 
 

5 downloads
Artifact gwt-commons-lang3
Group de.knightsoft-net
Version 3.16.0-0
Last update 20. August 2024
Organization not specified
URL https://gitlab.com/ManfredTremmel/gwt-commons-lang3
License Apache License, Version 2.0
Dependencies amount 3
Dependencies gwt-core, gwt-mt-jre-emulation, gwt-user,
There are maybe transitive dependencies!

heatshrink-java from group io.github.markrileybot (version 1.0.1)

# heatshrink-java Java library used to encode/decode [heatshrink](https://github.com/atomicobject/heatshrink) compressed data. ## Building ```bash ./gradlew build ``` ## Gradle dependency See https://search.maven.org/artifact/io.github.markrileybot/heatshrink-java/ ## Usage ### Java library ```java int windowSize = 9; int lookaheadSize = 8; ByteArrayOutputStream baos = new ByteArrayOutputStream(); try(HsOutputStream out = new HsOutputStream(baos, windowSize, lookaheadSize)) { out.write("ABCABCABCABCABCABC".getBytes()); } try(HsInputStream hsi = new HsInputStream(new ByteArrayInutStream(baos.toByteArray()), windowSize, lookaheadSize)) { byte[] res = new byte[512]; int len = hsi.read(res); System.out.println(new String(res, 0, len)); } ``` ### CLI ```bash $ java -jar heatshrink-java-exe.jar [-h] [-e|-d] [-v] [-w SIZE] [-l BITS] [IN_FILE] [OUT_FILE] ``` ## Status [![Build Status](https://github.com/markrileybot/heatshrink-java/actions/workflows/gradle-publish.yml/badge.svg)](https://github.com/markrileybot/heatshrink-java/actions/workflows/gradle-publish.yml) [![Coverage Status](https://coveralls.io/repos/github/markrileybot/heatshrink-java/badge.svg?branch=master)](https://coveralls.io/github/markrileybot/heatshrink-java?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.markrileybot/geokey/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.markrileybot/geokey)

Group: io.github.markrileybot Artifact: heatshrink-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact heatshrink-java
Group io.github.markrileybot
Version 1.0.1
Last update 19. October 2022
Organization not specified
URL https://github.com/markrileybot/heatshrink-java
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
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!



Page 31 from 31 (items total 308)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy