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

Download JAR files tagged by used with all dependencies

Search JAR files by class name

sensor-cpu-sigar-times from group fr.inria.powerapi.sensor (version 1.5)

Extends the `fr.inria.powerapi.sensor.cpu.sensor-cpu-sigar` module in providing time spent for each CPU frequency, useful for computation taking into account the DVFS. This `Sensor` module use information provided by the [cpufreq-info](http://linux.die.net/man/1/cpufreq-info "cpufreq-info") tool under the procfs/sysfs virtual filesystems, typically used by standard Linux distributions. See also: [Man proc](http://linux.die.net/man/5/proc "proc manual").

Group: fr.inria.powerapi.sensor Artifact: sensor-cpu-sigar-times
Show all versions Show documentation Show source 
 

0 downloads
Artifact sensor-cpu-sigar-times
Group fr.inria.powerapi.sensor
Version 1.5
Last update 22. March 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies core, sensor-cpu-api, sensor-cpu-sigar, scala-io-core_${scala.version},
There are maybe transitive dependencies!

core from group fr.inria.powerapi (version 1.5)

As its name indicates, Core module gather all "kernel" functionalities that will be use by other modules. More precisely, this module defines the whole types used by PowerAPI to define its architecture. This module also defines the essential Clock class, responsible of the periodically sending of the Tick message, itself responsible of the process of the PowerAPI business part.

Group: fr.inria.powerapi Artifact: core
Show all versions Show documentation Show source 
 

0 downloads
Artifact core
Group fr.inria.powerapi
Version 1.5
Last update 22. March 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jtidy from group com.google.code.maven-play-plugin.net.sf.jtidy (version r938)

JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM interface to the document that is being processed, which effectively makes you able to use JTidy as a DOM parser for real-world HTML.

Group: com.google.code.maven-play-plugin.net.sf.jtidy Artifact: jtidy
Show documentation Show source 
 

17 downloads
Artifact jtidy
Group com.google.code.maven-play-plugin.net.sf.jtidy
Version r938
Last update 27. February 2013
Organization sourceforge
URL http://jtidy.sourceforge.net
License Java HTML Tidy License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

javafx-deploy-lib from group com.zenjava (version 1.2)

The JavaFX Deploy Lib provides a core functionality for assembling JavaFX applications. It is build-tool independent and is intended to be used as a base to build plugins for Maven, Gradle and other third party tools. It is a direct replacement for the 'JavaFX packaging' library that comes with the JDK but without the limitations that come from being bundled in the JDK.

Group: com.zenjava Artifact: javafx-deploy-lib
Show all versions Show documentation Show source 
 

2 downloads
Artifact javafx-deploy-lib
Group com.zenjava
Version 1.2
Last update 14. February 2013
Organization not specified
URL https://github.com/zonski/javafx-deploy-lib
License GNU General Public License (GPL)
Dependencies amount 1
Dependencies velocity,
There are maybe transitive dependencies!

org.opencms.dev.demo.customwidget from group org.opencms.modules (version 8.5.1)

OpenCms-Module 'org.opencms.dev.demo.customwidget'. Provides sample implementation for a custom display widget that can be used in the new content editor. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed.

Group: org.opencms.modules Artifact: org.opencms.dev.demo.customwidget
Show documentation Show source 
 

2 downloads
Artifact org.opencms.dev.demo.customwidget
Group org.opencms.modules
Version 8.5.1
Last update 12. February 2013
Organization not specified
URL http://opencms.org
License GNU LESSER GENERAL PUBLIC LICENSE 2.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

apacheds-xdbm-tools from group org.apache.directory.server (version 2.0.0-M8)

Several kinds of two column key/value data structures, in memory and on disk which sort keys can can be used to implement xdbm partitions. JDBM is one example. These partition use the same database structure or scheme for maintaining LDAP entries and facilitating search operations on them. This module contains common tools that could be used to manage aspects common to all xdbm implementations.

Group: org.apache.directory.server Artifact: apacheds-xdbm-tools
Show all versions Show documentation Show source 
 

1 downloads
Artifact apacheds-xdbm-tools
Group org.apache.directory.server
Version 2.0.0-M8
Last update 09. October 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies apacheds-core-api, apacheds-i18n, apacheds-xdbm-partition, commons-lang, shared-ldap-model, shared-util,
There are maybe transitive dependencies!

textcat from group org.knallgrau.utils (version 1.0.1)

The Java Text Categorizing Library (JTCL) is a pure java 1.5 implementation of libTextCat which in turn is "a library that was primarily developed for language guessing, a task on which it is known to perform with near-perfect accuracy". It's distributed under the LGPL and can also be used in order to categorize text into arbitrary topics by computing appropiate fingerprints which represent the categories.

Group: org.knallgrau.utils Artifact: textcat
Show documentation Show source 
 

1 downloads
Artifact textcat
Group org.knallgrau.utils
Version 1.0.1
Last update 01. October 2012
Organization not specified
URL http://textcat.sourceforge.net/
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

imixs-workflow-jee from group org.imixs.workflow (version 2.1.4)

The Imixs JEE Workflow is a full featured Workflow Management System (WFMS) based on the JEE5 specification. The project extends the Imixs Workflow API project to fulfill the requirements to a scalable, transactional, robust and simple deployable JEE Workflow System. The Project provides different service components (EJBs) to be used in any kind of business application. All components of the project are build using Maven 2 to simplify the development process and usage of the components in a Java project.

Group: org.imixs.workflow Artifact: imixs-workflow-jee
Show all versions Show documentation Show source 
 

0 downloads
Artifact imixs-workflow-jee
Group org.imixs.workflow
Version 2.1.4
Last update 29. August 2012
Organization Imixs Software Solutions GmbH
URL http://java.net/projects/imixs-workflow
License GNU General Public License
Dependencies amount 1
Dependencies imixs-workflow-api,
There are maybe transitive dependencies!

guava-bootstrap from group com.google.guava (version 12.0-rc1)

ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). This project's is then used in the bootstrap class path of Guava proper.

Group: com.google.guava Artifact: guava-bootstrap
Show all versions Show documentation Show source 
 

3 downloads
Artifact guava-bootstrap
Group com.google.guava
Version 12.0-rc1
Last update 30. March 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

guava-bootstrap from group org.sonatype.sisu.inject (version 0.11.1)

ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). This project's is then used in the bootstrap class path of Guava proper.

Group: org.sonatype.sisu.inject Artifact: guava-bootstrap
Show documentation Show source 
 

0 downloads
Artifact guava-bootstrap
Group org.sonatype.sisu.inject
Version 0.11.1
Last update 15. January 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1076 from 1118 (items total 11178)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy