MVN

io.github.carlosthe19916 : tackle-keycloak-theme

Maven & Gradle

Feb 23, 2021
0 stars

Tackle Keycloak Theme · Keycloak theme artifacts

<dependency>
    <groupId>io.github.carlosthe19916</groupId>
    <artifactId>tackle-keycloak-theme</artifactId>
    <version>0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.carlosthe19916 : tackle-keycloak-theme to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4

All Versions

Choose a version of io.github.carlosthe19916 : tackle-keycloak-theme to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4
tackle-keycloak-theme-0.4
0.3
tackle-keycloak-theme-0.3
0.1
tackle-keycloak-theme-0.1

How to add a dependency to Maven

Add the following io.github.carlosthe19916 : tackle-keycloak-theme maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.carlosthe19916</groupId>
    <artifactId>tackle-keycloak-theme</artifactId>
    <version>0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.carlosthe19916 : tackle-keycloak-theme gradle dependency to your build.gradle file:

implementation 'io.github.carlosthe19916:tackle-keycloak-theme:0.4'

Gradle Kotlin DSL: Add the following io.github.carlosthe19916 : tackle-keycloak-theme gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.carlosthe19916:tackle-keycloak-theme:0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.carlosthe19916 : tackle-keycloak-theme sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.carlosthe19916" % "tackle-keycloak-theme" % "0.4"

Advertisement