Categories |
CategoriesJBoss Container Application Servers Byteman Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdorg.jboss.byteman |
ArtifactId | ArtifactIdbyteman-jboss-modules-plugin |
Version | Version3.0.18 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jboss.byteman/byteman-jboss-modules-plugin/ -->
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-jboss-modules-plugin</artifactId>
<version>3.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman-jboss-modules-plugin/
implementation 'org.jboss.byteman:byteman-jboss-modules-plugin:3.0.18'
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman-jboss-modules-plugin/
implementation ("org.jboss.byteman:byteman-jboss-modules-plugin:3.0.18")
'org.jboss.byteman:byteman-jboss-modules-plugin:jar:3.0.18'
<dependency org="org.jboss.byteman" name="byteman-jboss-modules-plugin" rev="3.0.18">
<artifact name="byteman-jboss-modules-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.byteman', module='byteman-jboss-modules-plugin', version='3.0.18')
)
libraryDependencies += "org.jboss.byteman" % "byteman-jboss-modules-plugin" % "3.0.18"
[org.jboss.byteman/byteman-jboss-modules-plugin "3.0.18"]