j

jeuron-project

The Jeuron Application Platform is a lightweight framework to assemble software components intended to support multiple project and deployment scenarios while also providing an environment for testing and debugging. The platform is comprised of a set of packages which provide transport, messaging, configuration, and execution services designed to create a configurable, scalable, and distributed application environment. The low resource model permits the platform to be instantiated during each build cycle and to be deployed at all levels of the application hierarchy such as application servers, web servers, and mobile or wired workstations.
GNU Lesser General Public License
Mike Karrys
Files download
File Operation
jeuron-project-0.4.0.pom download
Apache Maven
<dependency>
  <groupId>org.jeuron</groupId>
  <artifactId>jeuron-project</artifactId>
  <version>0.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jeuron:jeuron-project:0.4.0'
Gradle Kotlin
implementation("org.jeuron:jeuron-project:0.4.0")
Scala SBT
libraryDependencies += "org.jeuron" % "jeuron-project" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jeuron', module='jeuron-project', version='0.4.0')
)
Apache Ivy
<dependency org="org.jeuron" name="jeuron-project" rev="0.4.0" />
Leiningen
[org.jeuron/jeuron-project "0.4.0"]
Apache Buildr
'org.jeuron:jeuron-project:jar:0.4.0'