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

Download JAR files tagged by first with all dependencies


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

Group: de.hamstersimulator.objectsfirst Artifact: server
Show all versions Show documentation Show source 
Download server.jar (5.0.2)
 

0 downloads
Artifact server
Group de.hamstersimulator.objectsfirst
Version 5.0.2
Last update 14. October 2024
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.2)

Group: de.hamstersimulator.objectsfirst Artifact: config
Show all versions Show documentation Show source 
Download config.jar (5.0.2)
 

0 downloads
Artifact config
Group de.hamstersimulator.objectsfirst
Version 5.0.2
Last update 14. October 2024
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.2)

Group: de.hamstersimulator.objectsfirst Artifact: ui
Show all versions Show documentation Show source 
Download ui.jar (5.0.2)
 

0 downloads
Artifact ui
Group de.hamstersimulator.objectsfirst
Version 5.0.2
Last update 14. October 2024
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.2)

Group: de.hamstersimulator.objectsfirst Artifact: core
Show all versions Show documentation Show source 
Download core.jar (5.0.2)
 

0 downloads
Artifact core
Group de.hamstersimulator.objectsfirst
Version 5.0.2
Last update 14. October 2024
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.2)

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.2
Last update 14. October 2024
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!

jaxrs-ri from group org.glassfish.jersey.bundles (version 3.1.9)

A bundle project producing JAX-RS RI bundles. The primary artifact is an "all-in-one" OSGi-fied JAX-RS RI bundle (jaxrs-ri.jar). Attached to that are two compressed JAX-RS RI archives. The first archive (jaxrs-ri.zip) consists of binary RI bits and contains the API jar (under "api" directory), RI libraries (under "lib" directory) as well as all external RI dependencies (under "ext" directory). The secondary archive (jaxrs-ri-src.zip) contains buildable JAX-RS RI source bundle and contains the API jar (under "api" directory), RI sources (under "src" directory) as well as all external RI dependencies (under "ext" directory). The second archive also contains "build.xml" ANT script that builds the RI sources. To build the JAX-RS RI simply unzip the archive, cd to the created jaxrs-ri directory and invoke "ant" from the command line.

Group: org.glassfish.jersey.bundles Artifact: jaxrs-ri
Show all versions Show documentation Show source 
Download jaxrs-ri.jar (3.1.9)
 

5071 downloads
Artifact jaxrs-ri
Group org.glassfish.jersey.bundles
Version 3.1.9
Last update 07. October 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies jersey-hk2, jersey-common, jersey-media-jaxb, jersey-media-json-binding, jersey-client, jersey-server, jersey-container-servlet-core, jersey-container-servlet, jersey-media-sse,
There are maybe transitive dependencies!

authzforce-pdp-ext-json-path from group org.ow2.authzforce (version 1.0.0)

AuthzForce PDP extensions for JSON value processing, in particular JSONPath evaluation; it provides the XACML datatype 'urn:ow2:authzforce:feature:pdp:datatype:json' for JSON object/array values, and XACML functions that evaluate a JSON path (second parameter of standard string datatype) against an input JSON object/array (first parameter of datatype 'urn:ow2:authzforce:feature:pdp:datatype:json') and return the result of this evaluation. The return datatype depends on the actual function used: 'urn:ow2:authzforce:feature:pdp:function:string-from-json-path' returns a bag of strings, 'urn:ow2:authzforce:feature:pdp:function:integer-from-json-path' returns a bag of integers, 'urn:ow2:authzforce:feature:pdp:function:double-from-json-path' returns a bag of doubles, 'urn:ow2:authzforce:feature:pdp:function:boolean-from-json-path' returns a bag of booleans.

Group: org.ow2.authzforce Artifact: authzforce-pdp-ext-json-path
Show documentation Show source 
Download authzforce-pdp-ext-json-path.jar (1.0.0)
 

0 downloads
Artifact authzforce-pdp-ext-json-path
Group org.ow2.authzforce
Version 1.0.0
Last update 22. May 2024
Organization not specified
URL ${project.url}
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies authzforce-ce-core-pdp-api, json-path,
There are maybe transitive dependencies!

skrapeit-http-fetcher from group it.skrape (version 1.3.0-alpha.2)

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. First and foremost it aims to be a testing lib, but it can also be used to scrape websites in a convenient fashion.

Group: it.skrape Artifact: skrapeit-http-fetcher
Show all versions Show documentation Show source 
Download skrapeit-http-fetcher.jar (1.3.0-alpha.2)
 

0 downloads
Artifact skrapeit-http-fetcher
Group it.skrape
Version 1.3.0-alpha.2
Last update 29. November 2023
Organization not specified
URL https://docs.skrape.it
License MIT License
Dependencies amount 2
Dependencies skrapeit-base-fetcher, kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

skrapeit-browser-fetcher from group it.skrape (version 1.3.0-alpha.2)

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. First and foremost it aims to be a testing lib, but it can also be used to scrape websites in a convenient fashion.

Group: it.skrape Artifact: skrapeit-browser-fetcher
Show all versions Show documentation Show source 
Download skrapeit-browser-fetcher.jar (1.3.0-alpha.2)
 

0 downloads
Artifact skrapeit-browser-fetcher
Group it.skrape
Version 1.3.0-alpha.2
Last update 29. November 2023
Organization not specified
URL https://docs.skrape.it
License MIT License
Dependencies amount 5
Dependencies skrapeit-base-fetcher, htmlunit-android, logback-classic, log4j-over-slf4j, kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

skrapeit-base-fetcher from group it.skrape (version 1.3.0-alpha.2)

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. First and foremost it aims to be a testing lib, but it can also be used to scrape websites in a convenient fashion.

Group: it.skrape Artifact: skrapeit-base-fetcher
Show all versions Show documentation Show source 
Download skrapeit-base-fetcher.jar (1.3.0-alpha.2)
 

0 downloads
Artifact skrapeit-base-fetcher
Group it.skrape
Version 1.3.0-alpha.2
Last update 29. November 2023
Organization not specified
URL https://docs.skrape.it
License MIT License
Dependencies amount 2
Dependencies kotlinx-coroutines-jdk8, kotlin-stdlib-jdk8,
There are maybe transitive dependencies!



Page 101 from 116 (items total 1155)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy