DaedaFusion Service Framework Parent

A Service/Provider framework with plugin classloading isolation

License

License

GroupId

GroupId

com.daedafusion
ArtifactId

ArtifactId

service-framework-parent
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

pom
Description

Description

DaedaFusion Service Framework Parent
A Service/Provider framework with plugin classloading isolation
Project URL

Project URL

http://daedafusion.com
Source Code Management

Source Code Management

https://github.com/daedafusion/service-framework.git

Download service-framework-parent

How to add to project

<!-- https://jarcasting.com/artifacts/com.daedafusion/service-framework-parent/ -->
<dependency>
    <groupId>com.daedafusion</groupId>
    <artifactId>service-framework-parent</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.daedafusion/service-framework-parent/
implementation 'com.daedafusion:service-framework-parent:1.1'
// https://jarcasting.com/artifacts/com.daedafusion/service-framework-parent/
implementation ("com.daedafusion:service-framework-parent:1.1")
'com.daedafusion:service-framework-parent:pom:1.1'
<dependency org="com.daedafusion" name="service-framework-parent" rev="1.1">
  <artifact name="service-framework-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.daedafusion', module='service-framework-parent', version='1.1')
)
libraryDependencies += "com.daedafusion" % "service-framework-parent" % "1.1"
[com.daedafusion/service-framework-parent "1.1"]

Dependencies

compile (1)

Group / Artifact Type Version
log4j : log4j jar 1.2.17

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

  • service-framework-core
  • service-framework-yaml
  • service-framework-test

Build Status

Coverage Status

service-framework

Service/Provider framework with plugin isolation

Maven

<dependency>
    <groupId>com.daedafusion</groupId>
    <artifactId>service-framework</artifactId>
    <version>1.1</version>
</dependency>

<!-- For yml based configuration files -->
<dependency>
    <groupId>com.daedafusion</groupId>
    <artifactId>service-framework-yaml</artifactId>
    <version>1.1</version>
</dependency>
com.daedafusion

DaedaFusion

Versions

Version
1.1
1.0.1
1.0