MVN

tech.sollabs : gjall

Maven & Gradle

Jul 16, 2019
3 stars

gjall · Spring Extension 2nd Series. API Logging

<dependency>
    <groupId>tech.sollabs</groupId>
    <artifactId>gjall</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.sollabs : gjall to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-RELEASE

All Versions

Choose a version of tech.sollabs : gjall to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
gjall-1.0.0-RELEASE
0.5.x
gjall-0.5.1
gjall-0.5.0

How to add a dependency to Maven

Add the following tech.sollabs : gjall maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.sollabs</groupId>
    <artifactId>gjall</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.sollabs : gjall gradle dependency to your build.gradle file:

implementation 'tech.sollabs:gjall:1.0.0-RELEASE'

Gradle Kotlin DSL: Add the following tech.sollabs : gjall gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.sollabs:gjall:1.0.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.sollabs : gjall sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.sollabs" % "gjall" % "1.0.0-RELEASE"