is not current version
Last Version 1.0.4

org.ijsberg:iglu 1.0.3

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.

Categories

Categories

SBE Data Data Structures
GroupId

GroupId

org.ijsberg
ArtifactId

ArtifactId

iglu
Version

Version

1.0.3
Type

Type

jar

Download iglu 1.0.3


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