MVN

com.metlo : spring

Maven & Gradle

Jan 31, 2023
1.5k stars

spring · Java Agent for Metlo

<dependency>
    <groupId>com.metlo</groupId>
    <artifactId>spring</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.metlo : spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1

All Versions

Choose a version of com.metlo : spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
spring-0.4.1
spring-0.4.0
0.3
spring-0.3
0.2.x
spring-0.2.2
spring-0.2.1
0.2
spring-0.2
0.1.x
spring-0.1.1
0.1
spring-0.1

How to add a dependency to Maven

Add the following com.metlo : spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.metlo</groupId>
    <artifactId>spring</artifactId>
    <version>0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.metlo : spring gradle dependency to your build.gradle file:

implementation 'com.metlo:spring:0.4.1'

Gradle Kotlin DSL: Add the following com.metlo : spring gradle kotlin dependency to your build.gradle.kts file:

implementation("com.metlo:spring:0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.metlo : spring sbt scala dependency to your build.sbt file:

libraryDependencies += "com.metlo" % "spring" % "0.4.1"