Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdme.jamiemansfield |
ArtifactId | ArtifactIdlorenz-asm |
Version | Version0.4.3 |
Type | Typejar |
Filename | Size |
---|---|
lorenz-asm-0.4.3.pom | |
lorenz-asm-0.4.3.jar | 5 KB |
lorenz-asm-0.4.3-sources.jar | 3 KB |
lorenz-asm-0.4.3-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.jamiemansfield/lorenz-asm/ -->
<dependency>
<groupId>me.jamiemansfield</groupId>
<artifactId>lorenz-asm</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/me.jamiemansfield/lorenz-asm/
implementation 'me.jamiemansfield:lorenz-asm:0.4.3'
// https://jarcasting.com/artifacts/me.jamiemansfield/lorenz-asm/
implementation ("me.jamiemansfield:lorenz-asm:0.4.3")
'me.jamiemansfield:lorenz-asm:jar:0.4.3'
<dependency org="me.jamiemansfield" name="lorenz-asm" rev="0.4.3">
<artifact name="lorenz-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.jamiemansfield', module='lorenz-asm', version='0.4.3')
)
libraryDependencies += "me.jamiemansfield" % "lorenz-asm" % "0.4.3"
[me.jamiemansfield/lorenz-asm "0.4.3"]