MVN

org.jboss.byteman : byteman-jboss-modules-tests

Maven & Gradle

Apr 13, 2023
<dependency>
    <groupId>org.jboss.byteman</groupId>
    <artifactId>byteman-jboss-modules-tests</artifactId>
    <version>3.0.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.byteman : byteman-jboss-modules-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.22
  • Latest Alpha: 4.0.0-ALPHA

All Versions

Choose a version of org.jboss.byteman : byteman-jboss-modules-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
byteman-jboss-modules-tests-4.0.0-ALPHA
3.0.x
byteman-jboss-modules-tests-3.0.22
byteman-jboss-modules-tests-3.0.21
byteman-jboss-modules-tests-3.0.20
byteman-jboss-modules-tests-3.0.19
byteman-jboss-modules-tests-3.0.18
byteman-jboss-modules-tests-3.0.17
byteman-jboss-modules-tests-3.0.16
byteman-jboss-modules-tests-3.0.15
byteman-jboss-modules-tests-3.0.13
byteman-jboss-modules-tests-3.0.12
byteman-jboss-modules-tests-3.0.11
byteman-jboss-modules-tests-3.0.10
byteman-jboss-modules-tests-3.0.9
byteman-jboss-modules-tests-3.0.8
byteman-jboss-modules-tests-3.0.7
byteman-jboss-modules-tests-3.0.6
byteman-jboss-modules-tests-3.0.5
byteman-jboss-modules-tests-3.0.4
byteman-jboss-modules-tests-3.0.3

How to add a dependency to Maven

Add the following org.jboss.byteman : byteman-jboss-modules-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jboss.byteman</groupId>
    <artifactId>byteman-jboss-modules-tests</artifactId>
    <version>3.0.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.byteman : byteman-jboss-modules-tests gradle dependency to your build.gradle file:

implementation 'org.jboss.byteman:byteman-jboss-modules-tests:3.0.22'

Gradle Kotlin DSL: Add the following org.jboss.byteman : byteman-jboss-modules-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.byteman:byteman-jboss-modules-tests:3.0.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.byteman : byteman-jboss-modules-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.byteman" % "byteman-jboss-modules-tests" % "3.0.22"

Advertisement