| License |
License |
|---|---|
| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
| GroupId | GroupIdorg.ow2.asm |
| ArtifactId | ArtifactIdasm-test |
| Last Version | Last Version9.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionasm-test
Utilities for testing ASM, a very small and fast Java bytecode manipulation framework
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| asm-test-9.3.pom | |
| asm-test-9.3.jar | 85 KB |
| asm-test-9.3-sources.jar | 62 KB |
| asm-test-9.3-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.asm/asm-test/ -->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-test</artifactId>
<version>9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.asm/asm-test/
implementation 'org.ow2.asm:asm-test:9.3'
// https://jarcasting.com/artifacts/org.ow2.asm/asm-test/
implementation ("org.ow2.asm:asm-test:9.3")
'org.ow2.asm:asm-test:jar:9.3'
<dependency org="org.ow2.asm" name="asm-test" rev="9.3">
<artifact name="asm-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.asm', module='asm-test', version='9.3')
)
libraryDependencies += "org.ow2.asm" % "asm-test" % "9.3"
[org.ow2.asm/asm-test "9.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |