is not current version
Last Version 1.0.6

org.testifyproject.external:external-asm 1.0.5


Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.testifyproject.external
ArtifactId

ArtifactId

external-asm
Version

Version

1.0.5
Type

Type

jar

Download external-asm 1.0.5


<!-- https://jarcasting.com/artifacts/org.testifyproject.external/external-asm/ -->
<dependency>
    <groupId>org.testifyproject.external</groupId>
    <artifactId>external-asm</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.external/external-asm/
implementation 'org.testifyproject.external:external-asm:1.0.5'
// https://jarcasting.com/artifacts/org.testifyproject.external/external-asm/
implementation ("org.testifyproject.external:external-asm:1.0.5")
'org.testifyproject.external:external-asm:jar:1.0.5'
<dependency org="org.testifyproject.external" name="external-asm" rev="1.0.5">
  <artifact name="external-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.external', module='external-asm', version='1.0.5')
)
libraryDependencies += "org.testifyproject.external" % "external-asm" % "1.0.5"
[org.testifyproject.external/external-asm "1.0.5"]