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

Download JAR files tagged by modified with all dependencies

Search JAR files by class name

cissnei from group org.bitbucket.iamkenos (version 1.0.4)

A test automation framework built on top of Cucumber. Intended to be used for writing various automated cucumber tests using external dependencies: - Cucumber: ${io-cucumber-ver} - Web UI Functional Tests: Selenium ${selenium-java-ver} - API Tests: RestAssured ${rest-assured-ver} Run tests using: - A Cucumber runner class for CICD setup - Built-in JavaFx Applet test runner to non-CICD setup using a fat jar c/o maven shade Report Results: - Credits to Damian Szczepanik and his project [cucumber-reporting] - Built-in reporting module [cissnei-report] forked and modified - https://github.com/damianszczepanik/cucumber-reporting

Group: org.bitbucket.iamkenos Artifact: cissnei
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact cissnei
Group org.bitbucket.iamkenos
Version 1.0.4
Last update 20. June 2018
Organization not specified
URL https://bitbucket.org/iamkenos/cissnei
License GNU General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

beige-orm from group org.beigesoft (version 1.1.3)

Beigesoft ORM library. This is simple lightweigt multiplatform (JDBC/Android) ORM library. It supports Postgresql, H2 and SQlite. Consist of ORM logic except platform dependent database access logic - e.g. JDBC or Android. It's configurable with standard Java Properties XML files. Standard SQL queries both DML(e.g. SELECT) and DDL(e.g. CREATE) are automatically generated and could be modified/replaced by Properties XML.

Group: org.beigesoft Artifact: beige-orm
Show all versions Show documentation Show source 
 

0 downloads
Artifact beige-orm
Group org.beigesoft
Version 1.1.3
Last update 24. December 2016
Organization not specified
URL http://www.beigesoft.org
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies beige-common, beige-settings,
There are maybe transitive dependencies!

rxtx-rebundled from group de.root1 (version 2.1-7r2-6)

rxtx-rebundled is a slightly modified version of the original rxtx 2.1-7r2. The only difference is: 1) It's a working mavenized library 2) There's just one JAR required. Nothing else. The native libs are bundled with the jar-file. 3) You don't have to care about "java.library.path". This version will on startup extract the correct native libs to system temp folder and loads them automatically. When JVM terminates, temp files will be removed.

Group: de.root1 Artifact: rxtx-rebundled
Show all versions Show documentation Show source 
 

2 downloads
Artifact rxtx-rebundled
Group de.root1
Version 2.1-7r2-6
Last update 09. May 2015
Organization not specified
URL http://dev.root1.de/projects/rxtx-rebundled/
License GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007
Dependencies amount 0
Dependencies No dependencies
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!

sonar-cutoff-plugin from group org.codehaus.sonar-plugins (version 0.2)

Exclude files from analysis based on a cutoff date threshold. Any source file that was last modified prior to the configured cutoff date is excluded. This can be useful when you want to analyze the work done on an existing code base and measure the quality of new code/changes only. This way previous phases of the project will not impact the analysis.

Group: org.codehaus.sonar-plugins Artifact: sonar-cutoff-plugin
Show all versions Show documentation Show source 
 

4 downloads
Artifact sonar-cutoff-plugin
Group org.codehaus.sonar-plugins
Version 0.2
Last update 19. October 2012
Organization SonarSource
URL http://docs.codehaus.org/display/SONAR/Cutoff+Plugin
License GNU LGPL 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jutf7 from group com.beetstra.jutf7 (version 1.0.0)

This library provides UTF-7 and Modified UTF-7 Charsets for Java. Sun's default Java distribution lacks support for the UTF-7 character set. Though it is not used commonly, it is still sometimes encountered in e-mails, or applications handling e-mail. The package is written as java.nio.charset extension, which means it can be used without special installation or configuration. Just drop the jar in your classpath, and you are ready to go.

Group: com.beetstra.jutf7 Artifact: jutf7
Show documentation Show source 
 

4 downloads
Artifact jutf7
Group com.beetstra.jutf7
Version 1.0.0
Last update 25. August 2011
Organization not specified
URL http://jutf7.sourceforge.net/
License MIT license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ares-boot-base-log from group io.github.aresxue.boot (version 1.0.2)

日志模块,集成log4j2, 提供工具类可静态打印日志, 业务可import通用日志配置(中间件配置和业务基础配置)开箱即用, 另外还提供http接口出入参打印和rpc提供者和消费者的出入参打印(有开关可以热启动和热关闭,同时可在线修改日志级别), traceId在日志中进行输出以及普通文件日志之外的结构化日志( 供运维采集分析可视化),提供全链路信息(包括tid)跨线程跨线程池的能力 Log module, integrates log4j2, provides tool classes that can print logs statically, business can import common log configurations (middleware configuration and business basic configuration) out of the box, and also provides http interface input and output parameter printing and rpc providers and consumers. Input and output parameter printing (there is a switch for hot start and hot shutdown, and the log level can be modified online), traceId is output in the log and structured logs other than ordinary file logs (for operation and maintenance collection and analysis visualization). The ability to provide full link information (including tid) across threads across thread pools.

Group: io.github.aresxue.boot Artifact: ares-boot-base-log
Show all versions Show documentation Show source 
 

0 downloads
Artifact ares-boot-base-log
Group io.github.aresxue.boot
Version 1.0.2
Last update 05. January 2024
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 4
Dependencies ares-boot-util-log, ares-boot-base-trace, ares-boot-base-config, spring-boot-starter-log4j2,
There are maybe transitive dependencies!

closure-compiler-parent from group com.vertispan.javascript (version v20230411-1)

Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs. This distribution is slightly modified from the original for easier use with J2CL outside of Bazel by Vertispan LLC. The links and references in this pom.xml will reference the Vertispan fork, to ensure that any error introduced by our changes are not incorrectly blamed on the upstream Google repository.

Group: com.vertispan.javascript Artifact: closure-compiler-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact closure-compiler-parent
Group com.vertispan.javascript
Version v20230411-1
Last update 04. November 2023
Organization not specified
URL https://github.com/vertispan/closure-compiler/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

JTransforms from group org.openimaj (version 1.3.10)

JTransforms is the first, open source, multithreaded FFT library written in pure Java. Currently, four types of transforms are available: Discrete Fourier Transform (DFT), Discrete Cosine Transform (DCT), Discrete Sine Transform (DST) and Discrete Hartley Transform (DHT). The code is derived from General Purpose FFT Package written by Takuya Ooura and from Java FFTPack written by Baoshe Zhang. This version has been modified to daemonize threads and stop any application using the library waiting after execution has finished, and is based on revision 29 of the svn version of the code from 2014-05-18.

Group: org.openimaj Artifact: JTransforms
Show all versions Show documentation Show source 
 

12 downloads
Artifact JTransforms
Group org.openimaj
Version 1.3.10
Last update 09. February 2020
Organization not specified
URL https://sites.google.com/site/piotrwendykier/software/jtransforms
License MPL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

access-modifier-suppressions from group org.kohsuke (version 1.16)

This module allows you to enable suppressions for turning off warnings about Restricted APIs. !!!WARNING!!! Classes are marked as @Restricted for a reason and this module should not be used lightly! It implies that the author does not intend for them to be used outside their defined scope and as such they may be changed/modified/removed at any stage without warning. A simple upgrade of the dependency may break your module. Use at your own risk. You should try to not use @Restricted classes in the first place, but if you _must_ use them, this is a less-brutal approach than just disabling the access-modifier-checker entirely

Group: org.kohsuke Artifact: access-modifier-suppressions
Show documentation Show source 
 

0 downloads
Artifact access-modifier-suppressions
Group org.kohsuke
Version 1.16
Last update 05. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies access-modifier-annotation,
There are maybe transitive dependencies!



Page 43 from 44 (items total 440)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy