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

Download JAR files tagged by possibility with all dependencies


mockito-caching-spy from group de.apaxo.test (version 0.3)

This project implements the possibility for a certain object to cache the return values of a function and then return when they are called again. This can be used to create unit tests from integration tests.

Group: de.apaxo.test Artifact: mockito-caching-spy
Show documentation Show source 
Download mockito-caching-spy.jar (0.3)
 

0 downloads
Artifact mockito-caching-spy
Group de.apaxo.test
Version 0.3
Last update 04. March 2014
Organization Apaxo GmbH
URL https://github.com/ManuelB/mockito-caching-spy/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies mockito-all,
There are maybe transitive dependencies!

atr from group nl.big-o (version 1.0.8)

Version 4 of ANTLR produces parse trees (contrary to abstract syntax trees). Depending on how your grammar is written, this can cause the parse tree to become large. This library might help compact the parse tree and adds the possibility to serialize the parse tree to JSON (and the other way around).

Group: nl.big-o Artifact: atr
Show documentation Show source 
Download atr.jar (1.0.8)
 

0 downloads
Artifact atr
Group nl.big-o
Version 1.0.8
Last update 01. January 2023
Organization not specified
URL https://github.com/bkiers/antlr-tree-rewriter-java
License MIT License
Dependencies amount 2
Dependencies antlr4-runtime, antlr4-maven-plugin,
There are maybe transitive dependencies!

spring-rest from group org.dspace.modules (version 7.0-preview-1)

Overlay REST customizations. This is probably a temporary solution to the build problems. We like to investigate about the possibility to remove the overlays enable a more flexible extension mechanism. The use of web-fragment and spring mvc technology allow us to add request handlers just adding new jar in the classloader

Group: org.dspace.modules Artifact: spring-rest
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact spring-rest
Group org.dspace.modules
Version 7.0-preview-1
Last update 17. May 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies additions, dspace-spring-rest,
There are maybe transitive dependencies!

status4spring from group com.github.herrschwarz (version 0.1.7)

Controller providing various information like memory utilization, number of processors and threads. Provides some health inspectors to check the current state of your application, incl. the possibility to implement your own health inspectors

Group: com.github.herrschwarz Artifact: status4spring
Show all versions Show documentation Show source 
Download status4spring.jar (0.1.7)
 

0 downloads
Artifact status4spring
Group com.github.herrschwarz
Version 0.1.7
Last update 12. June 2016
Organization not specified
URL http://github.com/herrschwarz/status4spring
License GNU GENERAL PUBLIC LICENSE
Dependencies amount 7
Dependencies guava, spring-webmvc, javax.servlet-api, spring-test, mongo-java-driver, slf4j-api, spring-context-support,
There are maybe transitive dependencies!

learning-to-rank from group de.julielab (version 2.11.1)

This is a copy of the original RankLib from the Lemur project (https://sourceforge.net/p/lemur/wiki/RankLib/). The copy serves as a possibility to create a Maven artifact uploaded to Maven central since the Lemur project doesn't provide Maven artifacts on central. Additionally, changes have been made to use RankLib more easily as a library from the code of another program. Also, for thread-safety, the static, global feature number counter is not used any more.

Group: de.julielab Artifact: learning-to-rank
Show all versions Show documentation Show source 
Download learning-to-rank.jar (2.11.1)
 

0 downloads
Artifact learning-to-rank
Group de.julielab
Version 2.11.1
Last update 26. January 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies commons-math3,
There are maybe transitive dependencies!

yami-tool from group be.unamur.info (version 1.1.0)

Usage models (Discrete Time Markov Chain (DTMC)) represents the usage scenarios of the software as well as their probability. This allows one to determine the relative importance of execution scenarios (with respect to other). This project explores the possibility to reverse engineer usage models based on execution traces contained in application logs.

Group: be.unamur.info Artifact: yami-tool
Show all versions Show documentation Show source 
Download yami-tool.jar (1.1.0)
 

0 downloads
Artifact yami-tool
Group be.unamur.info
Version 1.1.0
Last update 02. November 2018
Organization University of Namur
URL https://github.com/xdevroey/yami
License Apache License 2.0
Dependencies amount 6
Dependencies vibes-dsl, guava, gson, named-regexp, log4j-slf4j-impl, slf4j-api,
There are maybe transitive dependencies!

jmapper-api from group com.googlecode.jmapper-framework (version 1.2.1)

JMapper is a framework that permits to write dynamic mapping, bringing several advantages as: create and enrich target objects, apply a specific logic to the mapping (only valued fields, only null fields, etc..), automated management of the XML file, possibility of implementing the 1 to N and N to 1 relationships, define explicit conversions, define inherited configurations,

Group: com.googlecode.jmapper-framework Artifact: jmapper-api
Show documentation Show source 
Download jmapper-api.jar (1.2.1)
 

0 downloads
Artifact jmapper-api
Group com.googlecode.jmapper-framework
Version 1.2.1
Last update 13. December 2014
Organization not specified
URL http://code.google.com/p/jmapper-framework/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dominate-core from group it.amattioli (version 1.0.7)

Dominate is the basement on which all other JavATE libraries are build. It contains interfaces for the basic patterns of domain driven design like "entity" and "repository". These interfaces gives you the possibility to access these objects in a standardized way allowing a lot of generalization and simplification. Side by side with these interfaces there are implementations that speed up the development of application using mainstream technologies like Hibernate, JPA, JCR and MongoDB.

Group: it.amattioli Artifact: dominate-core
Show documentation Show source 
Download dominate-core.jar (1.0.7)
 

0 downloads
Artifact dominate-core
Group it.amattioli
Version 1.0.7
Last update 25. May 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies commons-lang, commons-collections, commons-beanutils-core, slf4j-api, cglib, bsh, hibernate-validator,
There are maybe transitive dependencies!

org.wso2.carbon.http.bridge from group org.wso2.carbon (version 4.10.22)

There are two ways to use OSGi in server-side[1]. In Carbon, what we have done is, embedding an OSGi framework inside a servlet container. So BridgeServlet delegates all the request from the servlet container to the HttpServiceServlet registered by the http.bridge bundle. This is required only when Carbon is running inside a webapp. There is a possibility to embed an HTTP server(ex. jetty) inside equinox and start a server with all our carbon bundles. This is same as running carbon inside spring DM server. For this scenario, we do not need org.wso2.carbon.http.bridge bundles and the org.wso2.carbon.bridge extension bundle. 1. http://eclipse.org/equinox/server/http_quickstart.php

Group: org.wso2.carbon Artifact: org.wso2.carbon.http.bridge
Show all versions Show documentation Show source 
Download org.wso2.carbon.http.bridge.jar (4.10.22)
 

0 downloads
Artifact org.wso2.carbon.http.bridge
Group org.wso2.carbon
Version 4.10.22
Last update 24. September 2024
Organization not specified
URL http://wso2.org
License not specified
Dependencies amount 3
Dependencies org.eclipse.osgi, org.wso2.carbon.bridge, org.eclipse.equinox.http.servlet,
There are maybe transitive dependencies!

slf4j-tty from group com.sshtools (version 0.0.4)

An SLF4J log provider that directly implements the SLF4J API and provides logging output suitable for console output (i.e. not to a file). The width of the output is restricted to the terminal width, with the possibility to split the width into multiple sections, each which may be a fixed width, or 'auto' which divides all remaining space amongst other automative sections. Any log attribute fields may then be placed in any of the sections with a particular alignment. Text will not overflow out of its section. Sections may be colour or styled with other text attributes, including hyperlinks for supported termins. Emoticons and other graphical sequences may be used in place of log levels. Configuration is achieved via 'ini' type files, which are reload automatically when changed.

Group: com.sshtools Artifact: slf4j-tty
Show all versions Show documentation Show source 
Download slf4j-tty.jar (0.0.4)
 

0 downloads
Artifact slf4j-tty
Group com.sshtools
Version 0.0.4
Last update 20. September 2024
Organization JAdaptive
URL https://github.com/sshtools/jini
License MIT
Dependencies amount 3
Dependencies slf4j-api, jini-config, jline-style,
There are maybe transitive dependencies!



Page 5 from 6 (items total 53)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy