MVN

org.ijsberg.iglu : iglu

Maven & Gradle

Sep 27, 2011
2 stars

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 modules, clusters, layers and their relations. It helps developers organize high-level separation of concerns and adhere to application design.

<dependency>
    <groupId>org.ijsberg.iglu</groupId>
    <artifactId>iglu</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ijsberg.iglu : iglu to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.ijsberg.iglu : iglu to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
iglu-1.0

How to add a dependency to Maven

Add the following org.ijsberg.iglu : iglu maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ijsberg.iglu</groupId>
    <artifactId>iglu</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ijsberg.iglu : iglu gradle dependency to your build.gradle file:

implementation 'org.ijsberg.iglu:iglu:1.0'

Gradle Kotlin DSL: Add the following org.ijsberg.iglu : iglu gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ijsberg.iglu:iglu:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ijsberg.iglu : iglu sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ijsberg.iglu" % "iglu" % "1.0"