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

Download JAR files tagged by first with all dependencies

Search JAR files by class name

main from group de.hamstersimulator.objectsfirst (version 5.0.1)

Group: de.hamstersimulator.objectsfirst Artifact: main
Show all versions Show documentation Show source 
 

0 downloads
Artifact main
Group de.hamstersimulator.objectsfirst
Version 5.0.1
Last update 19. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies utils, core, ui, config, server,
There are maybe transitive dependencies!

server from group de.hamstersimulator.objectsfirst (version 5.0.1)

Group: de.hamstersimulator.objectsfirst Artifact: server
Show all versions Show documentation Show source 
 

0 downloads
Artifact server
Group de.hamstersimulator.objectsfirst
Version 5.0.1
Last update 19. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies gson, utils, core, javafx-base,
There are maybe transitive dependencies!

config from group de.hamstersimulator.objectsfirst (version 5.0.1)

Group: de.hamstersimulator.objectsfirst Artifact: config
Show all versions Show documentation Show source 
 

0 downloads
Artifact config
Group de.hamstersimulator.objectsfirst
Version 5.0.1
Last update 19. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies gson,
There are maybe transitive dependencies!

ui from group de.hamstersimulator.objectsfirst (version 5.0.1)

Group: de.hamstersimulator.objectsfirst Artifact: ui
Show all versions Show documentation Show source 
 

0 downloads
Artifact ui
Group de.hamstersimulator.objectsfirst
Version 5.0.1
Last update 19. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies core, javafx, javafx-fxml,
There are maybe transitive dependencies!

core from group de.hamstersimulator.objectsfirst (version 5.0.1)

Group: de.hamstersimulator.objectsfirst Artifact: core
Show all versions Show documentation Show source 
 

0 downloads
Artifact core
Group de.hamstersimulator.objectsfirst
Version 5.0.1
Last update 19. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies utils, javafx-base,
There are maybe transitive dependencies!

parent from group de.hamstersimulator.objectsfirst (version 5.0.1)

The objectsfirst Hamstersimulator is a variant of the Hamstersimulator for teaching programming initiated by D. Bohles at the University of Oldenburg. This variant here used the original ideas but uses a pure OO-API and utilizes features of modern Java versions and libraries (JDK >= 14). In addition, it brings objects-first to the Hamstersimulator as described in the programming teaching book "Touch of Class" by B. Meyer.

Group: de.hamstersimulator.objectsfirst Artifact: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group de.hamstersimulator.objectsfirst
Version 5.0.1
Last update 19. October 2023
Organization not specified
URL https://github.com/SQAHamster/plain-java-hamster/blob/master/README.md
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

biz.aQute.remote.main from group biz.aQute.bnd (version 7.0.0)

A main program (executable JAR) that will listen to port 29998. At first, it can only answer that it is an Envoy (a limited agent). The only function it supports is installing a -runpath. It will then create a framework + agent and transfer the connection to the just installed agent who will then install the bundles. This JAR is a main command for JPM called bndremote. In JPM, it will start up with debug enabled. This JAR does some highly complicated class loading wizardy to ensure that it does not enforce any constraints on the -runpath.

Group: biz.aQute.bnd Artifact: biz.aQute.remote.main
Show all versions Show documentation Show source 
 

1 downloads
Artifact biz.aQute.remote.main
Group biz.aQute.bnd
Version 7.0.0
Last update 06. October 2023
Organization Bndtools
URL https://bnd.bndtools.org/
License (Apache-2.0 OR EPL-2.0)
Dependencies amount 3
Dependencies biz.aQute.bnd.util, biz.aQute.bndlib, org.apache.felix.gogo.runtime,
There are maybe transitive dependencies!

biz.aQute.remote.api from group biz.aQute.bnd (version 7.0.0)

A main program (executable JAR) that will listen to port 29998. At first, it can only answer that it is an Envoy (a limited agent). The only function it supports is installing a -runpath. It will then create a framework + agent and transfer the connection to the just installed agent who will then install the bundles. This JAR is a main command for JPM called bndremote. In JPM, it will start up with debug enabled. This JAR does some highly complicated class loading wizardy to ensure that it does not enforce any constraints on the -runpath.

Group: biz.aQute.bnd Artifact: biz.aQute.remote.api
Show all versions Show documentation Show source 
 

0 downloads
Artifact biz.aQute.remote.api
Group biz.aQute.bnd
Version 7.0.0
Last update 06. October 2023
Organization Bndtools
URL https://bnd.bndtools.org/
License (Apache-2.0 OR EPL-2.0)
Dependencies amount 3
Dependencies biz.aQute.bnd.util, biz.aQute.bndlib, org.apache.felix.gogo.runtime,
There are maybe transitive dependencies!

externalsortinginjava from group com.google.code.externalsortinginjava (version 0.6.2)

Sometimes, you want to sort large file without first loading them into memory. The solution is to use External Sorting. You divide the files into small blocks, sort each block in RAM, and then merge the result. Many database engines and the Unix sort command support external sorting. But what if you want to avoid a database? Or what if you want to sort in a non-lexicographic order? Or maybe you just want a simple external sorting example? When we could not find such a simple program, we wrote one.

Group: com.google.code.externalsortinginjava Artifact: externalsortinginjava
Show all versions Show documentation Show source 
 

5 downloads
Artifact externalsortinginjava
Group com.google.code.externalsortinginjava
Version 0.6.2
Last update 04. April 2023
Organization not specified
URL http://github.com/lemire/externalsortinginjava/
License Public Domain
Dependencies amount 1
Dependencies commons-csv,
There are maybe transitive dependencies!

jcore-topics-writer from group de.julielab (version 2.6.1)

Writes the topic weights, given the jcore-topic-indexing-ae running before, into a simple text file. Thus, the output consists of a sequency of double numbers encodes as strings, separated by tab characters. The topic ID is just the 0-based index of each number, from left to right in the written file. The first entry of each file is the document ID.

Group: de.julielab Artifact: jcore-topics-writer
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcore-topics-writer
Group de.julielab
Version 2.6.1
Last update 18. December 2022
Organization JULIE Lab Jena, Germany
URL https://github.com/JULIELab/jcore-base/tree/master/jcore-topics-writer
License BSD-2-Clause
Dependencies amount 5
Dependencies jcore-descriptor-creator, julielab-java-utilities, assertj-core, jcore-types, junit-jupiter-engine,
There are maybe transitive dependencies!



Page 97 from 111 (items total 1104)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy