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

Download JAR files tagged by runtime with all dependencies

Search JAR files by class name

maven-plugin from group au.net.ocean.maven.plugin (version 1.1)

Maven Plugin Tools are a library of utility classes to aid in the development and testing of plugins for Maven 2. Key features include support for Java 5 annotation based descriptor generation via an annotation extractor (available separately), and support for easier unit testing using the same Java 5 annotations and runtime dynamic proxies for parameter injection.

Group: au.net.ocean.maven.plugin Artifact: maven-plugin
Show all versions Show source 
 

0 downloads
Artifact maven-plugin
Group au.net.ocean.maven.plugin
Version 1.1
Last update 01. August 2011
Organization not specified
URL http://maven.ocean.net.au/plugin/
License The Revised BSD Licence
Dependencies amount 2
Dependencies maven-plugin-annotations, maven-plugin-api,
There are maybe transitive dependencies!

maven-jini-plugin from group org.jini.maven-jini-plugin (version 2.0)

This is a Maven plug-in for Jini service based projects. It's initial capabilities are: * Archetype for Jini service project creation * Starting/Stopping of Jini starter kit services: Reggie, Mahalo, Phoenix, Fiddler, Norm, Mercury, Outrigger, Browser, and HTTP daemon * Configurable RMI runtime: JRMP, JERI, or JERI/JSSE * Configurable activation and persistence modes: transient, activatable, nonactivatable

Group: org.jini.maven-jini-plugin Artifact: maven-jini-plugin

 

0 downloads
Artifact maven-jini-plugin
Group org.jini.maven-jini-plugin
Version 2.0
Last update 28. December 2005
Organization not specified
URL http://maven-jini-plugin.jini.org/
License Apache License version 2.0
Dependencies amount 23
Dependencies maven-plugin-api, maven-embedder, plexus-utils, ant, jini-core, jini-ext, jsk-lib, jsk-platform, jsk-resources, destroy, group, sun-util, tools, checkconfigurationfile, checkser, classdep, classserver, computedigest, computehttpmdcodebase, envcheck, jarwrapper, jini-starterkit, jini-start-examples,
There are maybe transitive dependencies!

onnxruntime-mobile from group com.microsoft.onnxruntime (version 1.17.3)

The ONNX Runtime Mobile package is a size optimized inference library for executing ONNX (Open Neural Network Exchange) models on Android. This package is built from the open source inference engine but with reduced disk footprint targeting mobile platforms. To minimize binary size this library supports a reduced set of operators and types aligned to typical mobile applications. The ONNX model must be converted to ORT format in order to use it with this package. See https://onnxruntime.ai/docs/reference/ort-format-models.html for more details.

Group: com.microsoft.onnxruntime Artifact: onnxruntime-mobile
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact onnxruntime-mobile
Group com.microsoft.onnxruntime
Version 1.17.3
Last update 10. April 2024
Organization Microsoft
URL https://microsoft.github.io/onnxruntime/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

proxycian_bytebuddy from group one.edee.oss (version 1.4.0)

Group: one.edee.oss Artifact: proxycian_bytebuddy
Show all versions Show documentation Show source 
 

0 downloads
Artifact proxycian_bytebuddy
Group one.edee.oss
Version 1.4.0
Last update 05. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies jsr305, lombok, commons-lang3,
There are maybe transitive dependencies!

proxycian_javassist from group one.edee.oss (version 1.4.0)

Group: one.edee.oss Artifact: proxycian_javassist
Show all versions Show documentation Show source 
 

0 downloads
Artifact proxycian_javassist
Group one.edee.oss
Version 1.4.0
Last update 05. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies jsr305, lombok, commons-lang3,
There are maybe transitive dependencies!

proxycian_core from group one.edee.oss (version 1.4.0)

Group: one.edee.oss Artifact: proxycian_core
Show all versions Show documentation Show source 
 

0 downloads
Artifact proxycian_core
Group one.edee.oss
Version 1.4.0
Last update 05. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

proxycian from group one.edee.oss (version 1.4.0)

Small Java library for generating dynamic proxies on top of [ByteBuddy](https://github.com/raphw/byte-buddy) or [Javassist](https://github.com/jboss-javassist/javassist). You can generate data transfer objects, rich traits or even whole implicit DAO implementations dynamically at runtime easily. This library solves the complex stuff, so you can focus on application logic. Serializability, cloning are already solved by us. We also aim for transparent and easily debuggable proxies, because as we know proxies is usually part of "magic" for the team. Hence, the name of this library - Proxycian as a magician for the proxies ;)

Group: one.edee.oss Artifact: proxycian
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact proxycian
Group one.edee.oss
Version 1.4.0
Last update 05. February 2024
Organization FG Forrest, a.s.
URL https://github.com/FgForrest/Proxycian/
License MIT License
Dependencies amount 3
Dependencies jsr305, lombok, commons-lang3,
There are maybe transitive dependencies!

proxycian_tests from group one.edee.oss (version 1.4.0)

Group: one.edee.oss Artifact: proxycian_tests
Show all versions 
 

0 downloads
Artifact proxycian_tests
Group one.edee.oss
Version 1.4.0
Last update 05. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies proxycian_bytebuddy, proxycian_javassist,
There are maybe transitive dependencies!

Config from group com.vectorprint (version 12.1)

This project is about configuration of applications and about parameterization of Objects. This library offers annotations (and annotation processors), parsers, typing, observing changes, serialization, cloning and more when working with settings and/or object parameters. Settings and its features can be declared using an xml format. The library offers syntax support for settings and parameters in a loosely coupled manner. You are not restricted to built in syntax, you can provide your own. At runtime this library tracks keys for which a default is used because they are not found in settings. Also it tracks unused keys. You can stack features for settings such as caching, preparing keys and values, readonlyness, threadsafety, helpsupport, reading / parsing from input. You can easily develop your own features for settings.

Group: com.vectorprint Artifact: Config
Show all versions Show documentation Show source 
 

0 downloads
Artifact Config
Group com.vectorprint
Version 12.1
Last update 12. January 2024
Organization E. Drenth Software
URL https://github.com/eduarddrenth/Configuration/wiki
License Apache License, Version 2.0
Dependencies amount 4
Dependencies VectorPrintCommon, slf4j-api, jaxb-impl, commons-io,
There are maybe transitive dependencies!

automata-modelchecking-m3c from group net.automatalib (version 0.11.0)

This artifact provides the implementation of the model checker presented in the paper "M3C: Modal Meta Model Checking" (https://dx.doi.org/10.1007/978-3-030-00244-2_15) by Bernhard Steffen and Alnis Murtovi. The paper is based on "Model Checking for Context-Free Processes" (https://link.springer.com/chapter/10.1007/BFb0084787) by Olaf Burkart and Bernhard Steffen. Note that this implementation requires a runtime dependency to a specific ADDLib backend (see https://add-lib.scce.info/), which is not explicitly included in this artifact due to packaging reasons.

Group: net.automatalib Artifact: automata-modelchecking-m3c
Show documentation Show source 
 

0 downloads
Artifact automata-modelchecking-m3c
Group net.automatalib
Version 0.11.0
Last update 06. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies automata-api, automata-commons-util, automata-core, guava, addlib-core, checker-qual, testng,
There are maybe transitive dependencies!



Page 517 from 522 (items total 5213)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy