MVN

org.jeuron : jeuron-project

Maven & Gradle

Apr 25, 2014

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.

<dependency>
    <groupId>org.jeuron</groupId>
    <artifactId>jeuron-project</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jeuron : jeuron-project to add to Maven - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of org.jeuron : jeuron-project to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4.x
jeuron-project-0.4.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jeuron</groupId>
    <artifactId>jeuron-project</artifactId>
    <version>0.4.0</version>
</dependency>

Advertisement