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

Download JAR files tagged by extracting with all dependencies

Search JAR files by class name

truevfs-driver-sfx from group net.java.truevfs (version 0.14.0)

Provides a file system driver for read-only access to the SelF eXtracting ZIP file format, alias SFX. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Group: net.java.truevfs Artifact: truevfs-driver-sfx
Show all versions Show documentation Show source 
 

0 downloads
Artifact truevfs-driver-sfx
Group net.java.truevfs
Version 0.14.0
Last update 30. January 2021
Organization Schlichtherle IT Services
URL http://truevfs.net/
License Apache License, Version 2.0
Dependencies amount 1
Dependencies truevfs-comp-zipdriver,
There are maybe transitive dependencies!

sonar-gwt-pages from group org.codehaus.sonar (version 4.0)

GWT pages to be included in the "Design" plugin packaged with SonarQube. Extracting this project outside SQ sources allows to reduce significantly compilation time. GWT is no more supported in SQ and this project does not evolve anymore. It will be replaced sooner or later.

Group: org.codehaus.sonar Artifact: sonar-gwt-pages
Show documentation Show source 
 

0 downloads
Artifact sonar-gwt-pages
Group org.codehaus.sonar
Version 4.0
Last update 09. December 2013
Organization SonarSource
URL http://www.sonarqube.org/
License GNU LGPL 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ant-gettext from group org.fedorahosted.tennera (version 0.9)

${project.name} provides several Ant tasks for dealing with GNU Gettext catalog files and Java Properties files, including file conversion and comparison, and also extracting translatable strings from source code using regular expressions.

Group: org.fedorahosted.tennera Artifact: ant-gettext
Show all versions Show documentation Show source 
 

0 downloads
Artifact ant-gettext
Group org.fedorahosted.tennera
Version 0.9
Last update 27. August 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies ant, openprops, jgettext,
There are maybe transitive dependencies!

integration from group eu.dicode-project (version 0.0.11)

The examples module provides glue code implementation for extracting common phrases, key word distributions and more from tweets stored on HDFS/HBase. It builds on Mahout for more sophisticated analysis.

Group: eu.dicode-project Artifact: integration
Show documentation Show source 
 

0 downloads
Artifact integration
Group eu.dicode-project
Version 0.0.11
Last update 03. November 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 12
Dependencies hadoop-core, hbase, mahout-utils, mahout-core, mahout-examples, commons-configuration, commons-io, twitter4j-core, tika-parsers, log4j, slf4j-log4j12, slf4j-api,
There are maybe transitive dependencies!

qdox from group qdox (version 1.6.1)

Group: qdox Artifact: qdox
Show all versions Show documentation Show source 
 

1 downloads
Artifact qdox
Group qdox
Version 1.6.1
Last update 06. December 2006
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

payload from group payload (version 0.5)

Payload is a tool to create self-extracting jars. It begins by contracting a series of files into the new target jar, then that jar may be self-executed, ie) java -jar or double-clicking, to unpack it. In addition a .properties file may be provided which specifies search and replace operations to perform on unpacked files.

Group: payload Artifact: payload
Show all versions Show documentation Show source 
 

0 downloads
Artifact payload
Group payload
Version 0.5
Last update 24. November 2005
Organization OSJava
URL http://www.osjava.org/payload/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jcore-mutationfinder-ae from group de.julielab (version 2.6.1)

An analysis engine to recognize mentions of gene point mutations in document text. This is a wrapper around the original MutationFinder (http://mutationfinder.sourceforge.net/), published in the following paper: MutationFinder: A high-performance system for extracting point mutation mentions from text J. Gregory Caporaso, William A. Baumgartner Jr., David A. Randolph, K. Bretonnel Cohen, and Lawrence Hunter; Bioinformatics, 2007 23(14):1862-1865; doi:10.1093/bioinformatics/btm235;

Group: de.julielab Artifact: jcore-mutationfinder-ae
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcore-mutationfinder-ae
Group de.julielab
Version 2.6.1
Last update 18. December 2022
Organization not specified
URL Not specified
License BSD-2-Clause
Dependencies amount 6
Dependencies oro, junit-jupiter-engine, jcore-types, jcore-descriptor-creator, slf4j-api, assertj-core,
There are maybe transitive dependencies!

newrelic-api from group com.opsmatters (version 1.0.12)

Java client library for the New Relic REST APIs built using Jersey and Gson. The library includes over 110 operations across all of the available 35 New Relic services. It can be used by applications to automate the configuration of New Relic Monitoring, Alerting and Dashboards, but can also be used for extracting incident and metric data, executing Insights queries, and uploading plugin metrics.

Group: com.opsmatters Artifact: newrelic-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact newrelic-api
Group com.opsmatters
Version 1.0.12
Last update 22. August 2018
Organization not specified
URL https://github.com/opsmatters/newrelic-api
License Apache 2.0
Dependencies amount 5
Dependencies jersey-client, jersey-hk2, gson, guava, commons-lang3,
There are maybe transitive dependencies!

NobleTools from group edu.pitt.dbmi.nlp (version 1.0)

Noble Tools Suite, is a set of Natural Language Processing (NLP) tools and Application Programming Interfaces (API) written in Java for interfacing with ontologies, auto coding text and extracting information from free test. The Noble Tools suite also includes a generic ontology API for interfacing with Web Ontology Language (OWL) files, OBO and BioPortal ontologies and a number of support utilities and methods useful for NLP (e.g. string normalization, ngram and stemming)

Group: edu.pitt.dbmi.nlp Artifact: NobleTools
Show documentation Show source 
 

2 downloads
Artifact NobleTools
Group edu.pitt.dbmi.nlp
Version 1.0
Last update 14. November 2016
Organization Department of Biomedical Informatics, University of Pittsburgh
URL http://noble-tools.dbmi.pitt.edu
License BSD 3-Clause License
Dependencies amount 3
Dependencies owlapi-distribution, jdbm, javax.servlet-api,
There are maybe transitive dependencies!

command-line-processing from group il.ac.technion.cs.ssdl (version 1.0.1)

Extracting command line options directly into data members: each field marked with an @External annotation automatically becomes a command line option. Extracting the options values from the command line arguments, i.e., the "String[] args" parameter to main, into the field(s), requires a single method invocation: Introspector.extract(args, o1, o2, ...) where o1,o2, ... are the objects in which the fields annotated with @External.

Group: il.ac.technion.cs.ssdl Artifact: command-line-processing
Show documentation Show source 
 

0 downloads
Artifact command-line-processing
Group il.ac.technion.cs.ssdl
Version 1.0.1
Last update 12. March 2012
Organization Department of Computer Science, The Technion
URL http://command-line-processing.googlecode.com
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!



Page 31 from 32 (items total 312)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy