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

net.sourceforge.reb4j.scala from group net.sourceforge.reb4j (version 2.1.0)

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. This sub-project contains the Scala implementation of reb4j.

Group: net.sourceforge.reb4j Artifact: net.sourceforge.reb4j.scala
Show all versions Show documentation Show source 
 

0 downloads
Artifact net.sourceforge.reb4j.scala
Group net.sourceforge.reb4j
Version 2.1.0
Last update 03. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies junit, scala-library, scalatest_2.10,
There are maybe transitive dependencies!

net.sourceforge.reb4j from group net.sourceforge.reb4j (version 2.1.0)

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. This sub-project contains the Java implementation of reb4j.

Group: net.sourceforge.reb4j Artifact: net.sourceforge.reb4j
Show all versions Show documentation Show source 
 

8 downloads
Artifact net.sourceforge.reb4j
Group net.sourceforge.reb4j
Version 2.1.0
Last update 03. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies junit, functionaljava,
There are maybe transitive dependencies!

mime-util from group net.sf.mime-util (version 1.2)

mime-util is a simple to use, small, light weight and fast open source java utility library that can detect the mime types of files and streams. Due to the use of regular expressions and the java.nio packages it requires at least Java 1.4. mime-util uses file extension mappings and the magic.mime rules files located on your system as used by the Unix file(1) command. For OS's that do not support the Unix file(1) command, such as Windows, the library comes pre-packaged with a generic magic.mime file.

Group: net.sf.mime-util Artifact: mime-util
Show documentation Show source 
 

1 downloads
Artifact mime-util
Group net.sf.mime-util
Version 1.2
Last update 12. February 2009
Organization Medsea Business Solutions S.L.
URL http://sourceforge.net/projects/mime-util/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies commons-logging,
There are maybe transitive dependencies!

nifi-utils from group org.apache.nifi (version 2.0.0-M2)

This nifi-utils module should be a general purpose place to store widely and generally useful functions that any component might want to leverage. NO DEPENDENCIES should be added. This module is likely to be leveraged by every extension and should not bring along any other dependencies. The only dependency intended is the nifi-api and even this is expected to be already provided in any case where it would be used. The typical place this util would be found is within a nar and all nars already have nifi-api as a parent dependency. The nifi-api can be thought of as a NiFi Application Container level dependency.

Group: org.apache.nifi Artifact: nifi-utils
Show all versions Show documentation Show source 
 

48 downloads
Artifact nifi-utils
Group org.apache.nifi
Version 2.0.0-M2
Last update 26. January 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies nifi-api, nifi-property-utils,
There are maybe transitive dependencies!

logman-lib from group com.raelity.logman (version 2.3.1)

Easy to install library for adding dynamic display, control and configuration of java.util.logging to any swing based application. Useful for debugging apps in production situations; can interactively configure logging while an application is running including adding a handler to save logging output to a file. Changes made to an application's default/startup logging can be saved and automatically applied at startup. LogMan "single" library package for use in swing apps. The jar can be executed, "java -jar xxx", for a demo of the library. See com.raelity.logman.demo.Main for an example of adding the library to a swing app.

Group: com.raelity.logman Artifact: logman-lib
Show all versions Show documentation Show source 
 

0 downloads
Artifact logman-lib
Group com.raelity.logman
Version 2.3.1
Last update 17. January 2023
Organization not specified
URL https://foss.heptapod.net/java/jlogman/logman-lib
License GNU Lesser General Public License v3.0 or later
Dependencies amount 4
Dependencies logman-core, logman-demo, simplevalidation-standalone, org-netbeans-swing-outline,
There are maybe transitive dependencies!

mmbase-utils from group org.mmbase (version 2.0.0)

<p> MMBase Utils is a part of MMBase, but can also be used in other projects. It contains several kind of utility classes.</p> <p>Highlights:</p> <ul> <li>An implementation of 'events'. Threads can use this to communicate certain things. Using mmbase-clustering, these events can also be sent to other servers.</li> <li>A logging framework</li> <li>A framework for string and byte array transformeration, plus a whole lot of implemetentations for that.</li> <li>Several java.util like classes (collections, dateparsing)</li> <li>File type recognition ('magicfile')</li> <li>The MMBase resourceloader, a generic fall-back mechanism for configuration files and similar resources.</li> <li>...</li> </ul>

Group: org.mmbase Artifact: mmbase-utils
Show documentation Show source 
 

0 downloads
Artifact mmbase-utils
Group org.mmbase
Version 2.0.0
Last update 08. August 2019
Organization not specified
URL https://github.com/mmbase/mmbase-utils
License not specified
Dependencies amount 4
Dependencies commons-fileupload, commons-io, junit, mockito-core,
There are maybe transitive dependencies!

listenablefuture from group com.google.guava (version 9999.0-empty-to-avoid-conflict-with-guava)

An empty artifact that Guava depends on to signal that it is providing ListenableFuture -- but is also available in a second "version" that contains com.google.common.util.concurrent.ListenableFuture class, without any other Guava classes. The idea is: - If users want only ListenableFuture, they depend on listenablefuture-1.0. - If users want all of Guava, they depend on guava, which, as of Guava 27.0, depends on listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-... version number is enough for some build systems (notably, Gradle) to select that empty artifact over the "real" listenablefuture-1.0 -- avoiding a conflict with the copy of ListenableFuture in guava itself. If users are using an older version of Guava or a build system other than Gradle, they may see class conflicts. If so, they can solve them by manually excluding the listenablefuture artifact or manually forcing their build systems to use 9999.0-....

Group: com.google.guava Artifact: listenablefuture
Show all versions 
 

48 downloads
Artifact listenablefuture
Group com.google.guava
Version 9999.0-empty-to-avoid-conflict-with-guava
Last update 11. September 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

zip from group io.github.tsabirgaliev (version 1.0.0.Beta3)

The Java JDK includes various means of creating/consuming compressed files. What is missing is easy way of creating lazy streamed zip archive, in spirit of java.util.zip.DeflaterInputStream. This implementation relies on the fact that the PKZIP specification allows archiving data streams of sizes not known upfront. This implies that the archives produced will be readable only by tools aware of this trick. Notably, java.util.zip.ZipInputStream is OK with that, so we use it to test compatibility.

Group: io.github.tsabirgaliev Artifact: zip
Show documentation Show source 
 

1 downloads
Artifact zip
Group io.github.tsabirgaliev
Version 1.0.0.Beta3
Last update 20. March 2017
Organization not specified
URL https://github.com/tsabirgaliev/zip
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

NyBatisCore from group com.github.NyBatis (version 0.5.0)

Nybatis Data Mapper Framework 1. Logging based on logback but further simple 2. Configuration 3. Message 4. Database It can substitute iBasit or MyBatis. It is very simple but powerful to use 5. Util It provides following utility class - FileUtil - StringUtil - ClassUtil - Reflector - Validator - StopWatcher - ExcelFileUtil this module will run when including following optinal dependency <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>3.11</version> </dependency> OR <dependency> <groupId>net.sourceforge.jexcelapi</groupId> <artifactId>jxl</artifactId> <version>2.6.12</version> </dependency>

Group: com.github.NyBatis Artifact: NyBatisCore
Show documentation Show source 
 

0 downloads
Artifact NyBatisCore
Group com.github.NyBatis
Version 0.5.0
Last update 21. July 2016
Organization not specified
URL http://nybatis.github.io
License Apache-2.0
Dependencies amount 8
Dependencies logback-classic, jackson-databind, cloning, json-path, maven-gpg-plugin, maven-javadoc-plugin, maven-source-plugin, nexus-staging-maven-plugin,
There are maybe transitive dependencies!

org.i3xx.step.clock from group org.i3xx.step (version 0.1.0)

A timer using the crontab syntax and additional binary input to provide a resolution of one second (1000 ms / 1000 millis / 1s). The timer uses the whiteboard pattern to notify the clients. There are only a few dependencies to commons-codec, osgi and osgi-blueprint. The bundle 'org.i3xx.step/org.i3xx.step.clockmongo' provides a store for the clock configuration based on mongodb. The additional dependency is 'org.mongodb/mongo-java-driver'. The bundle 'org.i3xx.util/org.i3xx.util.whiteboard' can be used to avoid a dependency to bundles used. In other words, your bundle can use the clock but need no dependency to the bundle 'org.i3xx.step.clock'. Take a look at the description there.

Group: org.i3xx.step Artifact: org.i3xx.step.clock
Show documentation Show source 
 

0 downloads
Artifact org.i3xx.step.clock
Group org.i3xx.step
Version 0.1.0
Last update 06. July 2015
Organization not specified
URL http://maven.apache.org
License Apache License, Version 2.0
Dependencies amount 5
Dependencies commons-codec, org.osgi.core, log4j, slf4j-api, slf4j-log4j12,
There are maybe transitive dependencies!



Page 222 from 224 (items total 2234)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy