com.daedafusion:service-framework-yaml

A Service/Provider framework with plugin classloading isolation

License

License

GroupId

GroupId

com.daedafusion
ArtifactId

ArtifactId

service-framework-yaml
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

A Service/Provider framework with plugin classloading isolation

Download service-framework-yaml

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.daedafusion : service-framework-core jar 1.1
com.daedafusion : configuration-core jar 1.1
org.yaml : snakeyaml jar 1.15
log4j : log4j jar 1.2.17

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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