Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdcom.gitlab.cdc-java.perfs |
ArtifactId | ArtifactIdcdc-perfs-instrument-asm |
Version | Version0.11.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitlab.cdc-java.perfs/cdc-perfs-instrument-asm/ -->
<dependency>
<groupId>com.gitlab.cdc-java.perfs</groupId>
<artifactId>cdc-perfs-instrument-asm</artifactId>
<version>0.11.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.cdc-java.perfs/cdc-perfs-instrument-asm/
implementation 'com.gitlab.cdc-java.perfs:cdc-perfs-instrument-asm:0.11.3'
// https://jarcasting.com/artifacts/com.gitlab.cdc-java.perfs/cdc-perfs-instrument-asm/
implementation ("com.gitlab.cdc-java.perfs:cdc-perfs-instrument-asm:0.11.3")
'com.gitlab.cdc-java.perfs:cdc-perfs-instrument-asm:jar:0.11.3'
<dependency org="com.gitlab.cdc-java.perfs" name="cdc-perfs-instrument-asm" rev="0.11.3">
<artifact name="cdc-perfs-instrument-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.cdc-java.perfs', module='cdc-perfs-instrument-asm', version='0.11.3')
)
libraryDependencies += "com.gitlab.cdc-java.perfs" % "cdc-perfs-instrument-asm" % "0.11.3"
[com.gitlab.cdc-java.perfs/cdc-perfs-instrument-asm "0.11.3"]