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

Download JAR files tagged by adding with all dependencies

Search JAR files by class name

rdf.scala.utils from group org.apache.clerezza (version 1.0.0)

OSGi bundle providing utilities for accessing Clerezza RDF Commons Graphs with Scala. Adding import "org.apache.clerezza.rdf.scala.utils.Preamble._" will allow to use "node/-FOAF.knows/FOAF.name!" with a GraphNode node as shortcut for node.getSubject(FOAF.knows).getObject(FOAF.name).getNode(). To access multiple property values the position can be indicated using the %-operator, e.g. "node/-FOAF.knows%2/FOAF.name%0!", see the ScalaDocs for RichGraphNode for all operations

Group: org.apache.clerezza Artifact: rdf.scala.utils
Show all versions Show source 
 

0 downloads
Artifact rdf.scala.utils
Group org.apache.clerezza
Version 1.0.0
Last update 20. May 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies scala-library, org.osgi.core, org.osgi.compendium, rdf.core, rdf.utils,
There are maybe transitive dependencies!

library from group com.github.hwrdprkns.tileview (version 1.0.14)

The TileView widget is a subclass of ViewGroup that provides a mechanism to asynchronously display tile-based images, with additional functionality for 2D dragging, flinging, pinch or double-tap to zoom, adding overlaying Views (markers), built-in Hot Spot support, dynamic path drawing, multiple levels of detail, and support for any relative positioning or coordinate system.

Group: com.github.hwrdprkns.tileview Artifact: library
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact library
Group com.github.hwrdprkns.tileview
Version 1.0.14
Last update 18. December 2014
Organization not specified
URL https://github.com/hwrdprkns/TileView
License The MIT License (MIT) Copyright (c) 2013
Dependencies amount 2
Dependencies support-v4, disklrucache,
There are maybe transitive dependencies!

tileview from group com.github.hwrdprkns (version 1.0.14)

The TileView widget is a subclass of ViewGroup that provides a mechanism to asynchronously display tile-based images, with additional functionality for 2D dragging, flinging, pinch or double-tap to zoom, adding overlaying Views (markers), built-in Hot Spot support, dynamic path drawing, multiple levels of detail, and support for any relative positioning or coordinate system.

Group: com.github.hwrdprkns Artifact: tileview
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact tileview
Group com.github.hwrdprkns
Version 1.0.14
Last update 17. December 2014
Organization not specified
URL https://github.com/hwrdprkns/TileView
License The MIT License (MIT) Copyright (c) 2013
Dependencies amount 2
Dependencies support-v4, disklrucache,
There are maybe transitive dependencies!

TileView from group com.qozix (version 1.0.11)

The TileView widget is a subclass of ViewGroup that provides a mechanism to asynchronously display tile-based images, with additional functionality for 2D dragging, flinging, pinch or double-tap to zoom, adding overlaying Views (markers), built-in Hot Spot support, dynamic path drawing, multiple levels of detail, and support for any relative positioning or coordinate system.

Group: com.qozix Artifact: TileView
Show all versions Show documentation Show source 
 

0 downloads
Artifact TileView
Group com.qozix
Version 1.0.11
Last update 06. April 2014
Organization not specified
URL http://qozix.com
License The MIT License (MIT)
Dependencies amount 2
Dependencies disklrucache, support-v4,
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!

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!

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

Simple Validation Parent Project: 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-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact simplevalidation-parent
Group com.mastfrog
Version 1.14.1
Last update 23. July 2022
Organization Mastfrog Technologies
URL https://github.com/timboudreau/simplevalidation/
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

tomcat-deployment-listener from group com.github.yohayg (version 2.0.0)

According to Docker best practices a Docker container should not be up if the process fails to load properly. Apache Tomcat deploys all the web applications loaded in its webapp folder. This is a resilient solution for web applications not influencing the application server. However, In a Docker environment according to best practice, the process should fail in case the web application failed to initialize properly. By adding the additional jar created by this project to Tomcat classpath and adding the new listener in the Tomcat conf/server.xml the user can make sure the Tomcat process fails in case there is an initialization exception in their web application which will cause the Tomcat used the tomcat container to abort in immediately indicate that there was an initialization error Abort tomcat when a webapp fails to deploy in Docker container Docker container best practice. Tomcat does not stop if a webapp fail to deploy and the container will continue to run. By adding this listener the tomcat will abort in case the Tomcat fails to deploy the webapp, And the container will not start. You will need to place the listener in Tomcat server.xml and set the Tomcat classpath to contain this jar

Group: com.github.yohayg Artifact: tomcat-deployment-listener
Show all versions Show documentation Show source 
 

0 downloads
Artifact tomcat-deployment-listener
Group com.github.yohayg
Version 2.0.0
Last update 03. April 2018
Organization not specified
URL https://github.com/yohayg/tomcat-deployment-listener.git
License MIT License
Dependencies amount 1
Dependencies tomcat-catalina,
There are maybe transitive dependencies!

crypto4j-parent from group org.beiter.michael.crypto4j (version 1.0)

The crypto4j library provides a simple and pluggable crypto abstraction library for Java, including both cryptographic primitives and the artifacts defined in the JOSE standard. This library separates the cryptographic primitives from the JOSE artifacts. The library uses the algorithms available through JCA (JCE). The implementations of the cryptographic primitives provided in this library rely on the standard JCA implementation, and can be configured and extended through the JCA mechanisms. The JOSE portion of the library allows custom extensions by either replacing the provided JOSE artifact implementations with custom implementations, or by adding new JOSE artifacts, for instance in form of additional algorithms, which is particularly useful in case that the JOSE standard is updated or in case custom extensions to the JOSE standard should be implemented. The implementations available in this library generally come in two variants: a standard implementation of the primitives and advanced algorithms, and a high-performance implementation that takes advantage of implementation patterns that do not compromise cryprographic security, but speed up the overall processing time.

Group: org.beiter.michael.crypto4j Artifact: crypto4j-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact crypto4j-parent
Group org.beiter.michael.crypto4j
Version 1.0
Last update 23. January 2017
Organization Michael Beiter <[email protected]>
URL http://mbeiter.github.io/crypto4j/docs/${project.version}/
License BSD 3-clause Revised License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 57 from 60 (items total 600)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy