MVN

me.hsgamer : hscore-logging-log4j

Maven & Gradle

Apr 18, 2023
24 stars
<dependency>
    <groupId>me.hsgamer</groupId>
    <artifactId>hscore-logging-log4j</artifactId>
    <version>4.2.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.hsgamer : hscore-logging-log4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.21

All Versions

Choose a version of me.hsgamer : hscore-logging-log4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
hscore-logging-log4j-4.2.21
hscore-logging-log4j-4.2.20
hscore-logging-log4j-4.2.19
hscore-logging-log4j-4.2.18
hscore-logging-log4j-4.2.17
hscore-logging-log4j-4.2.16
hscore-logging-log4j-4.2.15
hscore-logging-log4j-4.2.14
hscore-logging-log4j-4.2.13
hscore-logging-log4j-4.2.12
hscore-logging-log4j-4.2.11
hscore-logging-log4j-4.2.10
hscore-logging-log4j-4.2.9
hscore-logging-log4j-4.2.8
hscore-logging-log4j-4.2.7
hscore-logging-log4j-4.2.6
hscore-logging-log4j-4.2.5
hscore-logging-log4j-4.2.4
hscore-logging-log4j-4.2.3
hscore-logging-log4j-4.2.2
hscore-logging-log4j-4.2.1
hscore-logging-log4j-4.2.0
4.1.x
hscore-logging-log4j-4.1.46
hscore-logging-log4j-4.1.45
hscore-logging-log4j-4.1.44
hscore-logging-log4j-4.1.43
hscore-logging-log4j-4.1.42
hscore-logging-log4j-4.1.41
hscore-logging-log4j-4.1.40
hscore-logging-log4j-4.1.39
hscore-logging-log4j-4.1.38
hscore-logging-log4j-4.1.37
hscore-logging-log4j-4.1.36
hscore-logging-log4j-4.1.35
hscore-logging-log4j-4.1.34

How to add a dependency to Maven

Add the following me.hsgamer : hscore-logging-log4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.hsgamer</groupId>
    <artifactId>hscore-logging-log4j</artifactId>
    <version>4.2.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.hsgamer : hscore-logging-log4j gradle dependency to your build.gradle file:

implementation 'me.hsgamer:hscore-logging-log4j:4.2.21'

Gradle Kotlin DSL: Add the following me.hsgamer : hscore-logging-log4j gradle kotlin dependency to your build.gradle.kts file:

implementation("me.hsgamer:hscore-logging-log4j:4.2.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.hsgamer : hscore-logging-log4j sbt scala dependency to your build.sbt file:

libraryDependencies += "me.hsgamer" % "hscore-logging-log4j" % "4.2.21"

Advertisement