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

Download JAR files tagged by simple with all dependencies

Search JAR files by class name

execs from group de.vandermeer (version 0.4.0)

A simple set of classes to execute programmes from the command line, without littering the code with static void main(String[] args). This package addresses the following problem: a package (or a set of packages) contain a number of tools that should be run from outside java, e.g. using a static main() method. Over time, it might (will) be hard to know (or find) all main methods.

Group: de.vandermeer Artifact: execs
Show all versions Show documentation Show source 
 

0 downloads
Artifact execs
Group de.vandermeer
Version 0.4.0
Last update 13. April 2017
Organization not specified
URL https://github.com/vdmeer/execs
License Apache 2
Dependencies amount 3
Dependencies commons-lang3, commons-cli, ST4,
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!

easymonitor from group cn.easyproject (version 1.5.0-RELEASE)

EasyMonitor is a free open-source Java-based, cross-platform operation monitoring system service components engine framework. Can run as application(EasyMonitor Application), and can be extended as the monitoring engine(EasyMonitor Engine). EasyMonitor provide support for the need to monitor the operating state of the program scene,notification, script execution is equal to function. And all this, just a simple configuration management to complete.

Group: cn.easyproject Artifact: easymonitor
Show all versions Show documentation Show source 
 

0 downloads
Artifact easymonitor
Group cn.easyproject
Version 1.5.0-RELEASE
Last update 21. September 2016
Organization not specified
URL http://easyproject.cn/easymonitor
License The Apache Software License, Version 2.0
Dependencies amount 9
Dependencies spring-context, spring-aop, spring-context-support, spring-tx, slf4j-log4j12, javax.mail, freemarker, quartz, quartz-jobs,
There are maybe transitive dependencies!

iopower from group com.github.power-libraries (version 1.1.3)

Power Libraries is a small project to collect some repeatedly needed or otherwise useful Java 8 classes in a collection of tiny libraries. IO Power is the first and really tiny library of the Power Libraries. It contains some simple helper method for opening Input- and Outputstreams. The main purpose of IO Power is to make opening streams, readers and writers less cluttered and simple to understand.

Group: com.github.power-libraries Artifact: iopower
Show all versions Show documentation Show source 
 

0 downloads
Artifact iopower
Group com.github.power-libraries
Version 1.1.3
Last update 15. September 2016
Organization not specified
URL http://power-libraries.github.io
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

chicory-maven-parent from group com.github.sviperll (version 0.36)

This is an umbrella project that unifies several libraries. All libraries provides some basic most generic functionality. This package is used to share generic code between more specialized projects. All provided libraries tend to have as simple implementation as possible, basically some wrapping above Java SE.

Group: com.github.sviperll Artifact: chicory-maven-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact chicory-maven-parent
Group com.github.sviperll
Version 0.36
Last update 13. September 2016
Organization not specified
URL https://github.com/sviperll/chicory
License The BSD 3-Clause License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

truevfs from group net.java.truevfs (version 0.11.1)

TrueVFS is a virtual file system (VFS) for Java 7 which enables client applications to perform CRUD (Create, Read, Update, Delete) operations on archive files as if they were virtual directories, even with nested archive files in multithreaded environments. As a library, TrueVFS provides simple, uniform, transparent, thread-safe, read/write access to archive files as if they were virtual directories in a file system path. As a framework, TrueVFS provides the API to write file system drivers which plug-in to its federated file system space.

Group: net.java.truevfs Artifact: truevfs
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact truevfs
Group net.java.truevfs
Version 0.11.1
Last update 07. August 2016
Organization not specified
URL http://truevfs.java.net
License Eclipse Public License, Version 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jdbc from group org.beiter.michael.eaudit4j.processors (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides a set of audit processors that persists audit events using JDBC. Depending on the processor implementation, the JDBC connection can be instantiated from a configurable database connection pool, a JNDI name, or a data source. Once persisted, the event is passed on without modification.

Group: org.beiter.michael.eaudit4j.processors Artifact: jdbc
Show all versions Show documentation Show source 
 

0 downloads
Artifact jdbc
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 4
Dependencies common, db, slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!

audit-parent from group org.beiter.michael.eaudit4j (version 1.1)

The eAudit4j library provides a simple and pluggable solution for auditing in Java. This library uses the concept of "audit streams", with a stream being comprised of one or more "audit processors". An application can configure an unlimited number of audit streams, each with a different configuration. When an application wants to audit an event, it will create and populate an "Event" instance, and then submit the event to the audit stream for processing and persitance. Depending on the audit stream configuration and the processors being used in the audit stream configuration, processing my be synchronous or asynchronous, and utilize different security features.

Group: org.beiter.michael.eaudit4j Artifact: audit-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact audit-parent
Group org.beiter.michael.eaudit4j
Version 1.1
Last update 20. July 2016
Organization Michael Beiter <[email protected]>
URL http://mbeiter.github.io/audit4j/docs/${project.version}/
License BSD 3-clause Revised License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

pomlint-maven-plugin from group dk.kyuff.pomlint (version 1.1)

The pomlint mojo helps enforcing a certain style in Maven projects. This is particular useful in a multi-module project maintained by large teams of developers. Often best practices are ignored when the project becomes busy. This leads to pom structures that are hard to maintain and thus degrade the projects agility. By having a linter enforce the rules upfront many of the simple mistakes can be avoided.

Group: dk.kyuff.pomlint Artifact: pomlint-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact pomlint-maven-plugin
Group dk.kyuff.pomlint
Version 1.1
Last update 10. July 2016
Organization not specified
URL http://maven.apache.org
License MIT License
Dependencies amount 3
Dependencies maven-plugin-api, maven-core, maven-model,
There are maybe transitive dependencies!

hottentot-runtime from group org.labcrypto (version 0.2)

Hottentot is a simple and easy to use RPC Framework. It has its own IDL and generates source codes for different programming languages. C++ and Java are currently fully supported but Python and C support will be added soon. It also has a Serialization Framework which can be used without RPC stub generation feature to serialize objects in binary format.

Group: org.labcrypto Artifact: hottentot-runtime
Show documentation Show source 
 

0 downloads
Artifact hottentot-runtime
Group org.labcrypto
Version 0.2
Last update 18. May 2016
Organization not specified
URL https://github.com/LabCryptoOrg/hottentot
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1135 from 1156 (items total 11553)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy