Iglu

Iglu is an atomic framework, written in Java. It's a reference implementation for research focused on the configuration of an application in terms of components, clusters, facades and their relations. It helps developers organize high-level separation of concerns and adhere to application design.

License

License

Categories

Categories

SBE Data Data Structures
GroupId

GroupId

org.ijsberg
ArtifactId

ArtifactId

iglu
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Iglu
Iglu is an atomic framework, written in Java. It's a reference implementation for research focused on the configuration of an application in terms of components, clusters, facades and their relations. It helps developers organize high-level separation of concerns and adhere to application design.
Source Code Management

Source Code Management

https://github.com/jmeetsma/Iglu

Download iglu

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4
1.0.3
1.0.2