MVN

io.ebean : ebean-agent-test

Maven & Gradle

Mar 09, 2023
0 stars

ebean agent test · Runs agent tests using

<dependency>
    <groupId>io.ebean</groupId>
    <artifactId>ebean-agent-test</artifactId>
    <version>13.14.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.ebean : ebean-agent-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 13.14.1

All Versions

Choose a version of io.ebean : ebean-agent-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
13.14.x
ebean-agent-test-13.14.1
13.13.x
ebean-agent-test-13.13.1

How to add a dependency to Maven

Add the following io.ebean : ebean-agent-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.ebean</groupId>
    <artifactId>ebean-agent-test</artifactId>
    <version>13.14.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.ebean : ebean-agent-test gradle dependency to your build.gradle file:

implementation 'io.ebean:ebean-agent-test:13.14.1'

Gradle Kotlin DSL: Add the following io.ebean : ebean-agent-test gradle kotlin dependency to your build.gradle.kts file:

implementation("io.ebean:ebean-agent-test:13.14.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.ebean : ebean-agent-test sbt scala dependency to your build.sbt file:

libraryDependencies += "io.ebean" % "ebean-agent-test" % "13.14.1"

Advertisement