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

Download JAR files tagged by util with all dependencies

Search JAR files by class name

gwt-timer from group org.gwtproject.timer (version 1.0.0-RC1)

A simplified, browser-safe timer class. This class serves the same purpose as java.util.Timer, but is simplified because of the single-threaded environment. To schedule a timer, simply create a subclass of it (overriding run) and call schedule or scheduleRepeating.

Group: org.gwtproject.timer Artifact: gwt-timer
Show documentation Show source 
 

0 downloads
Artifact gwt-timer
Group org.gwtproject.timer
Version 1.0.0-RC1
Last update 02. October 2020
Organization The GWT Project Authors
URL https://github.com/gwtproject/gwt-timer
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies elemental2-dom,
There are maybe transitive dependencies!

reb4j from group io.github.reggert (version 3.2.1)

The purpose of reb4j is to provide a pure Java wrapper around the regular expression syntax provided by the JRE's java.util.regex.Pattern class in order to facilitate programmatic construction of regular expressions while taking advantage of compile-time syntax checking.

Group: io.github.reggert Artifact: reb4j
Show all versions Show documentation Show source 
 

0 downloads
Artifact reb4j
Group io.github.reggert
Version 3.2.1
Last update 02. July 2019
Organization Richard W. Eggert II
URL http://reggert.github.io/reb4j
License GNU Lesser General Public License v3.0
Dependencies amount 5
Dependencies junit, functionaljava, scalacheck_${scala.compat.version}, scalatest_${scala.compat.version}, scala-library,
There are maybe transitive dependencies!

jetlang from group org.jetlang (version 0.2.23)

Jetlang provides a high performance java threading library. It is a complement to the java.util.concurrent package introduced in 1.5 and should be used for message based concurrency similar to event based actors in Scala.

Group: org.jetlang Artifact: jetlang
Show all versions Show documentation Show source 
 

0 downloads
Artifact jetlang
Group org.jetlang
Version 0.2.23
Last update 29. January 2019
Organization not specified
URL http://code.google.com/p/jetlang/
License New BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

gwt-timer from group org.jresearch.gwtproject.timer (version 1.4.1)

Fork of the Github project vegegoku/gwt-timer: A simplified, browser-safe timer class. This class serves the same purpose as java.util.Timer, but is simplified because of the single-threaded environment. To schedule a timer, simply create a subclass of it (overriding run) and call schedule or scheduleRepeating.

Group: org.jresearch.gwtproject.timer Artifact: gwt-timer
Show all versions Show documentation Show source 
 

1 downloads
Artifact gwt-timer
Group org.jresearch.gwtproject.timer
Version 1.4.1
Last update 01. November 2018
Organization not specified
URL https://github.com/gwtproject/gwt-timer
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies elemental2-dom,
There are maybe transitive dependencies!

jPascalcoin from group com.github.davidbolet.jpascalcoin (version 3.0.1)

JPascalCoin is a Java library for PascalCoin. Currently only the JSON-RPC API is supported. It's intended to be used both on Android or Java (java 1.7 is requiered). Uses google gson library for json deserialization and retrofit for rest calls. For logging purposes, uses java.util.logging, as it works by default on both Android and pure Java.

Group: com.github.davidbolet.jpascalcoin Artifact: jPascalcoin
Show all versions Show documentation Show source 
 

0 downloads
Artifact jPascalcoin
Group com.github.davidbolet.jpascalcoin
Version 3.0.1
Last update 12. June 2018
Organization not specified
URL https://github.com/davidbolet/JPascalCoin
License GNU GENERAL PUBLIC LICENSE, Version 3.0
Dependencies amount 5
Dependencies gson, retrofit, logging-interceptor, converter-gson, junit,
There are maybe transitive dependencies!

sjpu-utils from group org.xblackcat.sjpu (version 0.1.5)

Collect of utility classes and interfaces. Currenlty contains: extention of standart functional interfaces (java.util.function.*) which allow to declare thrown exception as type parameter; Simple implementation of LockPool

Group: org.xblackcat.sjpu Artifact: sjpu-utils
Show all versions Show documentation Show source 
 

1 downloads
Artifact sjpu-utils
Group org.xblackcat.sjpu
Version 0.1.5
Last update 07. November 2016
Organization not specified
URL https://github.com/xBlackCat/sjpu-utils
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

truezip-extension-jmx-jul from group de.schlichtherle.truezip (version 7.7.10)

This module provides a file system manager and an I/O pool service for managing and monitoring TrueZIP via JMX and java.util.logging. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.

Group: de.schlichtherle.truezip Artifact: truezip-extension-jmx-jul
Show all versions Show documentation Show source 
 

0 downloads
Artifact truezip-extension-jmx-jul
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

android-logger from group com.noveogroup.android (version 1.3.6)

Useful logger for Android based on standard android.util.Log class. Simple lightweight (< 50 Kb) implementation of SLF4J API. Easy but powerful configuration via properties file and some additional helpful logging methods. Easy analogue of popular log4j library.

Group: com.noveogroup.android Artifact: android-logger
Show all versions Show documentation Show source 
 

0 downloads
Artifact android-logger
Group com.noveogroup.android
Version 1.3.6
Last update 26. August 2015
Organization not specified
URL http://noveogroup.github.com/android-logger/
License The MIT License (MIT)
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

ini4j from group org.ini4j (version 0.5.4)

Java API for handling configuration files in Windows .ini format. The library includes its own Map based API, Java Preferences API and Java Beans API for handling .ini files. Additionally, the library includes a feature rich (variable/macro substitution, multiply property values, etc) java.util.Properties replacement.

Group: org.ini4j Artifact: ini4j
Show all versions Show documentation Show source 
 

143 downloads
Artifact ini4j
Group org.ini4j
Version 0.5.4
Last update 17. February 2015
Organization not specified
URL http://www.ini4j.org
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dreadlogs from group me.lorenc.dreadlogs (version 0.1)

A Java library for testing logs. It supports most commonly used logging libraries, namely log4j, Logback and Java logging framework (JUL = java.util.logging). It's aimed for unit testing (TDD) but could also be used in integration and functional tests as long as they run in the same JVM as the system under test.

Group: me.lorenc.dreadlogs Artifact: dreadlogs
Show documentation Show source 
 

0 downloads
Artifact dreadlogs
Group me.lorenc.dreadlogs
Version 0.1
Last update 21. June 2014
Organization not specified
URL https://github.com/d-lorenc/dread-logs
License MIT License
Dependencies amount 1
Dependencies hamcrest-all,
There are maybe transitive dependencies!



Page 223 from 3 (items total 2270)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy