License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers Byteman Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdorg.jboss.byteman |
ArtifactId | ArtifactIdbyteman-jboss-modules-tests |
Last Version | Last Version4.0.0-ALPHA |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionByteman is a java agent-based bytecode injection tool. It can be used to inject Event Condition Action rules
into Java application and JVM runtime methods. Its primary purpose is to support execution tracing and fault
injection testing.
|
<!-- https://jarcasting.com/artifacts/org.jboss.byteman/byteman-jboss-modules-tests/ -->
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-jboss-modules-tests</artifactId>
<version>4.0.0-ALPHA</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman-jboss-modules-tests/
implementation 'org.jboss.byteman:byteman-jboss-modules-tests:4.0.0-ALPHA'
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman-jboss-modules-tests/
implementation ("org.jboss.byteman:byteman-jboss-modules-tests:4.0.0-ALPHA")
'org.jboss.byteman:byteman-jboss-modules-tests:jar:4.0.0-ALPHA'
<dependency org="org.jboss.byteman" name="byteman-jboss-modules-tests" rev="4.0.0-ALPHA">
<artifact name="byteman-jboss-modules-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.byteman', module='byteman-jboss-modules-tests', version='4.0.0-ALPHA')
)
libraryDependencies += "org.jboss.byteman" % "byteman-jboss-modules-tests" % "4.0.0-ALPHA"
[org.jboss.byteman/byteman-jboss-modules-tests "4.0.0-ALPHA"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.jboss.byteman : byteman | jar | 4.0.0-ALPHA |
org.jboss.byteman : byteman-jboss-modules-plugin | jar | 4.0.0-ALPHA |
org.jboss.modules : jboss-modules | jar | 1.4.3.Final |