License |
License |
---|---|
Categories |
CategoriesSBE Data Data Structures |
GroupId | GroupIdorg.ijsberg |
ArtifactId | ArtifactIdiglu |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionIglu
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 |
Filename | Size |
---|---|
iglu-1.0.4.pom | |
iglu-1.0.4.jar | 33 KB |
iglu-1.0.4-test-sources.jar | 30 KB |
iglu-1.0.4-sources.jar | 27 KB |
iglu-1.0.4-javadoc.jar | 87 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |