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

Download JAR files tagged by sure with all dependencies

Search JAR files by class name

media-odi from group nl.vpro.media (version 8.2.0)

Support for ODI authentication as required by NPO player. Not sure whether this is still needed or used. It also supports other 'location handlers'. I think this module is actually misnamed.

Group: nl.vpro.media Artifact: media-odi
Show all versions Show documentation Show source 
 

0 downloads
Artifact media-odi
Group nl.vpro.media
Version 8.2.0
Last update 12. July 2024
Organization not specified
URL Not specified
License GPLv3
Dependencies amount 10
Dependencies jackson-databind, media-domain, media-test, commons-io, commons-lang3, httpclient, slf4j-api, wiremock-standalone, jakarta.annotation-api, jaxb-runtime,
There are maybe transitive dependencies!

randomvos from group com.autentia (version 1.0.1)

A simple library to construct Value Objects filled with random values. This is useful for unit testing Value Objects and their Builders, making sure all properties are properly set and equals() and hashCode() are correctly defined.

Group: com.autentia Artifact: randomvos
Show all versions Show documentation Show source 
 

0 downloads
Artifact randomvos
Group com.autentia
Version 1.0.1
Last update 23. December 2017
Organization not specified
URL https://github.com/cdelhoyo/randomvos
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jagent from group com.jolira (version 1.0.2)

This java agent override the java.net.InetAddres#getLocalHost() address to always return 127.0.0.1. To run this tools, add the jagent-*.jar as a -javaagent and make sure that asm-*.jar is part of the classpath (as in java -javaagent:./target/jagent-1.0.0.jar -cp ~/.m2/repository/asm/asm/3.2/asm-3.2.jar:./target/jagent-1.0.0-tests.jar com.jolira.jagent.MainTest)

Group: com.jolira Artifact: jagent
Show all versions Show documentation Show source 
 

0 downloads
Artifact jagent
Group com.jolira
Version 1.0.2
Last update 04. June 2010
Organization not specified
URL http://maven.apache.org
License not specified
Dependencies amount 1
Dependencies asm,
There are maybe transitive dependencies!

lambdatest-espresso from group io.github.lambdatest (version 1.0.1)

This Java package enables visual testing for Android by integration LambdaTest's SmartUI with Espresso tests, making sure that the UI is pixel perfect by ensuring comprehensive coverage and accuracy in your visual testing endeavours.

Group: io.github.lambdatest Artifact: lambdatest-espresso
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact lambdatest-espresso
Group io.github.lambdatest
Version 1.0.1
Last update 06. May 2024
Organization not specified
URL https://github.com/LambdaTest/lambdatest-espresso
License Apache License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

java-jwt-nodependencies from group nl.open (version 3.2.0)

This is a drop in replacement for the auth0 java-jwt library (see https://github.com/auth0/java-jwt). This jar makes sure there are no external dependencies (e.g. fasterXml, Apacha Commons) needed. This is useful when deploying to an application server (e.g. tomcat with Alfreso or Pega).

Group: nl.open Artifact: java-jwt-nodependencies
Show documentation Show source 
 

8 downloads
Artifact java-jwt-nodependencies
Group nl.open
Version 3.2.0
Last update 05. November 2017
Organization not specified
URL https://bitbucket.org/opensupport/java-jwt-nodependencies
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

imagej-launcher from group net.imagej (version 4.0.5)

The executable which runs ImageJ. Its purpose is also to make sure that updates downloaded by the ImageJ Updater will be put into place before starting the Java Virtual Machine. It was formerly known as the Fiji launcher.

Group: net.imagej Artifact: imagej-launcher
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact imagej-launcher
Group net.imagej
Version 4.0.5
Last update 22. April 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ij-launcher from group net.imagej (version 2.0.3)

The executable which runs ImageJ. Its purpose is also to make sure that updates downloaded by the ImageJ Updater will be put into place before starting the Java Virtual Machine. It was formerly known as the Fiji launcher.

Group: net.imagej Artifact: ij-launcher
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ij-launcher
Group net.imagej
Version 2.0.3
Last update 14. February 2014
Organization ImageJ
URL http://developer.imagej.net/
License Simplified BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

metouia from group net.sf.squirrel-sql.thirdparty-non-maven (version 1.0.0-beta)

This project was once hosted on SourceForge (http://mlf.sourceforge.net), but SourceForge replaced it with a different project (not sure what the reason for removal was). It was licensed under an OSI-approved open source license according to the historical page hosted by the Internet Archive's wayback machine.

Group: net.sf.squirrel-sql.thirdparty-non-maven Artifact: metouia
Show source 
 

0 downloads
Artifact metouia
Group net.sf.squirrel-sql.thirdparty-non-maven
Version 1.0.0-beta
Last update 01. October 2009
Organization not specified
URL http://web.archive.org/web/20060820122207/mlf.sourceforge.net/index.php?home
License GNU Lesser General Public License (LGPL)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

groovy-params-checker from group com.faceture (version 1.0.28)

Automatic Groovy parameter checker. How to use: 1. Annotate your Groovy classes with @ParamsNotNullNotEmpty; 2. At compile time, code will be added into each of your methods to check each parameter to make sure it is not null and in the case of Collections, Maps and Strings, it is not empty; 3. At run time, if a parameter is null or empty, it will throw an IllegalArgumentException with details about the null or empty parameter. To disable the annotation at compile time, set the ParamsNotNullNotEmpty.NoOpMode flag to true.

Group: com.faceture Artifact: groovy-params-checker
Show all versions Show documentation Show source 
 

0 downloads
Artifact groovy-params-checker
Group com.faceture
Version 1.0.28
Last update 23. August 2014
Organization not specified
URL https://github.com/xnickmx/params-checker
License MIT License
Dependencies amount 1
Dependencies groovy-all,
There are maybe transitive dependencies!

jiron from group net.jalg (version 1.0)

jiron is a library for working with encapsulated tokens. Encapsulated tokens can be used to encrypt and sign arbitrary messages, pass them around in untrusted environments (e.g. the Web), receive them back and still be sure that noone has seen or modified the original token. This is useful for authentication tokens, e.g. in the context of authorization delegation or cookie-based Web authentication.

Group: net.jalg Artifact: jiron
Show documentation Show source 
 

0 downloads
Artifact jiron
Group net.jalg
Version 1.0
Last update 13. August 2013
Organization not specified
URL https://github.com/algermissen/jiron
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 5 from 8 (items total 75)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy