Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdorg.testifyproject.external |
ArtifactId | ArtifactIdexternal-asm |
Version | Version0.9.3 |
Type | Typejar |
Filename | Size |
---|---|
external-asm-0.9.3.pom | |
external-asm-0.9.3.jar | 249 KB |
external-asm-0.9.3-sources.jar | 649 KB |
external-asm-0.9.3-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testifyproject.external/external-asm/ -->
<dependency>
<groupId>org.testifyproject.external</groupId>
<artifactId>external-asm</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.external/external-asm/
implementation 'org.testifyproject.external:external-asm:0.9.3'
// https://jarcasting.com/artifacts/org.testifyproject.external/external-asm/
implementation ("org.testifyproject.external:external-asm:0.9.3")
'org.testifyproject.external:external-asm:jar:0.9.3'
<dependency org="org.testifyproject.external" name="external-asm" rev="0.9.3">
<artifact name="external-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.external', module='external-asm', version='0.9.3')
)
libraryDependencies += "org.testifyproject.external" % "external-asm" % "0.9.3"
[org.testifyproject.external/external-asm "0.9.3"]