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

Download JAR files tagged by picks with all dependencies

Search JAR files by class name

microhttp-reflectivehandler from group dev.mccue (version 0.0.1)

Utility for making a handler that picks methods via reflection.

Group: dev.mccue Artifact: microhttp-reflectivehandler
Show documentation Show source 
 

0 downloads
Artifact microhttp-reflectivehandler
Group dev.mccue
Version 0.0.1
Last update 27. November 2023
Organization not specified
URL https://github.com/bowbahdoe/microhttp-reflectivehandler
License Apache License, Version 2.0
Dependencies amount 1
Dependencies microhttp-handler,
There are maybe transitive dependencies!

org.everit.osgi.ecm.extender.ri from group org.everit.osgi (version 3.0.5)

Implementation of ECM extender that picks up annotated ECM components based on bundle capabilities.

Group: org.everit.osgi Artifact: org.everit.osgi.ecm.extender.ri
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.everit.osgi.ecm.extender.ri
Group org.everit.osgi
Version 3.0.5
Last update 24. May 2017
Organization Everit Kft.
URL https://github.com/everit-org/${projectpath}
License GNU Lesser General Public License v3.0
Dependencies amount 3
Dependencies org.everit.osgi.ecm.component.ri, org.everit.osgi.ecm.annotation.metadatabuilder, org.everit.osgi.ecm.extender.api,
There are maybe transitive dependencies!

org.everit.osgi.dev.testrunner from group org.everit.osgi.dev (version 5.0.0)

An OSGi Bundle that picks up OSGi services and runs them as JUnit tests.

Group: org.everit.osgi.dev Artifact: org.everit.osgi.dev.testrunner
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.everit.osgi.dev.testrunner
Group org.everit.osgi.dev
Version 5.0.0
Last update 06. January 2017
Organization Everit Kft.
URL https://github.com/everit-org/${projectpath}
License Apache License, Version 2.0
Dependencies amount 1
Dependencies org.everit.osgi.bundles.org.apache.felix.utils,
There are maybe transitive dependencies!

cherrypicker_2.13 from group com.myodov.unicherrygarden (version 0.10.9)

UniCherryGarden: CherryPicker – the subsystem that keeps track of Ethereum blockchain data, stores it in the DB storage and “cherry-picks” the data on the fly (selective currencies, selective addresses to watch)

Group: com.myodov.unicherrygarden Artifact: cherrypicker_2.13
Show all versions Show documentation Show source 
 

0 downloads
Artifact cherrypicker_2.13
Group com.myodov.unicherrygarden
Version 0.10.9
Last update 01. June 2022
Organization UniCherryGarden
URL https://github.com/UniversaBlockchain/UniCherryGarden
License MIT License
Dependencies amount 11
Dependencies scala-library, common_scala_2.13, api_2.13, db_postgresql_storage_2.13, ethereum_connector_2.13, scala-logging_2.13, scala-parallel-collections_2.13, akka-actor-typed_2.13, akka-cluster-typed_2.13, akka-serialization-jackson_2.13, akka-slf4j_2.13,
There are maybe transitive dependencies!

hs-draft-odds from group com.zerotoheroes (version 1.0.2)

Small program to calculate the odds of being offered a given card after having done N picks

Group: com.zerotoheroes Artifact: hs-draft-odds
Show all versions Show documentation Show source 
 

0 downloads
Artifact hs-draft-odds
Group com.zerotoheroes
Version 1.0.2
Last update 10. November 2016
Organization not specified
URL https://github.com/Zero-to-Heroes/hs-draft-odds
License MIT License
Dependencies amount 3
Dependencies hs-game-parser, slf4j-jdk14, commons-lang,
There are maybe transitive dependencies!

org.everit.osgi.remote.jersey.extender from group org.everit.osgi (version 1.0.2)

An extender that picks up Remote REST based OSGi services and registers them based on the HTTP Whiteboard pattern.

Group: org.everit.osgi Artifact: org.everit.osgi.remote.jersey.extender
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.everit.osgi.remote.jersey.extender
Group org.everit.osgi
Version 1.0.2
Last update 06. May 2014
Organization Everit Kft.
URL http://everit.org
License GNU Lesser General Public License v3.0
Dependencies amount 3
Dependencies org.apache.felix.scr.annotations, jersey-container-servlet-core, asm-all-repackaged,
There are maybe transitive dependencies!

easy-remote-spring-test from group eu.vitaliy (version 1.0.0)

"Easy remote spring test" picks up where unit tests leave off, focusing on the integration of application code inside a real runtime environment.

Group: eu.vitaliy Artifact: easy-remote-spring-test
Show documentation Show source 
 

0 downloads
Artifact easy-remote-spring-test
Group eu.vitaliy
Version 1.0.0
Last update 20. October 2018
Organization not specified
URL https://github.com/VitaliyOliynyk/easy-remote-spring-test
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies spring-context, javassist,
There are maybe transitive dependencies!

isotonicRegression from group nz.ac.waikato.cms.weka (version 1.0.2)

Learns an isotonic regression model. Picks the attribute that results in the lowest squared error. Missing values are not allowed. Can only deal with numeric attributes. Considers the monotonically increasing case as well as the monotonically decreasing case.

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

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

jsgen from group com.github.jochenw (version 1.2)

Jsgen is a Java Source Generation Framework: That means, it should be a valuable tool, if you intend to write a custom generator for Java sources. As such, it is the successor of a previous framework, called JaxMeJS (http://jaxme.sourceforge.net/JaxMeJS/docs/index.html). The predecessor came into being as a standalone project. It was incorporated into the bigger JaxMe project, when the latter was adopted by the Apache Webservices project. And it was buried as part of the bigger project, when the latter was moved to the Apache Attic (http://svn.apache.org/repos/asf/webservices/archive/jaxme/). That was fine for quite some time, because the latest released version (JaxMeJS 0.5.2) did its job quite well. Over the years, however, the Java language has evolved, and the lack of support for features like Generics, or Annotations, became a burden. Hence the Successor: Jsgen picks up, where JaxMeJS ended. It is, however, a complete rewrite with several additional features, that the author considers to be important for modern Java applications: 1. It supports Generics. 2. It supports Annotations. 3. The builder pattern has been adopted. Almost all important classes are implemented as builders. This should make writing the actual source generators much more concise, and maintainable, than it used to be before. 4. The code style is configurable. Code styles allow you to concentrate on the actual work. The resulting Jave source will look nicely formatted, anyways. As of this writing, you can select between two builtin code styles: - The default code style is basically the authors personal free style, roughly comparable to the default code style of the Eclipse Java IDE. - As an alternative, there is also a Maven code style, which is widely used in the Open Source communities. Compared to the default style, it is less concise, if not even a bit verbose. On the other hand, it is widely adopted by projects in the vicinity of {{{https://maven.apache.org}Apache Maven}}. 5. Import lists are created, and sorted, automatically.

Group: com.github.jochenw Artifact: jsgen
Show documentation Show source 
 

0 downloads
Artifact jsgen
Group com.github.jochenw
Version 1.2
Last update 10. November 2019
Organization not specified
URL https://jochenw.github.io/jsgen
License Apache License, Version 2.0
Dependencies amount 1
Dependencies jsr305,
There are maybe transitive dependencies!



Page 1 from 1 (items total 9)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy