MVN

com.welltech : recomposition-logger-runtime

Maven & Gradle

Jul 26, 2023
24 stars

Recomposition Logger runtime · Support library for Recomposition Logger plugin that contains runtime methods

<dependency>
    <groupId>com.welltech</groupId>
    <artifactId>recomposition-logger-runtime</artifactId>
    <version>1.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.welltech : recomposition-logger-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.1
  • Latest Alpha: 1.6.0-alpha01

All Versions

Choose a version of com.welltech : recomposition-logger-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
recomposition-logger-runtime-1.6.1
recomposition-logger-runtime-1.6.0-alpha01
1.5.x
recomposition-logger-runtime-1.5.0
1.4.x
recomposition-logger-runtime-1.4.0
1.3.x
recomposition-logger-runtime-1.3.0
1.2.x
recomposition-logger-runtime-1.2.0
1.1.x
recomposition-logger-runtime-1.1.0

How to add a dependency to Maven

Add the following com.welltech : recomposition-logger-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.welltech</groupId>
    <artifactId>recomposition-logger-runtime</artifactId>
    <version>1.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.welltech : recomposition-logger-runtime gradle dependency to your build.gradle file:

implementation 'com.welltech:recomposition-logger-runtime:1.6.1'

Gradle Kotlin DSL: Add the following com.welltech : recomposition-logger-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("com.welltech:recomposition-logger-runtime:1.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.welltech : recomposition-logger-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "com.welltech" % "recomposition-logger-runtime" % "1.6.1"