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

Download JAR files tagged by assumes with all dependencies

Search JAR files by class name

dropwizard-peer-authenticator-aws-sm from group com.getupside.dropwizard (version 2.0.0)

Dropwizard Authenticator that uses BasicAuth (user,pass) pairs to control access to your service. Assumes secrets stored in AWS SecretsManager

Group: com.getupside.dropwizard Artifact: dropwizard-peer-authenticator-aws-sm
Show documentation Show source 
 

0 downloads
Artifact dropwizard-peer-authenticator-aws-sm
Group com.getupside.dropwizard
Version 2.0.0
Last update 20. November 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies aws-java-sdk-secretsmanager, guava, slf4j-api, dropwizard-auth, jackson-databind, jackson-annotations,
There are maybe transitive dependencies!

osgi.enroute.jsonrpc.simple.provider from group biz.aQute (version 2.2.0)

A simple implementation of the JSON RPC 2.0 specification. This bundle tracks any JSONRPC services. It assumes all public methods on the implementation class are fair game and maps to them to a JSON RPC endpoint. These methods

Group: biz.aQute Artifact: osgi.enroute.jsonrpc.simple.provider
Show documentation Show source 
 

0 downloads
Artifact osgi.enroute.jsonrpc.simple.provider
Group biz.aQute
Version 2.2.0
Last update 06. January 2020
Organization OSGi Alliance
URL http://v2archive.enroute.osgi.org/
License http://opensource.org/licenses/apache2.0.php
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

osgi.enroute.jsonrpc.simple.provider from group org.osgi (version 2.1.0)

A simple implementation of the JSON RPC 2.0 specification. This bundle tracks any JSONRPC services. It assumes all public methods on the implementation class are fair game and maps to them to a JSON RPC endpoint. These methods

Group: org.osgi Artifact: osgi.enroute.jsonrpc.simple.provider
Show all versions Show documentation Show source 
 

0 downloads
Artifact osgi.enroute.jsonrpc.simple.provider
Group org.osgi
Version 2.1.0
Last update 26. September 2018
Organization OSGi Alliance
URL http://v2archive.enroute.osgi.org/
License http://opensource.org/licenses/apache2.0.php
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

osgi.enroute.rest.simple.provider from group biz.aQute (version 2.2.0)

A simple REST endpoint. This service will look for REST services. It then assumes any public method that has an interface that extends RESTRequest as first argument is a rest methd. It makes this method available on its endpoint. The first part of the method name (camel case separated) is the method (get, delete, option, etc). The second part is the name of the

Group: biz.aQute Artifact: osgi.enroute.rest.simple.provider
Show documentation Show source 
 

0 downloads
Artifact osgi.enroute.rest.simple.provider
Group biz.aQute
Version 2.2.0
Last update 06. January 2020
Organization OSGi Alliance
URL http://v2archive.enroute.osgi.org/
License http://opensource.org/licenses/apache2.0.php
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

osgi.enroute.rest.simple.provider from group org.osgi (version 2.1.0)

A simple REST endpoint. This service will look for REST services. It then assumes any public method that has an interface that extends RESTRequest as first argument is a rest methd. It makes this method available on its endpoint. The first part of the method name (camel case separated) is the method (get, delete, option, etc). The second part is the name of the

Group: org.osgi Artifact: osgi.enroute.rest.simple.provider
Show all versions Show documentation Show source 
 

1 downloads
Artifact osgi.enroute.rest.simple.provider
Group org.osgi
Version 2.1.0
Last update 26. September 2018
Organization OSGi Alliance
URL http://v2archive.enroute.osgi.org/
License http://opensource.org/licenses/apache2.0.php
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dummy from group org.beiter.michael.authn.jaas.loginmodules.password.authenticators (version 2.0)

This module is part of a JAAS library, providing password based credential authenticators. This particular Maven module provides a dummy authenticator that assumes password = username. This implementation is for testing only, and NOT intended for production.

Group: org.beiter.michael.authn.jaas.loginmodules.password.authenticators Artifact: dummy
Show documentation Show source 
 

0 downloads
Artifact dummy
Group org.beiter.michael.authn.jaas.loginmodules.password.authenticators
Version 2.0
Last update 06. September 2015
Organization not specified
URL http://mbeiter.github.io/jaas/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 4
Dependencies common, pwcommon, slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!

utc-dates from group com.cemerick (version 0.0.2)

A simple date formatting/parsing library that (by default) normalizes all formatted dates to UTC, and assumes all date strings are indicated in UTC. Its intended use is to offer a simple API useful for representing/consuming dates within lexicographically-sensitive database systems (e.g. couchdb, AWS SimpleDB, etc).

Group: com.cemerick Artifact: utc-dates
Show all versions Show source 
 

0 downloads
Artifact utc-dates
Group com.cemerick
Version 0.0.2
Last update 09. May 2011
Organization not specified
URL http://github.com/cemerick/utc-dates
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

scala-phonenumber_2.10 from group com.oglowo (version 0.3)

This will eventually be a port of Google's libphonenumber to Scala. For now, because I need this functionality quick, it simply wraps libphonenumber. It is NOT complete by any means. I've only added the functionality that I needed. Currently you get a PhoneNumber case class that assumes the country is USA when you don't pass the country in. While you can pass the country in, the only country defined is USA. If you're interested in more from this library, report an issue or send me a pull request. I want to complete it and slowly remove the dependency on Google's libphonenumber

Group: com.oglowo Artifact: scala-phonenumber_2.10
Show all versions Show documentation Show source 
 

0 downloads
Artifact scala-phonenumber_2.10
Group com.oglowo
Version 0.3
Last update 06. May 2014
Organization com.oglowo
URL https://github.com/oGLOWo/scala-phonenumber
License Apache 2.0
Dependencies amount 6
Dependencies scala-library, scalaz-core_2.10, shapeless_2.10, scala-logging-slf4j_2.10, libphonenumber, geocoder,
There are maybe transitive dependencies!

denormalize from group nz.ac.waikato.cms.weka (version 1.0.3)

An instance filter that collapses instances with a common grouping ID value into a single instance. Useful for converting transactional data into a format that Weka's association rule learners can handle. IMPORTANT: assumes that the incoming batch of instances has been sorted on the grouping attribute. The values of nominal attributes are converted to indicator attributes. These can be either binary (with f and t values) or unary with missing values used to indicate absence. The later is Weka's old market basket format, which is useful for Apriori. Numeric attributes can be aggregated within groups by computing the average, sum, minimum or maximum.

Group: nz.ac.waikato.cms.weka Artifact: denormalize
Show all versions Show documentation Show source 
 

0 downloads
Artifact denormalize
Group nz.ac.waikato.cms.weka
Version 1.0.3
Last update 29. April 2014
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/denormalize
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

plexus-compiler-javafxc from group net.sf.m2-javafxc (version 0.3)

This component may be plugged into standard compile plugin of maven to compile JavaFX ( http://javafx.com/) sources. The component assumes that JavaFX SDK 1.2+ is installed on the machine were built process is run. Environment variable JFX_HOME should point to JavaFX installation directory (typically /usr/share/javafx-sdk1.2 for Linux machines). Version 0.3 is current one and is stable. Version 0.2 has deffect and compiles only basic code samples in all other cases it simply fail.

Group: net.sf.m2-javafxc Artifact: plexus-compiler-javafxc
Show all versions 
 

0 downloads
Artifact plexus-compiler-javafxc
Group net.sf.m2-javafxc
Version 0.3
Last update 21. July 2009
Organization not specified
URL http://m2-javafxc.sourceforge.net/
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies plexus-utils, plexus-compiler-api,
There are maybe transitive dependencies!



Page 1 from 2 (items total 12)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy