License |
License |
---|---|
Categories |
CategoriesSBE Data Data Structures |
GroupId | GroupIdorg.ijsberg.iglu |
ArtifactId | ArtifactIdiglu |
Last Version | Last Version1.0 |
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 modules, clusters, layers 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.pom | |
iglu-1.0.jar | 32 KB |
iglu-1.0-test-sources.jar | 29 KB |
iglu-1.0-sources.jar | 27 KB |
iglu-1.0-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ijsberg.iglu/iglu/ -->
<dependency>
<groupId>org.ijsberg.iglu</groupId>
<artifactId>iglu</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ijsberg.iglu/iglu/
implementation 'org.ijsberg.iglu:iglu:1.0'
// https://jarcasting.com/artifacts/org.ijsberg.iglu/iglu/
implementation ("org.ijsberg.iglu:iglu:1.0")
'org.ijsberg.iglu:iglu:jar:1.0'
<dependency org="org.ijsberg.iglu" name="iglu" rev="1.0">
<artifact name="iglu" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ijsberg.iglu', module='iglu', version='1.0')
)
libraryDependencies += "org.ijsberg.iglu" % "iglu" % "1.0"
[org.ijsberg.iglu/iglu "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |