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

Download JAR files tagged by numbers with all dependencies

Search JAR files by class name

essencium-backend-sequence-model from group de.frachtwerk (version 2.5.14)

Essencium-backend-sequence-model is a software library built on top of Essencium Backend that allows developers to quickly get started on new software projects. Essencium provides, for example, a fully implemented role-rights concept as well as various field-tested solutions for access management and authentication. Essencium Backend Sequence Model uses Numbers following Hibernates SequenceId-Strategy as primary keys in relational databases and delivers a fully implemented App-User.

Group: de.frachtwerk Artifact: essencium-backend-sequence-model
Show all versions Show documentation Show source 
 

0 downloads
Artifact essencium-backend-sequence-model
Group de.frachtwerk
Version 2.5.14
Last update 09. April 2024
Organization not specified
URL https://www.frachtwerk.de
License GNU Lesser General Public License v3, or (at your option) any later version
Dependencies amount 1
Dependencies essencium-backend,
There are maybe transitive dependencies!

version-lifecycle-maven-plugin from group com.anton-johansson (version 1.0.0)

This Maven plugin aims to provide a better experience regarding version management in Maven. It does this by introducing a new lifecycle. This allows to bump major, minor or patch version numbers with a simple command while still being able to run other plugins during the creation of the version. Output generated from these plugins can easily be added and included in the release tag.

Group: com.anton-johansson Artifact: version-lifecycle-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact version-lifecycle-maven-plugin
Group com.anton-johansson
Version 1.0.0
Last update 07. March 2024
Organization not specified
URL https://github.com/anton-johansson/version-lifecycle-maven-plugin
License Apache License, Version 2.0
Dependencies amount 7
Dependencies java-semver, org.eclipse.jgit, commons-io, maven-plugin-api, maven-core, plexus-utils, plexus-interactivity-api,
There are maybe transitive dependencies!

jcore-topics-writer from group de.julielab (version 2.6.1)

Writes the topic weights, given the jcore-topic-indexing-ae running before, into a simple text file. Thus, the output consists of a sequency of double numbers encodes as strings, separated by tab characters. The topic ID is just the 0-based index of each number, from left to right in the written file. The first entry of each file is the document ID.

Group: de.julielab Artifact: jcore-topics-writer
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcore-topics-writer
Group de.julielab
Version 2.6.1
Last update 18. December 2022
Organization JULIE Lab Jena, Germany
URL https://github.com/JULIELab/jcore-base/tree/master/jcore-topics-writer
License BSD-2-Clause
Dependencies amount 5
Dependencies jcore-descriptor-creator, julielab-java-utilities, assertj-core, jcore-types, junit-jupiter-engine,
There are maybe transitive dependencies!

commons-rng-core from group org.apache.commons (version 1.5)

Pure Java implementations of random numbers generator algorithms. Code in this module should not be used directly by applications; please use the client interface defined in module "commons-rng-client-api" and the factory methods defined in module "commons-rng-simple". In a future release, modularization may be enforced through JPMS access restrictions.

Group: org.apache.commons Artifact: commons-rng-core
Show all versions Show documentation Show source 
 

3 downloads
Artifact commons-rng-core
Group org.apache.commons
Version 1.5
Last update 05. October 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies commons-rng-client-api,
There are maybe transitive dependencies!

simplevalidation from group com.mastfrog (version 1.14.1)

This is a simple library for quickly adding validation code to Swing user-interfaces. It handles validating user input when the user changes a component's value, showing error messages and decorating components to indicate which component is the source of the problem. It contains a large number of built-in validators to handle most common situations, such as validating numbers, email addresses, urls and so forth.

Group: com.mastfrog Artifact: simplevalidation
Show all versions Show documentation Show source 
 

0 downloads
Artifact simplevalidation
Group com.mastfrog
Version 1.14.1
Last update 23. July 2022
Organization Mastfrog Technologies
URL Not specified
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

commons-utils from group com.araguacaima (version 1.5.17)

Common utilities is a set of java utilities for managing typical actions when working with enums, files, exceptions, zip/jar files, classes (via Reflection), maps, numbers and so on. Most of the utilities extend functionalities offered by amazing libraries such as: * commons-beanutils (apache) * commons-lang3 (apache) * commons-io (apache) * commons-math3 (apache) * commons-collections4 (apache) * jreversepro (akkumar)

Group: com.araguacaima Artifact: commons-utils
Show all versions Show documentation Show source 
 

0 downloads
Artifact commons-utils
Group com.araguacaima
Version 1.5.17
Last update 12. June 2021
Organization not specified
URL http://maven.apache.org
License Apache License, Version 2.0
Dependencies amount 23
Dependencies slf4j-api, commons-beanutils, commons-lang3, joda-time, commons-io, commons-collections4, javax.servlet-api, commons-httpclient, commons-math3, aspectjrt, aspectjweaver, reflections, jackson-databind, jackson-core, jackson-module-jsonSchema, commons-net, random-beans, cxf-rt-rs-extension-search, squiggly-filter-jackson, jsonschema2pojo-core, jsonschema-generator, evo-inflector, joor-java-8,
There are maybe transitive dependencies!

cleanup from group com.itextpdf (version 4.0.2)

Redact PDF documents. If you have to share PDFs with different departments or send them out of house, but they include some confidential, sensitive information which should not be shared, pdfSweep is your solution. Redact a PDF containing sensitive, confidential information, such as personal medical information, account numbers, national identification numbers, personal details or social security numbers in a reliable and secure way. Data redaction with pdfSweep removes such data including any underlying information, making it impossible for such information to be recovered. With pdfSweep you can also redact drawings or parts of drawings you do not want your competition to see. PDF Data redaction with pdfSweep gives you the piece of mind that your companies confidential information remains just that, confidential.

Group: com.itextpdf Artifact: cleanup
Show all versions Show documentation Show source 
 

22 downloads
Artifact cleanup
Group com.itextpdf
Version 4.0.2
Last update 02. February 2024
Organization not specified
URL https://itextpdf.com/products/itext-7/pdfsweep
License not specified
Dependencies amount 4
Dependencies io, kernel, layout, commons-imaging,
There are maybe transitive dependencies!

ziggurat from group org.cicirello (version 1.0.5)

Java implementation of the Ziggurat algorithm for generating Gaussian distributed pseudorandom numbers. The Ziggurat algorithm is significantly faster than the more commonly encountered Polar method, and has some other desirable statistical properties. The ZigguratGaussian class is a Java port of the GNU Scientific Library's C implementation (Voss, 2005) of the Ziggurat method. In porting to Java, we have made several optimizations, the details of which can be found in the source code comments, which highlights any differences between this Java implementation and the C implementation on which it is based. This package also includes an implementation of the Polar Method, included to enable comparing speed advantage of the Ziggurat algorithm.

Group: org.cicirello Artifact: ziggurat
Show all versions Show documentation Show source 
 

0 downloads
Artifact ziggurat
Group org.cicirello
Version 1.0.5
Last update 01. December 2022
Organization Cicirello.Org
URL https://github.com/cicirello/ZigguratGaussian
License GPL-3.0-or-later
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

simplevalidation-swing from group com.mastfrog (version 1.14.1)

Group: com.mastfrog Artifact: simplevalidation-swing
Show all versions Show documentation Show source 
 

0 downloads
Artifact simplevalidation-swing
Group com.mastfrog
Version 1.14.1
Last update 23. July 2022
Organization Mastfrog Technologies
URL Not specified
License Apache License, Version 2.0
Dependencies amount 2
Dependencies simplevalidation, nbstubs,
There are maybe transitive dependencies!

simplevalidation-basic-demo from group com.mastfrog (version 1.14.1)

Group: com.mastfrog Artifact: simplevalidation-basic-demo
Show all versions Show documentation Show source 
 

0 downloads
Artifact simplevalidation-basic-demo
Group com.mastfrog
Version 1.14.1
Last update 23. July 2022
Organization Mastfrog Technologies
URL Not specified
License Apache License, Version 2.0
Dependencies amount 3
Dependencies nbstubs, simplevalidation, simplevalidation-swing,
There are maybe transitive dependencies!



Page 35 from 38 (items total 372)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy