MVN

io.rocketbase.commons : commons-rest-logging-aspect

Maven & Gradle

Jul 06, 2023
1 usages
7 stars
<dependency>
    <groupId>io.rocketbase.commons</groupId>
    <artifactId>commons-rest-logging-aspect</artifactId>
    <version>3.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.rocketbase.commons : commons-rest-logging-aspect to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.8

All Versions

Choose a version of io.rocketbase.commons : commons-rest-logging-aspect to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
commons-rest-logging-aspect-3.0.8
commons-rest-logging-aspect-3.0.7
commons-rest-logging-aspect-3.0.6
commons-rest-logging-aspect-3.0.5
commons-rest-logging-aspect-3.0.4
commons-rest-logging-aspect-3.0.3
commons-rest-logging-aspect-3.0.2
commons-rest-logging-aspect-3.0.1
commons-rest-logging-aspect-3.0.0
2.5.x
commons-rest-logging-aspect-2.5.4
commons-rest-logging-aspect-2.5.3
commons-rest-logging-aspect-2.5.2
commons-rest-logging-aspect-2.5.1
commons-rest-logging-aspect-2.5.0
2.4.x
commons-rest-logging-aspect-2.4.0
2.3.x
commons-rest-logging-aspect-2.3.12
commons-rest-logging-aspect-2.3.11
commons-rest-logging-aspect-2.3.10
commons-rest-logging-aspect-2.3.9
commons-rest-logging-aspect-2.3.8
commons-rest-logging-aspect-2.3.7
commons-rest-logging-aspect-2.3.6
commons-rest-logging-aspect-2.3.5
commons-rest-logging-aspect-2.3.4
commons-rest-logging-aspect-2.3.3
commons-rest-logging-aspect-2.3.2
commons-rest-logging-aspect-2.3.1
commons-rest-logging-aspect-2.3.0
2.2.x
commons-rest-logging-aspect-2.2.4
commons-rest-logging-aspect-2.2.3
commons-rest-logging-aspect-2.2.2
commons-rest-logging-aspect-2.2.1
commons-rest-logging-aspect-2.2.0
2.1.x
commons-rest-logging-aspect-2.1.1
commons-rest-logging-aspect-2.1.0
2.0.x
commons-rest-logging-aspect-2.0.5
commons-rest-logging-aspect-2.0.4
commons-rest-logging-aspect-2.0.3
commons-rest-logging-aspect-2.0.2
commons-rest-logging-aspect-2.0.1
commons-rest-logging-aspect-2.0.0
1.12.x
commons-rest-logging-aspect-1.12.1
commons-rest-logging-aspect-1.12.0
1.11.x
commons-rest-logging-aspect-1.11.2
commons-rest-logging-aspect-1.11.1
commons-rest-logging-aspect-1.11.0
1.10.x
commons-rest-logging-aspect-1.10.2
commons-rest-logging-aspect-1.10.1
commons-rest-logging-aspect-1.10.0
1.9.x
commons-rest-logging-aspect-1.9.1
commons-rest-logging-aspect-1.9.0
1.8.x
commons-rest-logging-aspect-1.8.1
commons-rest-logging-aspect-1.8.0

How to add a dependency to Maven

Add the following io.rocketbase.commons : commons-rest-logging-aspect maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.rocketbase.commons</groupId>
    <artifactId>commons-rest-logging-aspect</artifactId>
    <version>3.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.rocketbase.commons : commons-rest-logging-aspect gradle dependency to your build.gradle file:

implementation 'io.rocketbase.commons:commons-rest-logging-aspect:3.0.8'

Gradle Kotlin DSL: Add the following io.rocketbase.commons : commons-rest-logging-aspect gradle kotlin dependency to your build.gradle.kts file:

implementation("io.rocketbase.commons:commons-rest-logging-aspect:3.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.rocketbase.commons : commons-rest-logging-aspect sbt scala dependency to your build.sbt file:

libraryDependencies += "io.rocketbase.commons" % "commons-rest-logging-aspect" % "3.0.8"

Advertisement