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

Download JAR files tagged by free with all dependencies

Search JAR files by class name

codingstyle-pom from group edu.hm.hafner (version 4.5.0)

Each Java project should follow a given coding style. I.e., all contributions to the source code should use the same formatting rules, design principles, code patterns, idioms, etc. I published such a coding style in my GitHub project codingstyle (https://github.com/uhafner/codingstyle) - I am using this coding style in my lectures about software development at Munich University of Applied Sciences and in all of my open source projects. If you want to use this coding style as well, you can use this Maven POM as parent of your own POM. Then you get the configuration several static analysis and testing tools for free.

Group: edu.hm.hafner Artifact: codingstyle-pom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact codingstyle-pom
Group edu.hm.hafner
Version 4.5.0
Last update 13. April 2024
Organization not specified
URL https://cs.hm.edu/~hafner
License MIT license
Dependencies amount 6
Dependencies spotbugs-annotations, error_prone_annotations, streamex, codingstyle, commons-lang3, commons-io,
There are maybe transitive dependencies!

autograding-github-action from group edu.hm.hafner (version 3.16.0)

Group: edu.hm.hafner Artifact: autograding-github-action
Show all versions Show documentation Show source 
 

0 downloads
Artifact autograding-github-action
Group edu.hm.hafner
Version 3.16.0
Last update 29. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies autograding-model, github-api,
There are maybe transitive dependencies!

automata-modelchecking-m3c from group net.automatalib (version 0.11.0)

This artifact provides the implementation of the model checker presented in the paper "M3C: Modal Meta Model Checking" (https://dx.doi.org/10.1007/978-3-030-00244-2_15) by Bernhard Steffen and Alnis Murtovi. The paper is based on "Model Checking for Context-Free Processes" (https://link.springer.com/chapter/10.1007/BFb0084787) by Olaf Burkart and Bernhard Steffen. Note that this implementation requires a runtime dependency to a specific ADDLib backend (see https://add-lib.scce.info/), which is not explicitly included in this artifact due to packaging reasons.

Group: net.automatalib Artifact: automata-modelchecking-m3c
Show documentation Show source 
 

0 downloads
Artifact automata-modelchecking-m3c
Group net.automatalib
Version 0.11.0
Last update 06. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies automata-api, automata-commons-util, automata-core, guava, addlib-core, checker-qual, testng,
There are maybe transitive dependencies!

sis-embedded-data from group org.apache.sis.non-free (version 1.4)

Provides non-free data, including the EPSG geodetic dataset, in a single read-only JAR file. This 'sis-embedded-data' module contains a copy of EPSG geodetic dataset in an embedded Apache Derby database. Having this module on the classpath avoid the need to set the 'SIS_DATA' environment variable for using the Coordinate Reference Systems (CRS) and Coordinate Operations defined by EPSG. EPSG is maintained by the IOGP Surveying & Positioning Committee and reproduced in this module with same content. See https://www.epsg.org/ for more information.

Group: org.apache.sis.non-free Artifact: sis-embedded-data
Show all versions Show documentation Show source 
 

0 downloads
Artifact sis-embedded-data
Group org.apache.sis.non-free
Version 1.4
Last update 06. October 2023
Organization not specified
URL http://sis.apache.org/epsg
License EPSG terms of use
Dependencies amount 2
Dependencies derby, derbytools,
There are maybe transitive dependencies!

jcobyla from group de.xypron.jcobyla (version 1.4)

COBYLA2 is an implementation of Powell's nonlinear derivative free constrained optimization that uses a linear approximation approach. The algorithm is a sequential trust region algorithm that employs linear approximations to the objective and constraint functions, where the approximations are formed by linear interpolation at n + 1 points in the space of the variables and tries to maintain a regular shaped simplex over iterations. It solves nonsmooth NLP with a moderate number of variables (about 100). Inequality constraints only. The initial point X is taken as one vertex of the initial simplex with zero being another, so, X should not be entered as the zero vector.

Group: de.xypron.jcobyla Artifact: jcobyla
Show all versions Show documentation Show source 
 

3 downloads
Artifact jcobyla
Group de.xypron.jcobyla
Version 1.4
Last update 31. May 2022
Organization not specified
URL https://github.com/xypron/jcobyla
License The MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

multex from group io.github.christophknabe (version 8.5.1)

MulTEx is a simple, but powerful framework for organizing exceptions and messages in a multi-tier Java software system. It offers the key features: Causal chains/trees as a means to capture low-level error information. Redundancy-free stack traces and message chains in the case of indirectly caused exceptions. Internationalized message texts and parameters for exceptions. Services for reporting an exception chain/tree onto streams and dialogs. A standard way for writing method bodies with regard to exceptions. A collection of utilities for centralized exception reporting.

Group: io.github.christophknabe Artifact: multex
Show all versions Show documentation Show source 
 

0 downloads
Artifact multex
Group io.github.christophknabe
Version 8.5.1
Last update 18. May 2022
Organization Berliner Hochschule für Technik - Berlin University of Applied Sciences and Technology
URL http://public.bht-berlin.de/~knabe/java/multex/
License GNU Lesser General Public License, Version 3
Dependencies amount 1
Dependencies tools,
There are maybe transitive dependencies!

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!

libz from group com.tagtraum (version 4.0.0)

zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system. The zlib data format is itself portable across platforms. Unlike the LZW compression method used in Unix compress(1) and in the GIF image format, the compression method currently used in zlib essentially never expands the data. (LZW can double or triple the file size in extreme cases.) zlib's memory footprint is also independent of the input data and can be reduced, if necessary, at some cost in compression.

Group: com.tagtraum Artifact: libz
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libz
Group com.tagtraum
Version 4.0.0
Last update 25. April 2018
Organization Jean-loup Gailly and Mark Adler
URL http://www.zlib.net/
License zlib license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

hprose-java from group org.hprose (version 2.0.38)

Hprose is a High Performance Remote Object Service Engine. It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system. Hprose supports many programming languages, for example: * AAuto Quicker * ActionScript * ASP * C++ * Dart * Delphi/Free Pascal * dotNET(C#, Visual Basic...) * Golang * Java * JavaScript * Node.js * Objective-C * Perl * PHP * Python * Ruby * ... Through Hprose, You can conveniently and efficiently intercommunicate between those programming languages. This project is the implementation of Hprose for Java.

Group: org.hprose Artifact: hprose-java
Show all versions Show documentation Show source 
 

3 downloads
Artifact hprose-java
Group org.hprose
Version 2.0.38
Last update 23. April 2018
Organization not specified
URL https://github.com/hprose/hprose-java
License MIT License
Dependencies amount 0
Dependencies No dependencies
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!



Page 148 from 150 (items total 1495)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy