Arquillian Extension Byteman

Arquillian Extension Byteman Extension

Byteman integration for Arquillian

Lead

Aslak Knutsen

Type

Extension

Source repository

VCS
git
Host
github.com
Organization
arquillian
Web URL
arquillian-extension-byteman
Clone URL
arquillian-extension-byteman.git

1 commit since the last release.

Last commit to the master branch:

ARQ-983 prepare for next development iteration
Authored by Aslak Knutsen, committed on 2012-06-05

Build dependency artifacts

Add the appropriate stanza to the <dependencies> element in your pom.xml:

Arquillian Extension Byteman

<dependency>
  <groupId>org.jboss.arquillian.extension</groupId>
  <artifactId>arquillian-extension-byteman</artifactId>
  <version>1.0.0.Alpha2</version>
  <scope>test</scope>
</dependency>
Warning: You'll also need to add the Arquillian core platform and possibly additional dependencies. Please refer to the guides for more details.

Latest published artifacts

  • org.jboss.arquillian.extension:arquillian-extension-byteman:jar:1.0.0.Alpha2 jar pom
Note: Most released artifacts are published to the Maven Central repository. Those that cannot are published to the JBoss Community repository.
# Version Release date Released by Compiled against
2 1.0.0.Alpha2 view blog   view tag 2012-06-05 Aslak Knutsen
  • Arquillian Core – 1.0.1.Final
1 1.0.0.Alpha1 view blog   view tag 2012-01-19 Aslak Knutsen
  • Arquillian Core – 1.0.0.CR7
Aslak Knutsen