Download JAR files tagged by worth with all dependencies
worthent-foundation from group com.worthent.foundation (version 1.0.0)
Core utilities for the Worth Enterprises suite of software components.
0 downloads
Artifact worthent-foundation
Group com.worthent.foundation
Version 1.0.0
Last update 09. July 2017
Organization Worth Enterprises, Inc
URL https://github.com/erikkworth/worthent-foundation
License Eclipse Public License 1.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!
Group com.worthent.foundation
Version 1.0.0
Last update 09. July 2017
Organization Worth Enterprises, Inc
URL https://github.com/erikkworth/worthent-foundation
License Eclipse Public License 1.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!
JavaUtility from group bayern.steinbrecher (version 0.18)
A collection classes which I use over multiple projects and which are not worth for their own library.
0 downloads
Artifact JavaUtility
Group bayern.steinbrecher
Version 0.18
Last update 31. December 2021
Organization not specified
URL https://steinbrecher.bayern
License The Beer-Ware License (Revision 42)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group bayern.steinbrecher
Version 0.18
Last update 31. December 2021
Organization not specified
URL https://steinbrecher.bayern
License The Beer-Ware License (Revision 42)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
chiSquaredAttributeEval from group nz.ac.waikato.cms.weka (version 1.0.4)
Group: nz.ac.waikato.cms.weka Artifact: chiSquaredAttributeEval
Show all versions Show documentation Show source
Show all versions Show documentation Show source
9 downloads
installertools from group net.neoforged.installertools (version 3.0.2)
Group: net.neoforged.installertools Artifact: installertools
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
probabilisticSignificanceAE from group nz.ac.waikato.cms.weka (version 1.0.2)
Group: nz.ac.waikato.cms.weka Artifact: probabilisticSignificanceAE
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
tap-room from group org.bitbucket.cpointe.taproom (version 0.2.0)
Tap Room is a simple extraction and correlation framework that leverages Lucene-based queries to work with small datasets.
There are better ways to handle "macro" or "micro" sized data sets (e.g., Apache Spark). This project is aimed at "nano"
sized data sets where adding more components isn't possible or worth the effort.
Group: org.bitbucket.cpointe.taproom Artifact: tap-room
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact tap-room
Group org.bitbucket.cpointe.taproom
Version 0.2.0
Last update 15. May 2020
Organization not specified
URL https://bitbucket.org/cpointe/tap-room
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.bitbucket.cpointe.taproom
Version 0.2.0
Last update 15. May 2020
Organization not specified
URL https://bitbucket.org/cpointe/tap-room
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
SVMAttributeEval from group nz.ac.waikato.cms.weka (version 1.0.2)
Evaluates the worth of an attribute by using an SVM classifier. Attributes are ranked by the square of the weight assigned by the SVM. Attribute selection for multiclass problems is handled by ranking attributes for each class seperately using a one-vs-all method and then "dealing" from the top of each pile to give a final ranking.
For more information see:
I. Guyon, J. Weston, S. Barnhill, V. Vapnik (2002). Gene selection for cancer classification using support vector machines. Machine Learning. 46:389-422.
Group: nz.ac.waikato.cms.weka Artifact: SVMAttributeEval
Show all versions Show documentation Show source
Show all versions Show documentation Show source
2 downloads
Artifact SVMAttributeEval
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/SVMAttributeEval
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!
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/SVMAttributeEval
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!
card-management-sdk from group io.sdks (version 1.3.0)
The Shell Card Management API is REST-based and employs OAUTH 2.0,Basic and ApiKey authentication. The API endpoints accept JSON-encoded request bodies, return JSON-encoded responses and use standard HTTP response codes.
All resources are located in the Shell Card Platform. The Shell Card Platform is the overall platform that encompasses all the internal Shell systems used to manage resources. The internal workings of the platform are not important when interacting with the API. However, it is worth noting that the platform uses a microservice architecture to communicate with various backend systems and some API calls are processed asynchronously. All endpoints use the POST verb for retrieving, updating, creating and deleting resources in the Shell Card Platform. The endpoints that retrieve resources from the Shell Card Platform allow flexible search parameters in the API request body.
0 downloads
Artifact card-management-sdk
Group io.sdks
Version 1.3.0
Last update 12. December 2024
Organization not specified
URL https://www.shell.com/
License MIT License
Dependencies amount 3
Dependencies core-interfaces, core, okhttp-client-adapter,
There are maybe transitive dependencies!
Group io.sdks
Version 1.3.0
Last update 12. December 2024
Organization not specified
URL https://www.shell.com/
License MIT License
Dependencies amount 3
Dependencies core-interfaces, core, okhttp-client-adapter,
There are maybe transitive dependencies!
consistencySubsetEval from group nz.ac.waikato.cms.weka (version 1.0.4)
Group: nz.ac.waikato.cms.weka Artifact: consistencySubsetEval
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
mydtt-plus-spring-boot-starter from group io.github.weasley-j (version 1.3.5)
MyDtt-Plus is a starter of spring-boot, It is an object-oriented Java framework that helps developers increase
productivity, "Domain Driven Table" is the concept of DTT, It makes you focus more on domain objects rather than
tables. Aims to make it easy to automatically create DB tables based on your Java model with annotation driven.
It's also support the ability of create table automatically for MyBatis what Hibernate can do and optionally
export SQL to local fileļ¼Each table can be added database name concat with table name and fully comments, It can
work with ORM frameworks such as MyBatis-Plus and MyBatis with little learning and usage costs. It's worth
mentioning that DTT can be MyBatis-Plus is integrated in a 0-code way, just like JPA. However, MyDtt-Plus and
MyBatis-Plus may be easier to expand and use than JPA. In addition to supporting the functions of JPA, DDT
provides multi-table associated SQL DDL based on MyBatis operation, DTT support databases server for MYSQL,
ORACLE, DB2, SQLSERVER, MARIADB, POSTGRESQL and embedded database for H2, HSQL, DERBY.
Group: io.github.weasley-j Artifact: mydtt-plus-spring-boot-starter
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact mydtt-plus-spring-boot-starter
Group io.github.weasley-j
Version 1.3.5
Last update 20. August 2022
Organization not specified
URL https://github.com/Weasley-J/mydtt-plus-spring-boot-starter
License GNU GENERAL PUBLIC LICENSE, Version 3
Dependencies amount 16
Dependencies spring-boot-starter-validation, spring-boot-starter-aop, spring-boot-starter, hutool-all, commons-lang3, commons-io, therapi-runtime-javadoc, jackson-databind, jackson-annotations, jackson-datatype-jsr310, spring-boot-starter-jdbc, velocity-engine-core, mybatis, mybatis-spring, mybatis-plus-core, jsqlparser,
There are maybe transitive dependencies!
Group io.github.weasley-j
Version 1.3.5
Last update 20. August 2022
Organization not specified
URL https://github.com/Weasley-J/mydtt-plus-spring-boot-starter
License GNU GENERAL PUBLIC LICENSE, Version 3
Dependencies amount 16
Dependencies spring-boot-starter-validation, spring-boot-starter-aop, spring-boot-starter, hutool-all, commons-lang3, commons-io, therapi-runtime-javadoc, jackson-databind, jackson-annotations, jackson-datatype-jsr310, spring-boot-starter-jdbc, velocity-engine-core, mybatis, mybatis-spring, mybatis-plus-core, jsqlparser,
There are maybe transitive dependencies!
Page 1 from 1 (items total 10)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy