MVN

io.github.luversof : bluesky-boot-autoconfigure-devcheck

Maven & Gradle

Jun 19, 2023
0 stars

io.github.luversof:bluesky-boot-autoconfigure-devcheck · It is a library that lists and shows the methods of the controller and the utility static methods used for development confirmation.

<dependency>
    <groupId>io.github.luversof</groupId>
    <artifactId>bluesky-boot-autoconfigure-devcheck</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.luversof : bluesky-boot-autoconfigure-devcheck to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of io.github.luversof : bluesky-boot-autoconfigure-devcheck to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
bluesky-boot-autoconfigure-devcheck-3.1.0
2.0.x
bluesky-boot-autoconfigure-devcheck-2.0.0
1.0.x
bluesky-boot-autoconfigure-devcheck-1.0.1
bluesky-boot-autoconfigure-devcheck-1.0.0

How to add a dependency to Maven

Add the following io.github.luversof : bluesky-boot-autoconfigure-devcheck maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.luversof</groupId>
    <artifactId>bluesky-boot-autoconfigure-devcheck</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.luversof : bluesky-boot-autoconfigure-devcheck gradle dependency to your build.gradle file:

implementation 'io.github.luversof:bluesky-boot-autoconfigure-devcheck:3.1.0'

Gradle Kotlin DSL: Add the following io.github.luversof : bluesky-boot-autoconfigure-devcheck gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.luversof:bluesky-boot-autoconfigure-devcheck:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.luversof : bluesky-boot-autoconfigure-devcheck sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.luversof" % "bluesky-boot-autoconfigure-devcheck" % "3.1.0"

Advertisement