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

Download JAR files tagged by kernel with all dependencies


jadex-kernel-microservice from group org.activecomponents.jadex (version 4.0.267)

The Jadex micro kernel provides a lightweight and very efficient kernel for minimal agents with an extremely low memory footprint. Micro agents have a simple internal architecture that is similar to active objects. They are programmed as Java objects overriding a framework class, which has predefined methods for the setup, termination, execution logic as well as message receipt.

Group: org.activecomponents.jadex Artifact: jadex-kernel-microservice
Show all versions Show documentation Show source 
Download jadex-kernel-microservice.jar (4.0.267)
 

0 downloads
Artifact jadex-kernel-microservice
Group org.activecomponents.jadex
Version 4.0.267
Last update 08. September 2022
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 5
Dependencies jadex-util-commons, jadex-util-javaparser, jadex-platform-bridge, jadex-kernel-base, jadex-kernel-micro,
There are maybe transitive dependencies!

truezip-samples from group de.schlichtherle.truezip (version 7.7.10)

Sample applications to demonstrate the usage of various TrueZIP module APIs. Some of these samples use rather advanced or exotic features which makes them more complex than necessary for a typical application. By design, the sample applications use all file system drivers which can be located at runtime. Location of the available file system drivers is performed by scanning the class path - see the Javaodoc for the TrueZIP Kernel class de.schlichtherle.truezip.fs.sl.FsDriverLocator for more information.

Group: de.schlichtherle.truezip Artifact: truezip-samples
Show all versions Show documentation Show source 
Download truezip-samples.jar (7.7.10)
 

11 downloads
Artifact truezip-samples
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies truezip-path, truezip-driver-tar, truezip-driver-tzp, truezip-driver-zip,
There are maybe transitive dependencies!

truezip-kernel from group de.schlichtherle.truezip (version 7.7.10)

This module implements virtual file systems from arbitrary resources, manages their state and commits unsynchronized changes if required or requested. The TrueZIP Kernel uses file system drivers to access these resources. It provides multithreading, multiplexing, caching and buffering so that the file system drivers do not need to take care of this.

Group: de.schlichtherle.truezip Artifact: truezip-kernel
Show all versions Show documentation Show source 
Download truezip-kernel.jar (7.7.10)
 

8 downloads
Artifact truezip-kernel
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sysinfo from group com.srotya.sys (version 0.0.3)

Sysinfo is a linux daemon written in Java that exposes OS info and metrics via a REST API. It also supports push metrics where the daemon will post the metrics to an endpoint of your choice. Currently supporting: - REST - Syslog The daemon works by monitoring linux /proc. More information can be found here: https://www.kernel.org/doc/Documentation/filesystems/proc.txt

Group: com.srotya.sys Artifact: sysinfo
Show documentation Show source 
Download sysinfo.jar (0.0.3)
 

1 downloads
Artifact sysinfo
Group com.srotya.sys
Version 0.0.3
Last update 06. April 2016
Organization not specified
URL https://github.com/srotya/sysinfo
License The Apache Software License, Version 2.0
Dependencies amount 8
Dependencies gson, commons-configuration, jetty-server, jetty-servlet, jersey-container-jetty-http, jersey-container-servlet-core, jersey-server, jersey-media-moxy,
There are maybe transitive dependencies!

jzmq from group org.zeromq (version 3.1.0)

The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. This package contains the Java Bindings for ZeroMQ.

Group: org.zeromq Artifact: jzmq
Show all versions Show documentation Show source 
Download jzmq.jar (3.1.0)
 

24 downloads
Artifact jzmq
Group org.zeromq
Version 3.1.0
Last update 11. July 2014
Organization not specified
URL https://zeromq.org/
License LGPLv3+
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jadex-kernel-gpmn from group net.sourceforge.jadex (version 2.4)

The Jadex GPMN (goal oriented process modeling notation) kernel provides a goal-oriented workflow kernel. The idea is that a workflow is specified as declarative goal hierarchy, which describes what has to be achieved to fulfill the workflow. At runtime goals are pursued by executing plans represented by standard BPMN workflows. The execution of goal-based workflows is achieved by conversion to BDI agents.

Group: net.sourceforge.jadex Artifact: jadex-kernel-gpmn
Show all versions Show documentation Show source 
Download jadex-kernel-gpmn.jar (2.4)
 

0 downloads
Artifact jadex-kernel-gpmn
Group net.sourceforge.jadex
Version 2.4
Last update 20. December 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies jadex-commons, jadex-xml, jadex-rules, jadex-bridge, jadex-kernel-bdi, jadex-kernel-bdibpmn,
There are maybe transitive dependencies!

jadex-kernel-micro from group net.sourceforge.jadex (version 2.4)

The Jadex micro kernel provides a lightweight and very efficient kernel for minimal agents with an extremely low memory footprint. Micro agents have a simple internal architecture that is similar to active objects. They are programmed as Java objects overriding a framework class, which has predefined methods for the setup, termination, execution logic as well as message receipt.

Group: net.sourceforge.jadex Artifact: jadex-kernel-micro
Show all versions Show documentation Show source 
Download jadex-kernel-micro.jar (2.4)
 

0 downloads
Artifact jadex-kernel-micro
Group net.sourceforge.jadex
Version 2.4
Last update 20. December 2013
Organization not specified
URL http://jadex.sourceforge.net
License LGPL License
Dependencies amount 1
Dependencies jadex-bridge,
There are maybe transitive dependencies!

spring-component-builder from group net.happyonroad (version 0.0.1)

Group: net.happyonroad Artifact: spring-component-builder
Show documentation Show source 
Download spring-component-builder.jar (0.0.1)
 

0 downloads
Artifact spring-component-builder
Group net.happyonroad
Version 0.0.1
Last update 10. December 2013
Organization not specified
URL http://github.com/Kadvin/spring-component-builder
License not specified
Dependencies amount 3
Dependencies maven-plugin-api, maven-dependency-plugin, ant,
There are maybe transitive dependencies!

spring-component-framework from group net.happyonroad (version 0.0.1)

The spring component framework is used to setup a plugin based, micro-kernel, standalone application (today, we will support webapp in later releases) which is based on SpringFramework. It can help you decouple your application into several components clearly with zero invasion and keep your application consistent between develop time and runtime.

Group: net.happyonroad Artifact: spring-component-framework
Show documentation Show source 
Download spring-component-framework.jar (0.0.1)
 

0 downloads
Artifact spring-component-framework
Group net.happyonroad
Version 0.0.1
Last update 10. December 2013
Organization not specified
URL http://github.com/Kadvin/spring-component-framework
License not specified
Dependencies amount 11
Dependencies plexus-classworlds, xstream, slf4j-api, spring-context, spring-context-support, commons-lang, commons-io, logback-core, logback-classic, logback-access, jcl-over-slf4j,
There are maybe transitive dependencies!

spring-component-parent from group net.happyonroad (version 0.0.1)

The spring component framework is used to setup a plugin based, micro-kernel, standalone application (today, we will support webapp in later releases) which is based on SpringFramework. It can help you decouple your application into several components clearly with zero invasion and keep your application consistent between develop time and runtime.

Group: net.happyonroad Artifact: spring-component-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact spring-component-parent
Group net.happyonroad
Version 0.0.1
Last update 10. December 2013
Organization not specified
URL http://github.com/Kadvin/spring-component-parent
License Apache License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 84 from 85 (items total 848)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy