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

Download JAR files tagged by objects with all dependencies

Search JAR files by class name

cristalise-kernel from group org.cristalise (version 6.0.0)

Cristal-ise is a description-driven software platform originally developed to track the construction of the CMS ECAL detector of the LHC at CERN. This is its core library, known as the kernel, which manages business objects called Items. Items are entirely configured from data, called descriptions, held in other Items. Every change of a state in an Item is a consequence of an execution of an activity in that Item's lifecycle, meaning that Cristal-ise applications are completely traceable, even in their design. It also supports extensive versioning of Item description data, giving the system a high level of flexibility.

Group: org.cristalise Artifact: cristalise-kernel
Show all versions Show documentation Show source 
 

0 downloads
Artifact cristalise-kernel
Group org.cristalise
Version 6.0.0
Last update 25. February 2024
Organization CRISTAL-iSE
URL https://github.com/cristal-ise/kernel
License GNU Library or Lesser General Public License v3 (LGPL3)
Dependencies amount 6
Dependencies vertx-service-proxy, vertx-hazelcast, vertx-shell, vertx-tcp-eventbus-bridge, mvel2, guava,
There are maybe transitive dependencies!

cristalise from group org.cristalise (version 6.0.0)

Cristal-ise is a description-driven software platform originally developed to track the construction of the CMS ECAL detector of the LHC at CERN. This is its core library, known as the kernel, which manages business objects called Items. Items are entirely configured from data, called descriptions, held in other Items. Every change of a state in an Item is a consequence of an execution of an activity in that Item's lifecycle, meaning that Cristal-ise applications are completely traceable, even in their design. It also supports extensive versioning of Item description data, giving the system a high level of flexibility.

Group: org.cristalise Artifact: cristalise
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact cristalise
Group org.cristalise
Version 6.0.0
Last update 25. February 2024
Organization CRISTAL-iSE
URL https://github.com/cristal-ise/cristal-ise
License GNU Library or Lesser General Public License v3 (LGPL3)
Dependencies amount 7
Dependencies nashorn-core, xercesImpl, castor-xml-schema, castor-xml, shiro-core, slf4j-api, xmlunit-core,
There are maybe transitive dependencies!

enos-dm-api-pojo from group com.envisioniot (version 2.5.11)

EnOS Device And Asset API pojo 0.2.14-SNAPSHOT ota api pojo and event 0.2.20-SNAPSHOT The Response objects returned by GetEvent and SearchEvent queries are added (including: outputData, eventName, outputNames fields) 0.2.21-SNAPSHOT Increase the internationalization of the four-element description field of the model 0.2.22-SNAPSHOT add some pojo class for private api 0.2.23-SNAPSHOT model-service open api的接口中thingModel增加category模型类型字段 0.2.24-SNAPSHOT 部分search接口增加realTime字段 0.2.25-SNAPSHOT firmware add tag function 0.2.27-SNAPSHOT add max and min fields 0.2.28-SNAPSHOT asset tree api for amc/city infra 0.2.29-SNAPSHOT fix thingModel enableMeasurepointValidate 0.2.30-SNAPSHOT enhancement of search model and update asset and alert engine 增加告警规则sdk 0.2.31-SNAPSHOT move asset node 2.4.0-SNAPSHOT upgrade to 2.4 for support DCM 2.4GA 2.4.1-SNAPSHOT service parameter supports "Required" and "Default Value" fields 2.4.2-SNAPSHOT upgrade to 2.4 for support DCM 2.4GA jar 升级 2.4.3-SNAPSHOT add alert-engine v2.5 alertRule openAPI

Group: com.envisioniot Artifact: enos-dm-api-pojo
Show all versions Show documentation Show source 
 

0 downloads
Artifact enos-dm-api-pojo
Group com.envisioniot
Version 2.5.11
Last update 08. February 2024
Organization not specified
URL http://git.eniot.io/iotdev/enos-commons-all.git
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies jaxb-api, enos-commons-api-pojo, apim-poseidon, lombok, commons-codec, hibernate-validator,
There are maybe transitive dependencies!

fastutil-core from group it.unimi.dsi (version 8.5.13)

fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists, and queues with a small memory footprint and fast operations; it provides also big (64-bit) arrays, sets, and lists, sorting algorithms, fast, practical I/O classes for binary and text files, and facilities for memory mapping large files. This jar (fastutil-core.jar) contains data structures based on integers, longs, doubles, and objects, only; fastutil.jar contains all classes. If you have both jars in your dependencies, this jar should be excluded.

Group: it.unimi.dsi Artifact: fastutil-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact fastutil-core
Group it.unimi.dsi
Version 8.5.13
Last update 06. February 2024
Organization not specified
URL http://fastutil.di.unimi.it/
License Apache License, Version 2.0
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!



Page 254 from 261 (items total 2607)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy