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

Download JAR files tagged by make with all dependencies

Search JAR files by class name

json-sanitizer from group com.mikesamuel (version 1.2.3)

Given JSON-like content, converts it to valid JSON. This can be attached at either end of a data-pipeline to help satisfy Postel's principle: be conservative in what you do, be liberal in what you accept from others Applied to JSON-like content from others, it will produce well-formed JSON that should satisfy any parser you use. Applied to your output before you send, it will coerce minor mistakes in encoding and make it easier to embed your JSON in HTML and XML.

Group: com.mikesamuel Artifact: json-sanitizer
Show all versions Show documentation Show source 
 

137 downloads
Artifact json-sanitizer
Group com.mikesamuel
Version 1.2.3
Last update 12. May 2021
Organization OWASP
URL https://github.com/OWASP/json-sanitizer
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

beige-accandr from group org.beigesoft (version 1.1)

Beigesoft™ Enterprise Information System is a standalone JEE web application that runs on the embedded A-Jetty for Android. Web-Store is included for study and tests purposes, and you are also able to make a full DB copy from a cloud version, and you can make price lists (in different price categories) and export them via CSV files to your customers and POS.

Group: org.beigesoft Artifact: beige-accandr
Show all versions Show documentation Show source 
 

0 downloads
Artifact beige-accandr
Group org.beigesoft
Version 1.1
Last update 10. November 2020
Organization not specified
URL https://sites.google.com/site/beigesoftware
License BSD 2-Clause License
Dependencies amount 9
Dependencies beige-accjet, bcprov-jdk15on, bcpkix-jdk15on, a-jetty-base, beige-logging-android, android-mail, android-activation, support-v4, multidex,
There are maybe transitive dependencies!

beige-accjet from group org.beigesoft (version 1.1)

Beigesoft™ Enterprise Information System is standalone JEE web application that runs on embedded A-Jetty. Web-Store is included for study and tests purposes, and you are also able to make full DB copy from cloud version, and you can make price lists (in different price categories) and export it in CSV file to your customers or POS.

Group: org.beigesoft Artifact: beige-accjet
Show all versions Show documentation Show source 
 

0 downloads
Artifact beige-accjet
Group org.beigesoft
Version 1.1
Last update 06. November 2020
Organization not specified
URL https://sites.google.com/site/beigesoftware
License BSD 2-Clause License
Dependencies amount 7
Dependencies beige-acc, javax.mail, beige-web-jar, bcprov-jdk15on, bcpkix-jdk15on, a-jetty-swing, sqlite-jdbc,
There are maybe transitive dependencies!

generic-dao from group org.sakaiproject.genericdao (version 0.12.0)

Generic Dao is a Java package which allows a developer to skip writing DAOs for their persistence objects when they are using Spring and/or Hibernate. The package was originally created by Aaron Zeckoski for the Evaluation System project but was repackaged to make it distributable by request. It is used in the RSF framework (http://www2.caret.cam.ac.uk/rsfwiki/). Note about the BeanUtils provided dependency: BeanUtils is not required if you are not using it in your project. Note about the Hibernate provided dependency: Hibernate is not required if you are not using it in your project.

Group: org.sakaiproject.genericdao Artifact: generic-dao
Show all versions Show documentation Show source 
 

6 downloads
Artifact generic-dao
Group org.sakaiproject.genericdao
Version 0.12.0
Last update 22. August 2020
Organization CARET, University of Cambridge
URL http://confluence.sakaiproject.org/confluence/x/zX8
License Apache License 2
Dependencies amount 1
Dependencies reflectutils,
There are maybe transitive dependencies!

vonce-sqlbean from group cn.vonce (version 1.3.0)

This is a tool that uses java object-oriented idea to write and generate SQL statements. On this basis, it also implements lightweight plug-in support similar to JPA for mybatis and spring JDBC. A large number of common SQL execution methods are built in plug-ins to improve development efficiency, reduce a large number of SQL statement writing, and make developers focus on business code writing.

Group: cn.vonce Artifact: vonce-sqlbean
Show all versions Show documentation Show source 
 

0 downloads
Artifact vonce-sqlbean
Group cn.vonce
Version 1.3.0
Last update 15. June 2020
Organization not specified
URL www.vonce.cn
License The MIT License
Dependencies amount 5
Dependencies guava, vonce-common, reflectasm, dom4j, javapoet,
There are maybe transitive dependencies!

scenic-view from group net.raumzeitfalle.fx (version 11.0.2)

Scenic View is a JavaFX application designed to make it simple to understand the current state of your application scenegraph, and to also easily manipulate properties of the scenegraph without having to keep editing your code. This lets you find bugs, and get things pixel perfect without having to do the compile-check-compile dance.

Group: net.raumzeitfalle.fx Artifact: scenic-view
Show all versions Show documentation Show source 
 

0 downloads
Artifact scenic-view
Group net.raumzeitfalle.fx
Version 11.0.2
Last update 23. February 2020
Organization not specified
URL https://github.com/Oliver-Loeffler/scenic-view.git
License GNU General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

loopbar from group com.cleveroad (version 1.2.0)

At Cleveroad we’ve recently come to realize that navigation through categories in an app using nothing but a navigation panel is pretty boring and trivial. That’s why, armed with our designer’s creativity, we introduce you our new component for Android-based applications -- LoopBar. The idea was to make the navigation menu right at fingerprints, in a tab bar. What's more the view has a few specific features that make it stand out from the crowd of similar ones. So, try out the LoopBar library in your app and you’ll see the difference.

Group: com.cleveroad Artifact: loopbar
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact loopbar
Group com.cleveroad
Version 1.2.0
Last update 31. July 2019
Organization not specified
URL https://github.com/Cleveroad/LoopBar
License MIT License
Dependencies amount 3
Dependencies lifecycle-extensions, recyclerview, appcompat,
There are maybe transitive dependencies!

framework-all from group io.github.eisop (version 3.0.0-b2)

The Checker Framework enhances Java's type system to make it more powerful and useful. This lets software developers detect and prevent errors in their Java programs. The Checker Framework includes compiler plug-ins ("checkers") that find bugs or verify their absence. It also permits you to write your own compiler plug-ins.

Group: io.github.eisop Artifact: framework-all
Show all versions Show documentation Show source 
 

0 downloads
Artifact framework-all
Group io.github.eisop
Version 3.0.0-b2
Last update 24. May 2019
Organization not specified
URL https://checkerframework.org
License GNU General Public License, version 2 (GPL2), with the classpath exception
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

framework from group io.github.eisop (version 3.0.0-b2)

The Checker Framework enhances Java's type system to make it more powerful and useful. This lets software developers detect and prevent errors in their Java programs. The Checker Framework includes compiler plug-ins ("checkers") that find bugs or verify their absence. It also permits you to write your own compiler plug-ins.

Group: io.github.eisop Artifact: framework
Show documentation Show source 
 

0 downloads
Artifact framework
Group io.github.eisop
Version 3.0.0-b2
Last update 24. May 2019
Organization not specified
URL https://checkerframework.org
License GNU General Public License, version 2 (GPL2), with the classpath exception
Dependencies amount 3
Dependencies annotation-tools-scene-lib, dataflow, stubparser,
There are maybe transitive dependencies!

incode-build from group org.incode (version 8)

This module defines a standard parent POM to use for various Incode applications and modules. Its primary purpose is to make it easy to use a set up maven mixins (https://github.com/odavid/maven-plugins) within child POMs. Specifically this means locking down the versions of plugins using pluginManagement. It does NOT define any mixins for Apache Isis.

Group: org.incode Artifact: incode-build
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact incode-build
Group org.incode
Version 8
Last update 17. April 2019
Organization not specified
URL https://github.com/incodehq/incode-build
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 209 from 227 (items total 2269)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy