MVN

com.lmaye : lms-cloud-starter-logs

Maven & Gradle

Nov 08, 2021
1 usages
1 stars

lms-cloud-starter-logs · LMS Cloud Logs Starter project for Spring Boot

<dependency>
    <groupId>com.lmaye</groupId>
    <artifactId>lms-cloud-starter-logs</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lmaye : lms-cloud-starter-logs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of com.lmaye : lms-cloud-starter-logs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
lms-cloud-starter-logs-1.1.3
lms-cloud-starter-logs-1.1.2
lms-cloud-starter-logs-1.1.1
lms-cloud-starter-logs-1.1.0
1.0.x
lms-cloud-starter-logs-1.0.9

How to add a dependency to Maven

Add the following com.lmaye : lms-cloud-starter-logs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lmaye</groupId>
    <artifactId>lms-cloud-starter-logs</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lmaye : lms-cloud-starter-logs gradle dependency to your build.gradle file:

implementation 'com.lmaye:lms-cloud-starter-logs:1.1.3'

Gradle Kotlin DSL: Add the following com.lmaye : lms-cloud-starter-logs gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lmaye:lms-cloud-starter-logs:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lmaye : lms-cloud-starter-logs sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lmaye" % "lms-cloud-starter-logs" % "1.1.3"

Advertisement