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

Download JAR files tagged by specified with all dependencies

Search JAR files by class name

classifierBasedAttributeSelection from group nz.ac.waikato.cms.weka (version 1.0.5)

This package provides two classes - one for evaluating the merit of individual attributes using a classifier (ClassifierAttributeEval), and second for evaluating the merit of subsets of attributes using a classifier (ClassifierSubsetEval). Both invoke a user-specified classifier to perform the evaluation, either under cross-validation or on the training data.

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

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

OptionsManager from group se.natusoft.tools.optionsmgr (version 2.0)

Manages application/tool options. Options are mapped to Java Bean properties using annotations. Help texts can be specified for options also using annotations and a complete help text can be generated by the options manager. Options can be loaded from command line arg String[] array, an XML file, or a java properties file.

Group: se.natusoft.tools.optionsmgr Artifact: OptionsManager
Show documentation Show source 
 

0 downloads
Artifact OptionsManager
Group se.natusoft.tools.optionsmgr
Version 2.0
Last update 09. November 2013
Organization ${copyrightHolder}
URL http://github.com/tombensve/OptionsManager
License Apache 2.0
Dependencies amount 1
Dependencies CodeLicenseManager-annotations-retention-source,
There are maybe transitive dependencies!

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

Resamples a dataset by applying the Synthetic Minority Oversampling TEchnique (SMOTE). The original dataset must fit entirely in memory. The amount of SMOTE and number of nearest neighbors may be specified. For more information, see Nitesh V. Chawla et. al. (2002). Synthetic Minority Over-sampling Technique. Journal of Artificial Intelligence Research. 16:321-357.

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

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

android-drawables-maven-plugin from group com.github.kingamajick.admp (version 1.0.0)

A Maven plugin for generating Android drawable resources from SVG files. PNG files will be generated from the SVG file at the pixel densities specified. The plugin also allows the flattening of directory structures as well as the packaging of bitmap resources alongside the SVGs

Group: com.github.kingamajick.admp Artifact: android-drawables-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact android-drawables-maven-plugin
Group com.github.kingamajick.admp
Version 1.0.0
Last update 22. October 2012
Organization not specified
URL https://github.com/kingamajick/android-drawables-maven-plugin
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies maven-plugin-api, maven-core, batik-transcoder, batik-codec,
There are maybe transitive dependencies!

dependency-versions-check-maven-plugin from group org.basepom.maven (version 4.0.1)

The dependency-versions-check plugin verifies that all resolved versions of artifacts are at least the versions specified by the project dependencies. The Maven dependency resolution process will substitute versions for the different artifacts in a dependency tree and sometimes chooses incompatible versions which leads to difficult to detect problems. This plugin resolves all dependencies and collects any requested version. It evaluates whether the resolved versions are compatible to the requested versions and reports possible conflicts.

Group: org.basepom.maven Artifact: dependency-versions-check-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact dependency-versions-check-maven-plugin
Group org.basepom.maven
Version 4.0.1
Last update 28. December 2023
Organization The basepom project
URL https://basepom.github.io/dependency-versions-check-maven-plugin/
License Apache License 2.0
Dependencies amount 3
Dependencies guava, maven-resolver-util, maven-shared-utils,
There are maybe transitive dependencies!

excel-chunky-sax from group com.mdazad.chunkysax (version 1.0.0)

The ExcelChunkySAX library provides a way to process large Excel files in chunks using a SAX parser. It reads the Excel file in chunks and performs the specified action on each chunk. The library provides an interface ChunkAction that needs to be implemented to define the action to be performed on each chunk. The library uses Apache POI library to read the Excel file and SAX parser to parse the XML data. Note: any type of date format should be converted to yyyy-MM-dd.

Group: com.mdazad.chunkysax Artifact: excel-chunky-sax
Show documentation Show source 
 

0 downloads
Artifact excel-chunky-sax
Group com.mdazad.chunkysax
Version 1.0.0
Last update 11. November 2023
Organization not specified
URL https://github.com/gitAzad/excel-chunky-sax
License MIT License
Dependencies amount 2
Dependencies poi, poi-ooxml,
There are maybe transitive dependencies!

pomedit from group com.soerensen.pomedit (version 1.1.0)

This tool allows setting the version number of a specified dependency in a given Maven pom.xml file. All original comments and formatting will be kept. Usage example: mvn com.soerensen.pomedit:pomedit:1.0.1:setDependencyVersion -DpomFile="pom.xml" -Dgavtc="commons-io:commons-io:4.8.0" gavtc -> groupId:artifactId:version:type*:classifier* * optional Extra property: - noBackupFile (default:false), used to ignore the creation of a backup file.

Group: com.soerensen.pomedit Artifact: pomedit
Show all versions Show documentation 
 

0 downloads
Artifact pomedit
Group com.soerensen.pomedit
Version 1.1.0
Last update 25. June 2018
Organization not specified
URL https://www.soerensen.com
License Apache License, Version 2.0
Dependencies amount 2
Dependencies maven-plugin-api, maven-plugin-annotations,
There are maybe transitive dependencies!

fatjar-maven-plugin from group com.amitinside (version 0.0.1)

This maven plugin is responsible to create a Fat JAR bundle containing all the dependencies specified in a POM file. Sometimes users need to unpack specific dependency (eq. zip, tar etc) before packing the dependency as this dependency could contain other jar files. The primary motive is to collect all the dependencies including the plain jar dependencies and the other jar dependencies that reside in other dependency (eq. zip, tar etc). Apart from this, it could also update the versions of the specified dependencies before wrapping in a big fat JAR bundle. This internally uses bnd to wrap all the dependencies in a single fat JAR.

Group: com.amitinside Artifact: fatjar-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact fatjar-maven-plugin
Group com.amitinside
Version 0.0.1
Last update 05. February 2018
Organization not specified
URL Not specified
License Eclipse Public License - v 1.0
Dependencies amount 11
Dependencies guava, maven-invoker, commons-io, maven-model, zip4j, commons-cli, maven-plugin-api, maven-project, mojo-executor, biz.aQute.bndlib, slf4j-log4j12,
There are maybe transitive dependencies!

tracelytics-maven-plugin from group com.tracelytics.agent.java (version 1.0.0)

A Maven plugin that installs the TraceView Java instrumentation agent. Can be used within a pom or directly from command line. The supported goals are "install-agent" and "download-agent". The configuration properties are "agentVersion", "agentLocation" and "agentOperatingSystem"(the last one is only valid for "download-agent" goal), all are optional and may be specified as maven configuration properties or system properties. For other information on our Java agent please visit http://docs.traceview.solarwinds.com/Instrumentation/java.html.

Group: com.tracelytics.agent.java Artifact: tracelytics-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact tracelytics-maven-plugin
Group com.tracelytics.agent.java
Version 1.0.0
Last update 07. April 2017
Organization not specified
URL https://traceview.solarwinds.com/TraceView/Java
License TraceView Java Agent License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven-dependency-versions-check-plugin from group com.ning.maven.plugins (version 2.0.4)

The maven-dependency-versions-check-plugin is a Maven plugin that verifies that the resolved versions of dependencies are at least the versions specified by the dependencies (or their dependencies etc.) if not higher. More specifically, it will check that * The resolved version of every dependency declared explicitly in the current POM is the same or a newer one than what was stated. If the resolved version has a higher major version number than the declared version, then the plugin will issue a warning if configured to do so. Note that enforced declared versions are ignored by the plugin. * For every explicitly declared dependency in the current POM, all its dependency versions are met. I.e. the resolved versions for all dependencies in that dependency's POM are the same or higher than the one stated in that dependency's POM. This is basically the same check as the one above, but using the dependency's POM! Also, if the current POM has exclusions specified for the dependency, then these transitive dependencies are ignored when checking this particular dependency.

Group: com.ning.maven.plugins Artifact: maven-dependency-versions-check-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact maven-dependency-versions-check-plugin
Group com.ning.maven.plugins
Version 2.0.4
Last update 25. September 2016
Organization not specified
URL https://github.com/ning/maven-dependency-versions-check-plugin
License Apache License 2.0
Dependencies amount 11
Dependencies maven-plugin-api, maven-model, maven-artifact, maven-project, maven-dependency-tree, commons-lang, commons-collections, slf4j-api, maven-plugin-log4j, guava, findbugs-annotations,
There are maybe transitive dependencies!



Page 22 from 27 (items total 268)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy