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

Download JAR files tagged by find with all dependencies

Search JAR files by class name

fscript from group org.objectweb.fractal.fscript (version 2.1.3)

FScript is a scripting language dedicated to Fractal components architectural reconfigurations. It also includes FPath, a notation inspired by XPath which makes it easy to navigate inside Fractal architectures to discover its structure or find elements (components or interfaces) which match certain criterion.

Group: org.objectweb.fractal.fscript Artifact: fscript
Show all versions 
 

0 downloads
Artifact fscript
Group org.objectweb.fractal.fscript
Version 2.1.3
Last update 08. December 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies fractal-api, fractal-adl, fractal-util, fractal-rmi, jta, jcip-annotations, antlr-runtime, monolog, guava, script-api,
There are maybe transitive dependencies!

oscube from group oscube (version 0.3)

OSCube is a framework of sorts. I find myself writing a particular type of application, some kind of job engine, repeatedly and OSCube is the generic version there-of. It uses Simple-JNDI, and therefore really just basic JNDI, as its configuration system, and the Quartz scheduler for Cron-work.

Group: oscube Artifact: oscube
Show all versions Show documentation Show source 
 

0 downloads
Artifact oscube
Group oscube
Version 0.3
Last update 08. November 2005
Organization OSJava
URL http://www.osjava.org/oscube/
License not specified
Dependencies amount 8
Dependencies log4j, commons-lang, commons-collections, commons-dbutils, gj-core, gj-config, simple-jndi, quartz,
There are maybe transitive dependencies!

checker from group io.github.eisop (version 3.42.0-eisop4)

Group: io.github.eisop Artifact: checker
Show all versions Show documentation Show source 
 

0 downloads
Artifact checker
Group io.github.eisop
Version 3.42.0-eisop4


micronaut-base-parent from group io.archimedesfw.maven.micronaut (version 4.5.0)

Group: io.archimedesfw.maven.micronaut Artifact: micronaut-base-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads

git-commit-id-maven-plugin from group io.github.git-commit-id (version 9.0.1)

This plugin makes basic repository information available through maven resources. This can be used to display "what version is this?" or "who has deployed this and when, from which branch?" information at runtime, making it easy to find things like "oh, that isn't deployed yet, I'll test it tomorrow" and making both testers and developers life easier. See https://github.com/git-commit-id/git-commit-id-maven-plugin

Group: io.github.git-commit-id Artifact: git-commit-id-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact git-commit-id-maven-plugin
Group io.github.git-commit-id
Version 9.0.1
Last update 02. July 2024
Organization not specified
URL https://github.com/git-commit-id/git-commit-id-maven-plugin
License GNU Lesser General Public License 3.0
Dependencies amount 3
Dependencies git-commit-id-plugin-core, plexus-build-api, jsr305,
There are maybe transitive dependencies!

checker from group org.checkerframework (version 3.45.0)

The Checker Framework enhances Java's type system to make it more powerful and useful. This lets software developers detect and prevent errors in their Java programs. The Checker Framework includes compiler plug-ins ("checkers") that find bugs or verify their absence. It also permits you to write your own compiler plug-ins.

Group: org.checkerframework Artifact: checker
Show all versions Show documentation Show source 
 

58 downloads
Artifact checker
Group org.checkerframework
Version 3.45.0
Last update 01. July 2024
Organization not specified
URL https://checkerframework.org/
License GNU General Public License, version 2 (GPL2), with the classpath exception
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

zap from group org.zaproxy (version 2.15.0)

The Zed Attack Proxy (ZAP) is an easy to use integrated penetration testing tool for finding vulnerabilities in web applications. It is designed to be used by people with a wide range of security experience and as such is ideal for developers and functional testers who are new to penetration testing. ZAP provides automated scanners as well as a set of tools that allow you to find security vulnerabilities manually.

Group: org.zaproxy Artifact: zap
Show all versions Show documentation Show source 
 

154 downloads
Artifact zap
Group org.zaproxy
Version 2.15.0
Last update 07. May 2024
Organization ZAP
URL https://www.zaproxy.org/
License The Apache License, Version 2.0
Dependencies amount 22
Dependencies rsyntaxtextarea, java-semver, commons-beanutils, commons-codec, commons-collections, commons-configuration, commons-httpclient, commons-io, commons-lang, commons-lang3, commons-text, harlib, javahelp, log4j-api, log4j-1.2-api, jericho-html, json-lib, commons-csv, hsqldb, jfreechart, jgrapht-core, swingx-all,
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!

git-commit-id-plugin from group pl.project13.maven (version 4.9.10)

This plugin makes basic repository information available through maven resources. This can be used to display "what version is this?" or "who has deployed this and when, from which branch?" information at runtime, making it easy to find things like "oh, that isn't deployed yet, I'll test it tomorrow" and making both testers and developers life easier. See https://github.com/git-commit-id/git-commit-id-maven-plugin

Group: pl.project13.maven Artifact: git-commit-id-plugin
Show all versions Show documentation Show source 
 

18 downloads
Artifact git-commit-id-plugin
Group pl.project13.maven
Version 4.9.10
Last update 01. August 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies maven-plugin-api, maven-core, git-commit-id-plugin-core, jsr305,
There are maybe transitive dependencies!

scenic-view from group net.raumzeitfalle.fx (version 11.0.2)

Scenic View is a JavaFX application designed to make it simple to understand the current state of your application scenegraph, and to also easily manipulate properties of the scenegraph without having to keep editing your code. This lets you find bugs, and get things pixel perfect without having to do the compile-check-compile dance.

Group: net.raumzeitfalle.fx Artifact: scenic-view
Show all versions Show documentation Show source 
 

0 downloads
Artifact scenic-view
Group net.raumzeitfalle.fx
Version 11.0.2
Last update 23. February 2020
Organization not specified
URL https://github.com/Oliver-Loeffler/scenic-view.git
License GNU General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 36 from 47 (items total 463)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy