Last Version

Layrry Aggregator 1.0.0.Alpha1

A Launcher and API for Modularized Java Applications

License

License

GroupId

GroupId

org.moditect.layrry
ArtifactId

ArtifactId

layrry-aggregator
Version

Version

1.0.0.Alpha1
Type

Type

pom
Description

Description

Layrry Aggregator
A Launcher and API for Modularized Java Applications
Project URL

Project URL

https://github.com/moditect/layrry
Source Code Management

Source Code Management

https://github.com/moditect/layrry

Download layrry-aggregator 1.0.0.Alpha1


<!-- https://jarcasting.com/artifacts/org.moditect.layrry/layrry-aggregator/ -->
<dependency>
    <groupId>org.moditect.layrry</groupId>
    <artifactId>layrry-aggregator</artifactId>
    <version>1.0.0.Alpha1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.moditect.layrry/layrry-aggregator/
implementation 'org.moditect.layrry:layrry-aggregator:1.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.moditect.layrry/layrry-aggregator/
implementation ("org.moditect.layrry:layrry-aggregator:1.0.0.Alpha1")
'org.moditect.layrry:layrry-aggregator:pom:1.0.0.Alpha1'
<dependency org="org.moditect.layrry" name="layrry-aggregator" rev="1.0.0.Alpha1">
  <artifact name="layrry-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.moditect.layrry', module='layrry-aggregator', version='1.0.0.Alpha1')
)
libraryDependencies += "org.moditect.layrry" % "layrry-aggregator" % "1.0.0.Alpha1"
[org.moditect.layrry/layrry-aggregator "1.0.0.Alpha1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • layrry-platform
  • layrry-config
  • layrry-config-yaml
  • layrry-config-toml
  • layrry-core
  • layrry-launcher
  • integration-test
  • plugin-example
  • vertx-example