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

Download JAR files tagged by context with all dependencies

Search JAR files by class name

bw-core from group com.github.burningwave (version 1.7.6)

Burningwave core is an advanced, free and open source Java library that contains THE MOST POWERFUL CLASSPATH SCANNER for criteria based classes search. It’s possible to search classes by every criteria that your immagination can made by using lambda expressions. Burningwave core scan engine is highly optimized using direct allocated ByteBuffers to avoid heap saturation; searches are executed in multithreading context and are not affected by “the issue of the same class loaded by different classloaders” (normally if you try to execute "isAssignableFrom" method on a same class loaded from different classloader it return false). This library is useful also for creating classes during runtime, facilitate the use of reflection and much more...

Group: com.github.burningwave Artifact: bw-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact bw-core
Group com.github.burningwave
Version 1.7.6
Last update 30. December 2019
Organization not specified
URL https://github.com/burningwave/bw-core
License not specified
Dependencies amount 2
Dependencies slf4j-api, asm,
There are maybe transitive dependencies!

beigesoft-webcrud from group org.beigesoft (version 1.1.8)

This is CRUD interface based on standard JEE MVC servlet, JSP, JSTL. It renders forms and lists of any entity according XML settings (Beige-Settings). Database logic is handled by Beige-ORM. It also includes Mail-sender and database replicator through WEB-service. It is SQLite configured. Put WAR file into Tomcat7 webapps, make sure that Tomcat has libraries: HikariCP-2.4.3.jar, sqlite-jdbc-3.8.11.2.jar, slf4j-api-1.7.12.jar (versions may be different), for MS Windows change file separator in META-INF\context.xml connectionURL from "/" to "\" and reassemble WAR. Beigesoft-Accounting-Web extends it into very complex business application.

Group: org.beigesoft Artifact: beigesoft-webcrud
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact beigesoft-webcrud
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 3
Dependencies beigesoft-webcrud-jar, taglibs-standard-spec, taglibs-standard-impl,
There are maybe transitive dependencies!

infinispan-spring4-remote from group org.infinispan (version 10.0.0.Alpha1)

Group: org.infinispan Artifact: infinispan-spring4-remote
Show all versions Show source 
 

1 downloads
Artifact infinispan-spring4-remote
Group org.infinispan
Version 10.0.0.Alpha1
Last update 20. November 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies infinispan-client-hotrod, infinispan-spring4-common,
There are maybe transitive dependencies!

infinispan-spring4-parent from group org.infinispan (version 10.0.0.Alpha1)

The Infinispan Spring Integration project provides Spring integration for Infinispan, a high performance distributed cache. Its primary features are * An implementation of org.springframework.cache.CacheManager, Spring's central caching abstraction, backed by Infinispan's EmbeddedCacheManager. To be used if your Spring-powered application and Infinispan are colocated, i.e. running within the same VM. * An implementation of org.springframework.cache.CacheManager backed by Infinispan's RemoteCacheManager. To bes used if your Spring-powered application accesses Infinispan remotely, i.e. over the network. * An implementation of org.springframework.cache.CacheManager backed by a CacheContainer reference. To be used if your Spring- powered application needs access to a CacheContainer defined outside the application (e.g. retrieved from JNDI) * Spring namespace support allowing shortcut definitions for all the components above In addition, Infinispan Spring Integration offers various FactoryBeans for facilitating creation of Infinispan core classes - Cache, CacheManager, ... - within a Spring context.

Group: org.infinispan Artifact: infinispan-spring4-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact infinispan-spring4-parent
Group org.infinispan
Version 10.0.0.Alpha1
Last update 20. November 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

infinispan-spring4-embedded from group org.infinispan (version 10.0.0.Alpha1)

Group: org.infinispan Artifact: infinispan-spring4-embedded
Show all versions Show source 
 

1 downloads
Artifact infinispan-spring4-embedded
Group org.infinispan
Version 10.0.0.Alpha1
Last update 20. November 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies infinispan-core, infinispan-spring4-common,
There are maybe transitive dependencies!

infinispan-spring4-common from group org.infinispan (version 10.0.0.Alpha1)

Group: org.infinispan Artifact: infinispan-spring4-common
Show all versions Show source 
 

0 downloads
Artifact infinispan-spring4-common
Group org.infinispan
Version 10.0.0.Alpha1
Last update 20. November 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies infinispan-commons,
There are maybe transitive dependencies!

springBatchPerformanceMonitoring from group de.viadee (version 1.0.2)

This Tool provides the means to monitor the performance of Spring Batch applications without the need to manipulate the respective code basis. Through Listeners and AOP it evaluates the throughput of a monitored Job and writes the result to a simble database-schema (a file-based H2 by default). It measures the performance of Job, Step, Chunk, Reader/Processor/Writer/Tasklet down to indivdual Items. Installation/Usage: 1. Add the springBatchPerformanceMonitoring-dependency to your POM 2. Add the de.viadee.spring.batch.infrastructure.Configurator.class to your Spring-Application-Context (via @Import on your Configuration) 3. Run the Job 4. By default the monitoring result is written to project-folder/target/database/monitoringDB.mv.db

Group: de.viadee Artifact: springBatchPerformanceMonitoring
Show documentation Show source 
 

0 downloads
Artifact springBatchPerformanceMonitoring
Group de.viadee
Version 1.0.2
Last update 10. July 2017
Organization viadee Unternehmensberatung GmbH
URL https://java.viadee.de/spring-batch-monitoring/
License FreeBSD License
Dependencies amount 16
Dependencies spring-batch-core, spring-batch-infrastructure, spring-beans, spring-core, spring-context, spring-tx, spring-jdbc, spring-test, spring-aop, aspectjrt, aspectjweaver, log4j, junit, mockito-core, h2, tomcat-dbcp,
There are maybe transitive dependencies!

jmockring-core from group org.jmockring (version 0.7.0)

jmockring - Java test MOCKing tool for spRING. A test harness tool for projects using the following technology stack: - Java 6+ - Spring 3.1 or greater as a DI/Deployment container - JUnit 4 and Mockito for testing - Jetty/Servlet API 3.0 for web app (war) deployment - for testing only Main features: 1) Partial Spring context deployment with automatic bean mocking for unavailable beans 2) Bootstrapping embedded Jetty server via JUnit runners 3) Configurable web application contexts 4) Automatic injection of Spring beans and mocks in JUnit tests via Java5 annotations

Group: org.jmockring Artifact: jmockring-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact jmockring-core
Group org.jmockring
Version 0.7.0
Last update 13. March 2017
Organization not specified
URL https://github.com/plechev/jmockring
License not specified
Dependencies amount 15
Dependencies javax.servlet-api, commons-collections, javax.inject, hibernate-jpa-2.0-api, spring-core, spring-beans, spring-expression, spring-context, spring-context-support, spring-web, spring-tx, commons-lang3, junit-dep, mockito-core, hamcrest-junit,
There are maybe transitive dependencies!

parser from group com.github.claasahl (version 2.0.1)

This is an open source library for parsing text-based inputs. PARSER makes use of context-free grammars to validate and parse sentences. Having specified such a grammar, the library takes care of parsing text-based inputs and returns a tree of nodes that represents the parsed sentence. Furthermore, it provides ways for interpreting and refining the returned tree of nodes. In essence, the library aims to remove the pain of parsing and instead allow focusing on processing and interpreting parsed results.

Group: com.github.claasahl Artifact: parser
Show all versions Show documentation Show source 
 

0 downloads
Artifact parser
Group com.github.claasahl
Version 2.0.1
Last update 28. February 2017
Organization not specified
URL https://github.com/claasahl/PARSER
License GNU Lesser General Public License (LGPL) - Version 3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

SEWOL from group de.uni.freiburg.iig.telematik (version 1.0.2)

SEWOL provides support for the handling of workflow traces. Specifically it allows to specify the shape and content of process traces in terms of entries representing the execution of a specific workflow activity. SEWOL also allows to write these traces on disk as a log file with the help of a special file writer for process logs. Currently it supports plain text, Petrify, MXML and XES log file types. In order to specify security-related context information, SEWOL provides access control models such as access control lists (ACL) and role-based access control models (RBAC). All types of models can be conveniently edited with the help of appropriate dialogs.

Group: de.uni.freiburg.iig.telematik Artifact: SEWOL
Show all versions Show documentation Show source 
 

34 downloads
Artifact SEWOL
Group de.uni.freiburg.iig.telematik
Version 1.0.2
Last update 22. January 2016
Organization Institute of Computer Science and Social Studies, Department of Telematics
URL https://github.com/iig-uni-freiburg/SEWOL
License bsd_3
Dependencies amount 6
Dependencies TOVAL, JAGAL, guava, jung-graph-impl, jung-visualization, xstream,
There are maybe transitive dependencies!



Page 90 from 93 (items total 921)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy