MVN

io.github.yh4494 : allens-online-log

Maven & Gradle

May 17, 2024
1 stars

allens-online-log · Allens online log is a lightweight springboot online log viewing component, you can use it to view logs in a test production environment. Provides simple authentication and log viewing functions. Hope you like it.

<dependency>
    <groupId>io.github.yh4494</groupId>
    <artifactId>allens-online-log</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.yh4494 : allens-online-log to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of io.github.yh4494 : allens-online-log to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
allens-online-log-1.0

How to add a dependency to Maven

Add the following io.github.yh4494 : allens-online-log maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.yh4494</groupId>
    <artifactId>allens-online-log</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.yh4494 : allens-online-log gradle dependency to your build.gradle file:

implementation 'io.github.yh4494:allens-online-log:1.0'

Gradle Kotlin DSL: Add the following io.github.yh4494 : allens-online-log gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.yh4494:allens-online-log:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.yh4494 : allens-online-log sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.yh4494" % "allens-online-log" % "1.0"