MVN

in.erail : glue

Maven & Gradle

Aug 05, 2019
1 usages
1 stars

glue · Proven and opinionated programming, and configuration model for Java and Vertx based applications. Inspired from ATG Nucleus, provides powerful layer base configuration management using simple properties file.

<dependency>
    <groupId>in.erail</groupId>
    <artifactId>glue</artifactId>
    <version>2.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of in.erail : glue to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.1

All Versions

Choose a version of in.erail : glue to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.7.x
glue-6.7.8
2.5.x
glue-2.5.1
glue-2.5.0
2.4.x
glue-2.4.9
glue-2.4.8
glue-2.4.7
glue-2.4.6
glue-2.4.5
glue-2.4.3
glue-2.4.2
2.4
glue-2.4
2.3
glue-2.3
2.2
glue-2.2
2.1
glue-2.1
1.0
glue-1.0

How to add a dependency to Maven

Add the following in.erail : glue maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>in.erail</groupId>
    <artifactId>glue</artifactId>
    <version>2.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following in.erail : glue gradle dependency to your build.gradle file:

implementation 'in.erail:glue:2.5.1'

Gradle Kotlin DSL: Add the following in.erail : glue gradle kotlin dependency to your build.gradle.kts file:

implementation("in.erail:glue:2.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following in.erail : glue sbt scala dependency to your build.sbt file:

libraryDependencies += "in.erail" % "glue" % "2.5.1"

Advertisement